Author Topic: Ctrl-backspace should delete just one logical token  (Read 3430 times)

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Ctrl-backspace should delete just one logical token
« 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).

zabzonk

  • Guest
Re: Ctrl-backspace should delete just one logical token
« Reply #1 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Ctrl-backspace should delete just one logical token
« Reply #2 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.

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Re: Ctrl-backspace should delete just one logical token
« Reply #3 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.