Skip to content

Releases: ku1ik/off-plugin

v1.3.1.0

03 May 22:09
Compare
Choose a tag to compare

1.3.0.5

15 Mar 20:41
Compare
Choose a tag to compare
  • [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

09 Mar 19:51
Compare
Choose a tag to compare
v1.3.0.4-SN Pre-release
Pre-release
  • [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

19 May 14:30
Compare
Choose a tag to compare

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

v1.1

14 May 19:55
Compare
Choose a tag to compare
  • Select current project, not main project, on startup.
  • Support for increase priority of glob.
  • Better support for projects with sources not in the project folder.