Guys I believe that ctrl-backspace should delete just one logical token/part of string/expression, i.e.:
in string like this<-- here ctrl-backspace should delete 'this'
Ok, to code now:
Do_something<int>::do();
^--if I have my caret after second semicolon and I press ctrl-backspace I would expect just '::' (scope operator to be removed).
Shouldn't stuff like this be entered in the bug tracker rather than be posted (incessantly, it seems) here?
The behaviour is the same in scite and C::B, that means it is (most likely) a scintilla bug and should be filed in there bugtracker.
@jens thanks, I did it as you've suggested. Sorry about that guys, I'm quite a new to all of this and feel bit lost. But my intentions are sincere and I really want to help.