Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • do-file editor: creating bookmarks for display in Navigator pane

    v19 do-file editor Navigation pane not displaying my code outline. I'm using /// SECTION headers, but those don't appear in Navigator. Help file explains how to find, toggle and delete bookmarks, but not how to create them. Would appreciate any insights on how to use what looks like an excellent tool.

  • #2
    It’s documented in the Getting Started manuals in the Do-file Editor chapter.
    -Chinh Nguyen

    Comment


    • #3
      Code:
      ///section
      is not a bookmark, it is a comment. It is a good idea to comment your code, i.e. remind yourself what you were thinking when you wrote that code, but that serves a different purpose. If you want a bookmark you type
      Code:
      **#
      For a first level bookmark
      Code:
      **##
      for a second level bookmark, etc.

      Click image for larger version

Name:	Graph.png
Views:	1
Size:	6.1 KB
ID:	1782388


      ---------------------------------
      Maarten L. Buis
      University of Konstanz
      Department of history and sociology
      box 40
      78457 Konstanz
      Germany
      http://www.maartenbuis.nl
      ---------------------------------

      Comment


      • #4
        Chinh and Maarten, both your comment are helpful, and appreciated. Michael

        Comment

        Working...
        X