Blog


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:

2008-07-28 21.35

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:

2008-07-28 21.39

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

2008-07-28 21.45

When you click on the underlined entity two things will happen:

  1. The Information Browser will update about that entity
  2. 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:

2008-07-28 21.41

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


Leave a Reply