Skip to content

Plugin for Eclipse Orion that shows a tree of the JavaScript functions in a file.

License

Notifications You must be signed in to change notification settings

kathryneh/outliner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outliner provides an improved outline view for the Orion JavaScript editor. It uses UglifyJS's parser to build an abstract syntax tree of your JavaScript code, then constructs a hierarchical visualization of your functions. A few simple heuristics are used to infer the names of anonymous functions.

Installing into Orion

  1. Log in to Orion, and click the Plugins link on the global toolbar.
  2. Paste http://mamacdon.github.com/outliner/outlinerPlugin.html into the text box and click Install. After a moment, you should see a success message.
  3. Open a JavaScript file in the Orion editor. You should now see a drop-down menu in the outline pane.
  4. Click the drop-down arrow and choose "Hierarchical outliner".

Uninstalling

  1. Log in to Orion and click the Plugins link on the global toolbar.
  2. Uninstall outlinerPlugin.html.

Requirements

  • Orion 0.3 pre-M2 (a build newer than 09-16-2011 is recommended)

License

Eclipse Distribution License v 1.0

About

Plugin for Eclipse Orion that shows a tree of the JavaScript functions in a file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published