Bookmark support for the PBP Editor?
The Bookmark feature is very useful for the programming language editors. (i.e. Delphi 7) When you want to mark somewhere in the code area in your source code (like a subrutine) You can use a bookmark. Then you can brunch anywhere in your code. When you want to comeback the subrutine which we marked it with a bookmark you can use a short cut button with combination of keybord and you can deploy the subrutine without using code explorer.
For example (for delphi editor);
to add a bookmark for a subrutine; Ctrl + Shift + Number (ie: Ctrl + Shift + 1)
to deploy the subrutine from anywhere in the source code; Ctrl + Number (ie: Ctrl + 1)
its faster, really useful.
When will see this feature in the Microcode Studio Plus Editor?
I am looking forward it
Reinventing the wheel ...
Hi, Muskut
I Think ... Using INCLUDE could do exactly what you want !!!
Heuuuuuu, " RTFM " page 22 ... for details.
Alain
I Also found it in MCS Help .... Boooooo !!!
reinventing the Bicycle ...
So, Just place a label !!! only for that purpose ...
You'll find it in the left window !!!
Then a double click will do your (...) wishes ...
Alain
PS: Copy/Paste will be enough then ... instead of INCLUDE.
Just so as I understand . . ? ? ?
Quote:
Originally Posted by Acetronics
So, Just place a label !!! only for that purpose ...
I thought code following a label was confined to the custody of that label, like in a sub program, NOT SO ?