SideKick for jEdit Changelog

What's new in SideKick for jEdit 1.4

Jun 20, 2013
  • Fixed #2311948, auto-displayed ErrorList kills CompletionPopup
  • Fixed #3536025, Sidekick displays same errors in all views (XML plugin)
  • Fixed #3480846, Sidekick doesn't remember my parser

New in SideKick for jEdit 1.3 (Jun 20, 2013)

  • MarkerSets 0.8 (Optional)
  • Sidekick unable to clear checkbox tree/combo follows caret (#3445893 -
  • Shlomy)
  • Integration with Markersets (#3392131 - shlomy).
  • Default Focus on Tree, not filter field. (#3405334 - ezust).
  • Fixed sidekick unload problem (Matthieu Casanova)
  • Fixed memory leak (Matthieu Casanova)
  • Allow Look and Feel changes at runtime.
  • Fix completion popup regarding macro recorder (3175336 - Eric Le Lay).

New in SideKick for jEdit 1.1 (Jun 20, 2013)

  • Added options for showing the structure of the buffer in a toolbar
  • using combo-boxes), for cases where the tree takes too much screen
  • space.

New in SideKick for jEdit 1.0 (Jun 20, 2013)

  • New macros / actions: search asset for selection and go to begin/end of
  • function.
  • Added a "macros/" dir where additional bsh macros can be placed.
  • Fixes for 'go to next' and 'go to previous' asset, which also fixes
  • Tracker 3008037.
  • Fix for Shift-Click on sidekick tree to select the entire asset.
  • Fix for Tracker 3081956, race condition during parse on save.

New in SideKick for jEdit 0.9 (Jun 20, 2013)

  • Added ability for SideKick derivatives to specify an initial tree
  • expansion model. This model can be based on option settings or specific
  • language characteristics. For example, the JavaSideKick could expand
  • inner classes to show method names while leaving the imports node
  • collapsed.
  • Added ability to hide and disable the filter text area. Some users don't
  • use it and it tends to grab focus away from the tree, so this new
  • feature helps those users.
  • Added alternate keyboard handling to the tree. Now using the arrow keys
  • causes movement through the tree to work as a normal tree and all nodes
  • are accessible with the arrow keys. Nodes are not automatically expanded
  • as they are highlighted. The previous keyboard handling is accessible by
  • using the Ctrl key with the up and down arrows, this will move the tree
  • selection to the next/prev leaf nodes, which some people find useful
  • when used in conjunction with the filter text box.

New in SideKick for jEdit 0.8 (Jun 20, 2013)

  • Fixed issue where 'Select asset at caret' was not select the last
  • character of the asset.

New in SideKick for jEdit 0.7.7 (Jun 20, 2013)

  • Updated to 4.3pre17 API (using Iterator instead of Enumerator)
  • Fixed "parse on save" so parsing does not occur when parse on save is
  • not selected.
  • Possible fix for 1633393, "TextArea painting corruption when saving".
  • Fixed the auto-expand tree functionality that I broke earlier when
  • adjusting it for the new filtering.
  • Rearranged SideKick toolbars in dockable to add a text field for the
  • "Filter" and a "clear" button to remove the current filter. Typing works
  • as it did previously, that is, you don't have to click into the text
  • field to begin entering a filter.
  • Applied patch from bug#2134884 to resolve focus issues with filter
  • textfield

New in SideKick for jEdit 0.7.6 (Jun 20, 2013)

  • Filtering capability in tree view
  • Fixed a minor bug; typing over an active completion popup inactivated
  • the popup.
  • Completion popup for explicit completion is now active as same as
  • builtin completion.
  • Added a new option, which makes automatic completion popups get focus,
  • to make the new behavior in 0.7.5 optional.
  • Fixed a memory leak; multiple parser specific panels could be held in
  • SideKickTree.

New in SideKick for jEdit 0.7.5 (Jun 20, 2013)

  • Uses refactored CompletionPopup class in 4.3pre11. Checks the edit mode
  • at the caret position for valid completions. When multiple completions
  • are possible, Sidekick no longer selects the first item automatically
  • when a space is typed.
  • Fixed "sidekick fold starts in the previous line when the corresponding
  • folding node starts at the beginning of the line
  • Fixed a minor memory leak when Sidekick is unloaded
  • Improved Mode Option Pane so it works properly when the edit mode is
  • changed before an "ok/apply"

New in SideKick for jEdit 0.7.4 (Jun 20, 2013)

  • Fixed "can't determine mode of buffer"
  • Added support for SideKick Parser Services to offer a JPanel for
  • inserting above the SideKickTree.
  • Preserve horizontal scroll position

New in SideKick for jEdit 0.7.3 (Jun 20, 2013)

  • Added parser setting from mode options pane.
  • NPE after install from plugin manager fixed.
  • Bug 1643614 fixed (reparse on mode change)

New in SideKick for jEdit 0.7.2 (Jun 20, 2013)

  • Bugs 1617620,1624552 - Can't get rid of wrong parser. (hertzhaft, ezust)
  • NPE fixed when a jEdit mode had no parser. (Matthieu Casanova)
  • Added a dynamic parser switcher menu to a new ActionSet, allowing you to
  • switch parsers via keyboard shortcuts. (ezust)
  • Rewrote and simplified fold handler code (Matthieu Casanova).

New in SideKick for jEdit 0.7.1 (Jun 20, 2013)

  • SF.net bugs 1072043, 1553554, 1506964 - Sidekick FoldHandler bugs fixed.
  • SF.net bug # 1593604 - reparse on save happens only in the active view.
  • Sf.net bug # 1595835 - can't switch to default parser

New in SideKick for jEdit 0.7 (Jun 20, 2013)

  • Added a mode-specific option pane, so that settings can be customized on
  • a mode basis by SideKick and its parser service plugins.
  • Made the completion popup accept-characters configurable. Prevented the
  • completion popup from showing when the word at the caret is the same as
  • a completion list entry.
  • Recuses into non-asset nodes #1571697, 1573034.