Skip to content

JSwat v2013.1

Latest
Compare
Choose a tag to compare
@nlfiedler nlfiedler released this 24 Jan 00:44
· 12 commits to master since this release

This release has been updated to version 7.3 of the NetBeans Platform. The most noticeable change, aside from the slick look & feel, is the replacement of the TreeTableView with OutlineView. This has introduced a bug with respect to the persistence of the view settings. That is, if you change the width or visibility of the columns, that is not persisted from one run to the next.

Change Details

  • Update all of the views to use "new" OutlineView.
  • Fixed lost ordering of sourcepath entries.
  • Upgraded to NetBeans Platform 7.3.
  • Use NetBeans installer instead of our own.

Known Bugs

  • Known bugs in NetBeans Platform
    • Bug 216316: OutlineView table headers fail to restore properly
    • If ~/.netbeans does not exist and netbeans.default_userdir_root property is not set, AutoupdateSettings throws NullPointerException.
    • Cannot resize minimized windows w/o an open editor on Mac OS X (https://netbeans.org/bugzilla/show_bug.cgi?id=217264).