Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.95 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.95 KB

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