Im looking for plugin for eclipse that automatically saves files(so i dont have to use Ctrl+S). it could do it on focus lost or over some period of time. I think I saw something like that(I know IDEA has it), but I cant find it now :/
|
1
|
|
|
|
|
|
01 added:
... and you are right! Eclipse plugin saveDirtyEditor should do just what you need. You will get a new preference page under
, allowing you to save dirty files like ' Without additional plugin, though, Eclipse does not support natively that feature. The closest could be:
That way, each time you hit CTRL+B for actually building your sources, they would be saved. Again, without achieving exactly what you are looking for, you also have:
Note: the difference between IntelliJ IDEA and eclipse is the "compile on save" feature: As mentioned in the IDEA FAQ:
However, with Eclipse, the "build on save" is activated by default, hence the absence of that particular feature. |
||||||||
|
