ide - Automating Eclipse tasks -


i'm looking ways automate tasks in eclipse.

for instance, let's have couple of ant files i'll want run couple of times per hour. being able assign hot key each 1 of them, run them without having click, bring context menu , click again bring joy life.

other example build/run configurations. have couple of them on project , i'd love have way of running each 1 of them different hot key configuration.

moreover, nature of project i'm working on involves lot of experimentation , trying, having click , use mouse lot driving me insane. there other similar things automated (for example, each time commit i'd run command on project's folder, etc).

is there tool eclipse(or outside it) that'll somehow allow me automate these kinds of tasks? vim eclipse me anyhow?

after years coding feel have hit stone wall. came conclusion losing way time mouse. yes, know lot of eclipse actions have correspondent hot keys, lot of others don't. want ultimate solution !

there several solutions:

  1. use console. consoles allow remember last commands (on unix, can search). instead of mouse-fu, it's alt-tabupreturn

  2. there eclipse monkey script eclipse. not sure if still works might.

  3. on sourceforge practical macro. no documentation find, though.

eclipseshell might work, not sure.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -