Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: smallB on October 29, 2011, 07:52:15 pm

Title: Ctrl-backspace should delete just one logical token
Post by: smallB on October 29, 2011, 07:52:15 pm
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).
Title: Re: Ctrl-backspace should delete just one logical token
Post by: zabzonk on October 29, 2011, 09:55:38 pm
Shouldn't stuff like this be entered in the bug tracker rather than be posted (incessantly, it seems) here?
Title: Re: Ctrl-backspace should delete just one logical token
Post by: Jenna on October 29, 2011, 10:22:25 pm
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.
Title: Re: Ctrl-backspace should delete just one logical token
Post by: smallB on October 30, 2011, 11:23:18 am
@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.