| 169 | | |
| 170 | | |
| 171 | | ... |
| | 169 | ||= '''Transformation name''' =||= '''Selection''' =||= '''Shortcut''' =|| |
| | 170 | || || || |
| | 171 | ||Rename function ||Def, call ||{{{C-c C-r r f}}} || |
| | 172 | ||Rename header ||In module ||{{{C-c C-r r h}}} || |
| | 173 | ||Rename macro ||Def, use ||{{{C-c C-r r c}}} || |
| | 174 | ||Rename module ||In module ||{{{C-c C-r r m}}} || |
| | 175 | ||Rename record field ||Def ||{{{C-c C-r r r f}}} || |
| | 176 | ||Rename record ||Def ||{{{C-c C-r r r d}}} || |
| | 177 | ||Rename variable||Def, use ||{{{C-c C-r r v}}} || |
| | 178 | || || || |
| | 179 | ||Move function ||Pop-up ||{{{C-c C-r m f}}} || |
| | 180 | ||Move macro ||Pop-up ||{{{C-c C-r m m}}} || |
| | 181 | ||Move record ||Pop-up ||{{{C-c C-r m r}}} || |
| | 182 | || || || |
| | 183 | ||Eliminate function call ||Function call ||{{{C-c C-r e f}}} || |
| | 184 | ||Eliminate fun expression ||Fun expression ||{{{C-c C-r e u}}} || |
| | 185 | ||Eliminate variable ||Occurrence ||{{{C-c C-r e v}}} || |
| | 186 | ||Eliminate macro substitution ||Substitution ||{{{C-c C-r e m}}} || |
| | 187 | ||Introduce function ||Expression, body ||{{{C-c C-r i f}}} || |
| | 188 | ||Introduce import ||Qualifier ||{{{C-c C-r i i}}} || |
| | 189 | ||Introduce function argument ||Expression ||{{{C-c C-r i a}}} || |
| | 190 | ||Introduce record ||Tuple ||{{{C-c C-r i r}}} || |
| | 191 | ||Introduce tuple ||Def, call ||{{{C-c C-r i t}}} || |
| | 192 | ||Introduce variable ||Expression ||{{{C-c C-r i v}}} || |
| | 193 | ||Transform list comprehension ||Expression ||{{{C-c C-r t l}}} || |
| | 194 | || || || |
| | 195 | ||Reorder function parameters ||Def, call ||{{{C-c C-r o f}}} || |
| | 196 | || || || |
| | 197 | ||Upgrade interface: regexp ||Anywhere ||{{{C-c C-r u i r}}} || |