New Feature: Browse Mode in the 2.0 Editor
The Understand 2.0 editor’s “Browse Mode” makes all entities in the editor behave like links in a web browser. With a single click you can visit and update the Information Browser.
In both 1.4 and 2.0 the usual way of exploring/learning about code in the editor is via the Right Click context menu. For instance, if I want to learn about allocstrAppend() I right click on it:

However, the 2.0 has a new “Browse” mode that makes all entities behave like hyperlinks in a web browser.
Turn it on selectively by holding down the “CTRL” key. Or toggle between normal mode and browse mode by toggling the browse mode icon in the toolbar:

Once in the browse mode, whenever you hover over an entity it is underlined:

When you click on the underlined entity two things will happen:
- The Information Browser will update about that entity
- The entities definition will be visited
You can control what happens on the Browse mode click via the Tools->Options->Editor dialog, and the Browse tab:

Note that you can still edit while in the Browse mode. If you don’t want to visit somewhere just click in white space.
