News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Two keyboard shortcuts

Started by ikk, August 16, 2006, 07:09:41 PM

Previous topic - Next topic

ikk

Hello,

I'm looking for two keyboard functions:
a. select word under the cursor, same as mouse double click but using only keyboard.
b. quick search, like Ctrl+F3 and Ctrl+Shift+F3 in MSVC 6.0. i know that pressing Ctrl+F opens search dialog and word which was under the cursor is inserted as actual search string. i'd like to have it under one command, without seeing search dialog.

Is there any chance this ll be implemented in new CB version?

C::B is great, im plamning to use it over MSVC.


ikk

Quote from: sethjackson on August 16, 2006, 07:17:03 PM
Find next F3.
Find previous Shift+F3.

http://wiki.codeblocks.org/index.php?title=Keyboard_Shortcuts

sorry, its not it,
i want to search for what IS under the cursr, not what was previously typed in search dialog,
and without need to open that dialog.
im using windows version maybe in linux its already there.

thomas

Quote from: ikk on August 16, 2006, 07:30:25 PMi want to search for what IS under the cursr, not what was previously typed in search dialog,
and without need to open that dialog.
We had this implemented for a while, but many users were unhappy with it, so it was removed again. You'll have to press Ctrl-F again, sorry (but at least the current selection will automatically be filled in).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Pecan

Quote from: thomas on August 16, 2006, 09:46:55 PM
Quote from: ikk on August 16, 2006, 07:30:25 PMi want to search for what IS under the cursr, not what was previously typed in search dialog,
and without need to open that dialog.
We had this implemented for a while, but many users were unhappy with it, so it was removed again.
...

I enjoyed that feature also. I always wondered why we couldn't have had an option to turn it on or off.

kidmosey

Quote from: Pecan on August 16, 2006, 11:17:58 PM
I enjoyed that feature also. I always wondered why we couldn't have had an option to turn it on or off.

Is ctrl+F3 taken? ;)
3 years until google knows more than god.

tiwag

Quote from: ikk on August 16, 2006, 07:09:41 PM
Hello,

I'm looking for two keyboard functions:
a. select word under the cursor, same as mouse double click but using only keyboard.
b. quick search, like Ctrl+F3 and Ctrl+Shift+F3 in MSVC 6.0. i know that pressing Ctrl+F opens search dialog and word which was under the cursor is inserted as actual search string. i'd like to have it under one command, without seeing search dialog.

Is there any chance this ll be implemented in new CB version?

C::B is great, im plamning to use it over MSVC.

if you are building C::B yourself, you can apply this patch

[attachment deleted by admin]

Pecan

Quote from: tiwag on August 17, 2006, 08:58:52 AM
if you are building C::B yourself, you can apply this patch

http://forums.next.codeblocks.org/index.php?action=dlattach;topic=3839.0;attach=1368


Thanks tiwag.

Another addition to the "my_patches" catagory.

ikk

thanks for the patch.

where can i get latest source code and info about how to compile CB in Windows?

sethjackson

Quote from: ikk on August 17, 2006, 03:57:56 PM
thanks for the patch.

where can i get latest source code and info about how to compile CB in Windows?


The wiki of course. :D

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows