IDE Template Tool: Stay on Top & Insert Position
Posted: Fri Nov 30, 2012 9:19 pm
Hey
I'd like to make two minor suggestions for the Templates tool (nothing really important, but I'll mention it anyway):
1.) The option 'stay on top' should only keep the tool's window in front of the IDE,
not in front of all windows. Alternatively, make an additional option.
2.) Add some kind of indicator for the cursor position after the template has been inserted, for example:
So, after inserting the cursor will be positioned at <|> which allows me to write the author directly without additional clicking.
Thanks.
I'd like to make two minor suggestions for the Templates tool (nothing really important, but I'll mention it anyway):
1.) The option 'stay on top' should only keep the tool's window in front of the IDE,
not in front of all windows. Alternatively, make an additional option.
2.) Add some kind of indicator for the cursor position after the template has been inserted, for example:
Code: Select all
; **************************
; Some long header comment
; Some long header comment
; Some long header comment
; Some long header comment
;
; Author: <|>
; **************************
Thanks.