Column Ruler For jEdit Changelog

What's new in Column Ruler For jEdit 1.0.2

Mar 15, 2013
  • Fixed some NPEs, including one which started to happen with jEdit 4.3pre15 (SF.net plugin bug #2062585)
  • Fixed the initial selection of customized background and border colors on the option pane. (SF.net plugin bug #1672342)
  • Fixed the grouping of radio buttons for numbering option
  • Improved the painting performance, especially much for large number of columns

New in Column Ruler For jEdit 1.0.1 (Mar 15, 2013)

  • Now compatible with jEdit4.3pre7
  • Added 'Clear Marks' action
  • Added All Guides On and All Guides Off actions
  • Fixed activation bug
  • Fixed ConcurrentModificationException when stopping plugin
  • Fixed deadlock when opening a file
  • Fixed visual rattle on enabling the column ruler
  • Rectangular selection highlighting now follow horizontal scroll
  • Fixed NullPointerException when opening a view
  • Fixed dropping of functions which is often seen after splitting
  • Fixed some memory leaks
  • WrapMark is now visible no matter which wrap mode is used
  • Removed rude modification of built-in wrap guide switch

New in Column Ruler For jEdit 1.0.0 (Mar 15, 2013)

  • Now compatible with jEdit4.3pre4
  • Can now double click on column ruler to add new marks
  • Can right click on marks to edit or delete them
  • 'Add Mark' dialog is more reasonably sized
  • Added Action: "Add Mark at Caret Position"
  • Ruler numbers can now be centered over ticks (caret position) or gaps (characters)
  • Code:
  • Static marks are centralized in the MarkManager class. One instance for all rulers.
  • Marks are now drawn by Mark class rather than the ColumnRuler itself
  • Dynamic Marks are now implemented as services
  • Bugs:
  • Fixed minor repaint bug when setting wrap mode to 'none'
  • Fixed bug where buffer wrapping wouldn't update after dragging wrap mark, until you switched buffers.
  • Fixed alignment of guide tooltip with guides

New in Column Ruler For jEdit 0.9.1 (Mar 15, 2013)

  • Interface:
  • Caret guide now has ticks to distinguish current line
  • Ruler height will now be increased to accomodate the border when it is on
  • Added "Toggle Caret guide" action
  • Fixed tab indicator when scrolling horizontally
  • Double-clicking on a mark will toggle its associated guide
  • Selected chars message will now disappear after a certain time
  • Code:
  • Moved guide drawing to Mark class
  • No longer using jEdit's built-in wrap guide
  • Added JavaDocs

New in Column Ruler For jEdit 0.9.0 (Mar 15, 2013)

  • Made ruler marks to separate objects
  • It will now check if a text area has a ruler before adding another
  • Will now work correctly with antialiasing and fractional font metrics

New in Column Ruler For jEdit 0.8 (Mar 15, 2013)

  • Background color is now configurable
  • There is now a configurable border along the bottom
  • You can now have ColumnRuler active by default
  • There is now an option to show where the next tab stop is
  • Line guides are now provided
  • The number of selected characters is displayed in the status bar