Eclipse: always keep files updated
Posted
by
AK01
on Programmers
See other posts from Programmers
or by AK01
Published on 2011-01-10T19:09:51Z
Indexed on
2011/01/10
19:58 UTC
Read the original article
Hit count: 377
eclipse
I keep lots of files/editors open in Eclipse. I also love using git stash
and other git commands that essentially change the contents of my open files.
Is there an Eclipse feature or plugin that will always keep the contents of my open files up to date and live? Currently if I put focus in an out of sync editor, I get an awkwardly worded dialog that I have to parse carefully every time.
I wish it would just keep me synced like Textmate does.
© Programmers or respective owner