Eclipse: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
** Help-> Install New Software -> Add... -> Find latest PDT site [ here] -> add https://wiki.eclipse.org/PDT/Installation | ** Help-> Install New Software -> Add... -> Find latest PDT site [ here] -> add https://wiki.eclipse.org/PDT/Installation | ||
** e.g. for Mars1, use http://download.eclipse.org/tools/pdt/updates/3.6/ | ** e.g. for Mars1, use http://download.eclipse.org/tools/pdt/updates/3.6/ | ||
* Install JavaScript | |||
* Install WTP | * Install WTP | ||
** Help-> Install New Software -> Add... -> add -> "WTP Mars", http://download.eclipse.org/webtools/repository/mars/ -> select WTP 3.7.1 | ** Help-> Install New Software -> Add... -> add -> "WTP Mars", http://download.eclipse.org/webtools/repository/mars/ -> select WTP 3.7.1 | ||
Line 43: | Line 44: | ||
! Eclipse ToDo.txt macros | ! Eclipse ToDo.txt macros | ||
|- | |- | ||
| Set up two macros, tdw and tda. | | Set up two [https://marketplace.eclipse.org/content/practically-macro-0 PracticallyMacro] macros, tdw and tda. | ||
tdw (ToDo: Go To Working) | tdw (ToDo: Go To Working) | ||
Find: // ^ DONE ^ | |||
[x] case sensitive, search forward, wrap | |||
Line Start | |||
Move cursor down (x4) | |||
tda (ToDo: archive) | |||
Move cursor right (this ensures that the next backwards search gets just what we want) | |||
Find: ^[^ \r\n] | Find: ^[^ \r\n] | ||
[x] reg expression | [x] reg expression | ||
Line 58: | Line 66: | ||
Move cursor up | Move cursor up | ||
Paste | Paste | ||
Move cursor down (x5) | |||
Move cursor down ( | |||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" |