Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Chris2011/nb-codeoutline

This is a NetBeans plugin which adds a code overview/outline for the current editor.
https://github.com/Chris2011/nb-codeoutline

bluej netbeans-plugin outline sublime

Last synced: about 2 months ago
JSON representation

This is a NetBeans plugin which adds a code overview/outline for the current editor.

Awesome Lists containing this project

README

        



Looking for maintainers, who want to take over the development!




Have a look at a colorful alternative plugin http://plugins.netbeans.org/plugin/71031/minimap !

This plugins adds a code overview/outline for the current editor. Implements https://netbeans.org/bugzilla/show_bug.cgi?id=199663




Updates


1.3.2:



  • [Bugfix 31]: Outline is visible again for 8.2


1.3.1:



1.3.0:



  • [Feature 8]: Dark theme support (colors are taken from the mimetype of the editor, see also the new darkening-option)

  • [Feature 13]: Enable antialiasing

  • [Feature 20]: Font size is configureable

1.2.0:



  • [Feature 17]: Add option for disablement in the View menu

  • [Feature 10]: Add options dialog to Tools|Options|Misc and make width of the outline configureable

  • [Feature 15]: Make position the outline configureable (in options dialog)

  • [Task 18]: UI: Remove border

  • [Bugfix 14]: Fixed: java.lang.ArithmeticException

  • [Bugfix 11]: Fixed: OOME when invoking ShowEditorOnlyAction

1.1.0:



  • [Feature 4]: Attach outline next to editor (removes the explicite window from previous version)

  • [Bugfix 6]: Fixed NPE, when no document is available

  • [Task 7]: Add donation link

  • [Task 9]: Provide signed version for update center


1.0.0:



  • initial version


Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-codeoutline/issues


Compatible to NetBeans 8.0+ and JDK7+.


btn_donate_SM.gif


License: GPL 2 - http://www.gnu.org/licenses/gpl-2.0.txt. This plugin integrates some sourcecode from http://www.bluej.org/. The copyright for BlueJ is held by M. Kölling and J. Rosenberg.
BlueJ is available under the GNU General Public License version 2 with the Classpath Exception