Can I refresh Eclipse Project Explorer automatically? -


can refresh explorer without pressing f5 button? want keep refresh while running project.

i'm using eclipse mars 4.5.1

there's new preference settings > general > workspace > refresh on access (aka lightweight refresh). preference causes eclipse automatically refresh resources when discovers they're 'out-of-sync'. when opening, reading or searching files, it'll prevent out-of-sync errors occurring.

other option preference settings > general > workspace >refresh using native hooks or polling

if option turned on workspace resources synchronized corresponding resources in file system automatically using native refresh providers (on windows) or polling mechanism.

note: can potentially lengthy operation depending on number of resources have in workspace.

for more details can eclipse refresh resources automatically?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -