10-22-2014, 04:52 AM
- Complete keyboard control of tag window. Now tag window shortcut = ALT+F7. Could the following be added?
- ALT+F7 = open tag window, press ALT+F7 again it closes it (after closing, put cursor back at position where the user left it in the editor window)
- keyboard arrows, RIGHT: opens the contents of the selected tag, LEFT: checks the checkbox (Adds current macro/function/... the user is working on)
- keyboard arrows, when user pressed RIGHT it opened contents in right pane, if user presses RIGHT again it actually goes to that pane
- keyboard arrows, when user is in right pane pressing LEFT user goes back to LEFT pane
- keyboard arrows, when user is in right pane UP/DOWN goes up and down, ENTER navigates to the selected folder/mac/function/class/...
- CTRL+N: adds new tag , DEL: deletes current tag (with confirmation asking if user really want's to delete current tag).
- ALT + click on function/mac/class/... copies it's name without actually going to it.
- CTRL + click on function/mac/class/... copies it's full path without actually going to it.
- Mabe for the future, if even possible: Direct grid manipulation on cell level, if user could use: grid_id.(ROW, CELL)="data".In stead of: put qmgrid into string/csv.... edit it and then put it back into qmgrid.
- Mabe for the future, if even possible: A grid style kind of option to display cell data that has more characters than cell width like this:
Actual cell data: C:\test\folder1\folder2\folder3\test.text
Displayed in the cell: "C:\test\folder1\fo...\test.text"
If user does any kind of interaction with that cell it would be done on the actual data: C:\test\folder1\folder2\folder3\test.text