Marks Menu

Marks facilitate the navigation through your source files, with sections, labels and references. A mark is a TeX comment line with a special format:
whatever % !iTeXMac(mark): blah

The pop up button lists all the marks of the current file in a menu. When selecting this item, iTeXMac highlights the line where the mark is and and scrolls the text view to the mark. It does not change the currently selected text, so you can scroll back to the portion of text you where working on simply using the "scroll selection to visible" file menu item.

Actually, iTeXMac parses the whole file each time the mark button is pressed, so performances are not very good for very long files and very slow machines.

It is compatible with \include and \input commands: corresponding menu items allow to open those files.

(there is a known bug of menu window not dimissed in certain situations)