Posted 18 years ago
by Ashton
-
Developer,
Schema Solutions LLC
I'm having an issue (might be related to my implementation but I can't find where) that causes any <TAB> key not to work if the text on the line begins with a "-".
If "-" is the only text on the line then it tabs fine but if there is anything after the "-" then the <TAB> seems not to work.
Any ideas on why this might occur or where I might look?
Here is the list of tokens and text/key in the document.
= WhitespaceToken
- = OperatorToken
test = UserFunctionToken
When the cursor is immediately before the "-", the TAB key will not continue tabbing.
Thanks,
Ashton
[Modified at 04/26/2006 08:20 PM]
If "-" is the only text on the line then it tabs fine but if there is anything after the "-" then the <TAB> seems not to work.
Any ideas on why this might occur or where I might look?
Here is the list of tokens and text/key in the document.
= WhitespaceToken
- = OperatorToken
test = UserFunctionToken
When the cursor is immediately before the "-", the TAB key will not continue tabbing.
Thanks,
Ashton
[Modified at 04/26/2006 08:20 PM]