Claus Pedersen
Member³
How can I use keyboard shortcuts to mark a word? I can manually press Shift and then right arrow until the entire word is marked, but this is not always possible in for instance a macro recording where the length of words can be different from each other.
Is there a keyboard shortcut to mark the entire word at the current cursor position?
BTW, can I make PLD to navigate via keyboard shortcuts to other code elements than words (paranthesis, assignments, etc.)?
E.g.: I have the code: thisVariable := thatVariable;
I can navigate to the beginning of the two words (this... and that...) but not to ":=" using Ctrl+Left and Ctrl+Right (default word left and right)
If I am using Ctrl+Del and Ctrl+BkSp (default delete next/previous word), I can delete a)semicolon, b)thatVariable, c)":=", and d) thisVariable in turn. Ctrl+Del can recognise a more detailed differentiation of the single elements than normal navigation. All I want to do is navigate to other coding elements than just words.
Is there a keyboard shortcut to mark the entire word at the current cursor position?
BTW, can I make PLD to navigate via keyboard shortcuts to other code elements than words (paranthesis, assignments, etc.)?
E.g.: I have the code: thisVariable := thatVariable;
I can navigate to the beginning of the two words (this... and that...) but not to ":=" using Ctrl+Left and Ctrl+Right (default word left and right)
If I am using Ctrl+Del and Ctrl+BkSp (default delete next/previous word), I can delete a)semicolon, b)thatVariable, c)":=", and d) thisVariable in turn. Ctrl+Del can recognise a more detailed differentiation of the single elements than normal navigation. All I want to do is navigate to other coding elements than just words.