Author Topic: Tips and Tricks - Double Click a Word - with keyboard?  (Read 3402 times)

Offline n0083

  • Single posting newcomer
  • *
  • Posts: 2
Tips and Tricks - Double Click a Word - with keyboard?
« on: June 26, 2008, 06:37:09 pm »
Hello,

you know how when you double click a word in code::blocks editor it highlights that word (variable, object, index).  Is there a way to do that with the keyboard?

so for instance if my cursor was after the d in the index displayed by the bar |, if i then issued some keyboard shortcut the word "index" would be selected/highlighted.
Code
some array[ind|ex];

if there is no such thing, that would be rad if it were added.  It is kinda a shortcut trick like copying the current line with ctrl-d.

I love C::B

thanks,

Offline jfouche

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: Tips and Tricks - Double Click a Word - with keyboard?
« Reply #1 on: June 26, 2008, 07:54:33 pm »
Hi

I use CTRL <- / -> (arrows) to move from word to word and CTRL SHIFT <- / -> to select word.
HTH
--
Jérémie