Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: n0083 on June 26, 2008, 06:37:09 pm

Title: Tips and Tricks - Double Click a Word - with keyboard?
Post by: n0083 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,
Title: Re: Tips and Tricks - Double Click a Word - with keyboard?
Post by: jfouche 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