BookMarks ..
When Double-Clicking upon a Label (either Data or Code, either Main Label or Local_Symbol), the floating Menu gets one more option for [BookMark]ing the Label. If this option is validated, the chosen Label is inserted at the top of the TreeView ListBox (if the Tree is dead, it is then activated).
In case the selected Label is already available in the BookMark List, the added Menu option becomes [UnBookMark], and as you might guess, may be used for retrieving the Label from the list.
When compiling a file with an active BookMark List, a file is created aside the Application (SameName.BKM), that will be reloaded at the next session. You can delete this file if you do not want to recover the BookMarks further on.
If a selected Label is a Local_Symbol, the previous Main Label is pasted before the label, in order to discriminate between several identical local names.
If all of this is not yet enough and that you want to set up some BookMark in a flow of instructions where there is no Label to BookMark, just write some dummy ''@BK:'', for example, and make it a BookMark.
~~~~~~~