I want to define my own language especially for folder functionality.
How can I tell the syntax that I want to have a "TAB" and a "BackTAB" for opening and closing a folder? Can I use a Hex Code?
Thanks a lot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess I didn't understand your original question. The only ways I know of to "open/close a folder" (that is, to expand/collapse a folder) is to click on the plus/minus signs, use the View menu, or use the shortcut keys alt-<number> and alt-shift-<number>.
You might be able to map those functions to a macro, which you can then bind to a key, but it might be limited in what it does in this case. --Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to define my own language especially for folder functionality.
How can I tell the syntax that I want to have a "TAB" and a "BackTAB" for opening and closing a folder? Can I use a Hex Code?
Thanks a lot
Yes, but I don't know how to specify the "TAB" for opening a folder .. .. Jubi
I guess I didn't understand your original question. The only ways I know of to "open/close a folder" (that is, to expand/collapse a folder) is to click on the plus/minus signs, use the View menu, or use the shortcut keys alt-<number> and alt-shift-<number>.
You might be able to map those functions to a macro, which you can then bind to a key, but it might be limited in what it does in this case. --Joel
Have you tried creating your own via the User Define dialog (View > User Define Dialog...) --Joel