Zeljko Manjkas
Member
Is there any way to change only character that is after cursor to uppercase or lowercase in editor.
Eq.
for szdesttablename text
pressing some key (for change case) when cursor is after sz, will change d to D and pressing key (for change case) when cursor is between tt will change second t to T and finally pressing key (for change case) when cursor is before 'name' will change n to N. On that way I will change szdesttablename text to szDestTableName.
Typing text using right case is slower and can sometimes result in text that do not have same characters.
Eq.
for szdesttablename text
pressing some key (for change case) when cursor is after sz, will change d to D and pressing key (for change case) when cursor is between tt will change second t to T and finally pressing key (for change case) when cursor is before 'name' will change n to N. On that way I will change szdesttablename text to szDestTableName.
Typing text using right case is slower and can sometimes result in text that do not have same characters.