TaskList for Jedit Changelog

What's new in TaskList for Jedit 2.5

Jun 22, 2013
  • Fix for tracker 3464344, some tree highlighting and key handling issues.
  • Better checking for binary files.
  • Ability to parse whole files rather than just comments.
  • Fix for tracker 3466508, refresh dockable on task type pattern change.
  • Skip hidden files and directories to improve performance. Added option to check hidden files.
  • Fix for tracker 3469508, case-insentivie not honored for task types.
  • Applied patch from Jarek for buffer loading, tracker 3474766.

New in TaskList for Jedit 2.1 (Jun 22, 2013)

  • Fix for tracker 2921940, some properties were not initialized, which caused a null pointer exception
  • Added ability to filter the tasks lists, per tracker 2922303
  • Moved ParseBufferMessages off of the EditBus since they are only used by TaskList and confused other plugins
  • Fix for tracker 2930625, TaskList couldn't find tasks in files opened with the FTP plugin
  • Added "Toggle All" button to Filter menu to make it easier to select task types

New in TaskList for Jedit 2.0 (Jun 22, 2013)

  • Lots of changes, removed the old table, now all task lists are trees. Added trees for Open Files, Project Files, and ability to find tasks in just part of a project or from the File System Browser.

New in TaskList for Jedit 0.4.4 (Jun 22, 2013)

  • Recognize Tasks that contain tokens other than comment types, if the other tokens are surrounded by comment tokens. This allows PHPDoc @TODO: .... comments, where @TODO is a LABEL token, to be recognized.

New in TaskList for Jedit 0.4.3 (Jun 22, 2013)

  • Fixed NullPointerException when trying to extract tasks from a mode that was added since jEdit was started
  • Updated for 4.2pre1 Token changes.
  • Fixed deprecation warnings.
  • Updated for 4.2 plugin API
  • Changing default sort column or order is applied immediately.

New in TaskList for Jedit 0.4.2 (Jun 22, 2013)

  • Fixed sf bug 535882, "TaskList, removing and jumping"
  • Fixed a sorting bug (NPE if no ":" in Task.text)
  • Fixed "Reset task patterns"
  • Added "Parse Buffer" to TaskList Popup menu
  • Fixed sf bug 699048, "Unable to delete tasks"
  • Code re-organization
  • Added option to sort tasks by buffer name
  • Fixed bug removing task patterns

New in TaskList for Jedit 0.4.1 (Jun 22, 2013)

  • Better performance in default patterns
  • Removed uses of APIs deprecated by jEdit 4.1

New in TaskList for Jedit 0.4.0 (Jun 22, 2013)

  • Option to specify which modes to use
  • Fixed case-senstive matching and task name saving
  • Parsing updates for jEdit 4.1

New in TaskList for Jedit 0.3.5 (Jun 22, 2013)

  • Fixed bug in parsing routine

New in TaskList for Jedit 0.3.4 (Jun 22, 2013)

  • Release on jEdit Plugin Central

New in TaskList for Jedit 0.3.3 (Jun 22, 2013)

  • Port to jEdit 4.0 API

New in TaskList for Jedit 0.3.2 (Jun 22, 2013)

  • Fixed highlighting option
  • Cleaned up table appearance

New in TaskList for Jedit 0.3.1 (Jun 22, 2013)

  • Fixed bug affecting deletion on entire task comment