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
Bookmarks