Releases: ku1ik/off-plugin
Releases · ku1ik/off-plugin
v1.3.1.0
1.3.0.5
- [Feature]: Allow manual indexing (introduced reindex button)
- [Feature]: Switch between search history using CTRL-Up/CTRL-Down
- [Feature]: Searching for directories should also start at source-/resource roots of the project
- [Feature]: Sort project dropdown
- [Feature]: Icons for project drop down
- [Feature]: Add mnemonics to search dialog (improved keyboard support)
- [Feature]: Add mnemonics to options dialog (improved keyboard support)
- [Task]: Rename action to "Go to File (Fa&st)..." to match the other GoTo actions
- [Task]: Add link to github in options/link to plugin portal
- [Bugfix]: Fixed: Use selected project from Node/File, when opening search dialog
- [Bugfix]: Fixed: Project drop down list, shouldn't be closed after selecting an other project (improved keyboard support)
- [Bugfix]: Fixed: Action is enabled, even if there are no open projects
- [Bugfix]: Fixed NPE when opening dialog
- [Bugfix]: Fixed exceptions when switching projects too fast
- [Bugfix]: Fixed NPE when uninstalling plugin
- [Bugfix]: Don't disable controls while indexing
- [Bugfix]: Fixed: Reopening the dialog with the same project selected triggers reindexing
- [Bugfix]: Fixed: Selection border color too light for dark themes
- [Bugfix]: Fixed: Dialog opens on the wrong monitor (dual monitor setup)
v1.3.0.4-SN
- [Feature]: Allow manual indexing (introduced reindex button)
- [Feature]: Switch between search history using CTRL-Up/CTRL-Down
- [Feature]: Searching for directories should also start at source-/resource roots of the project
- [Feature]: Sort project dropdown
- [Feature]: Icons for project drop down
- [Feature]: Add mnemonics to search dialog (improved keyboard support)
- [Feature]: Add mnemonics to options dialog (improved keyboard support)
- [Task]: Rename action to "Go to File (Fa&st)..." to match the other GoTo actions
- [Task]: Add link to github in options/link to plugin portal
- [Bugfix]: Fixed: Use selected project from Node/File, when opening search dialog
- [Bugfix]: Fixed: Project drop down list, shouldn't be closed after selecting an other project (improved keyboard support)
- [Bugfix]: Fixed: Action is enabled, even if there are no open projects
- [Bugfix]: Fixed NPE when opening dialog
- [Bugfix]: Fixed exceptions when switching projects too fast
- [Bugfix]: Fixed NPE when uninstalling plugin
- [Bugfix]: Don't disable controls while indexing
- [Bugfix]: Fixed: Reopening the dialog with the same project selected triggers reindexing
- [Bugfix]: Fixed: Selection border color too light for dark themes
- [Bugfix]: Fixed: Dialog opens on the wrong monitor (dual monitor setup)
v1.2
As of this version, the plugins require Java 7. Previous versions required Java 5.
Changes:
- Files of active project are now indexed automatically at startup (only in NetBeans)
- Improved support for Windows paths (slashes and backslashes can now be used interchangeably)
- Fixed the colour of directory names on selected rows (fixes #10)
- Other small bug fixes