Andrejs Jermakovics

Results 66 comments of Andrejs Jermakovics

I like the idea though detecting versioning systems might be challenging since there are a number of plugins for git/hg. Not sure there is a universal solution. Right now it...

Yes, InstaSearch re-indexes only files that have changed. Eclipse provides an api to listen for file changes and then every X seconds InstaSearch will re-index those that changed. Indexing job...

Hi @jmiserez Not released yet but you could build locally to try it out: `mvn clean package`. The update site will be in: instasearch.site/target/repository/

Built one and added to releases: https://github.com/ajermakovics/eclipse-instasearch/releases

Hi. Does rebuilding the index solve the problem? There is a button in the toolbar of the InstaSearch view. Thanks

Hi! It might be possible to change the key binding via Eclipse preferences. If not, I think the default one is defined in here https://github.com/ajermakovics/eclipse-instasearch/blob/master/instasearch/plugin.xml#L204 but it's been a while...

This is possible via the standard Eclipse search dialog which also has an InstaSearch tab. It puts the selected text in the search field when dialog is opened

What do you mean by pre-defined working set? Those images don't seem to be available anymore

@scottresnik Seems to be working in general. At least I couldn't reproduce this bug in my own workspace. Does it work with any other keywords and working sets?

Probably some logging in this class would help diagnosing the issue. https://github.com/ajermakovics/eclipse-instasearch/blob/master/instasearch/src/it/unibz/instasearch/indexing/querying/WorkingSetExpander.java If you don't mind doing some debugging in this class then it'd be possible to find the issue...