Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply

Do you want improved find using Ctrl-Alt-UP and Ctrl-Alt-Down?

I need it, could be very useful
8
47%
It would be nice to have it, but I can live without it
7
41%
No, as I would never use it
2
12%
 
Total votes: 17

Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Post by Gatis »

Would you use an option to find previous/next text string using a simple shortcut? The string to look for is current word under the cursor.
For example you have
a_variable := 0; //initialize

....//some long text

a_variable| := x;

....//some long text

a_variable := a_variable + 2;
once you would press Ctrl-Alt-Up (Down), cursor would be positioned at the previous (next) variable occurrence.
fuzzylogic
Posts: 43
Joined: Thu Jan 10, 2008 11:55 am

overloaded keys

Post by fuzzylogic »

only if the keys are user definable.

CTRL-ALT is an overloaded combination, a lot of other programs want it for their own use.
User avatar
joemichaud
Posts: 39
Joined: Sat Sep 29, 2007 4:58 pm

Post by joemichaud »

I would LOVE to have hot keys for searching forward and backward... but for me, docking the search dialog against the side/bottom of the window would be even more valuable. A search dialog sitting in front of the text I am trying to search is one of the most annoying (and counter-productive) "features" I find in most text editors.
Joe Michaud
raymond
Posts: 21
Joined: Fri Oct 26, 2007 4:16 am

Post by raymond »

I prefer to have the Fire-fox find box pop at the bottom of the page. I would even like it to start searching while I'm typing
CaliforniaJerry
Posts: 88
Joined: Sat Aug 01, 2009 4:48 am
Location: Mountain View, CA
Contact:

Post by CaliforniaJerry »

Is this still an active topic?
Does this still need to be "Sticky" ?
The Find All in document, with floating or docked results frame, is good enough for me.
If implemented, allowing us to change the keyboard shortcut would be good, I would prefer Ctrl-Shift-Up/Dwn
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Post by syrupcore »

textmate does something to this and it's really handy.

cmd+e = load selected text into the 'find' buffer
cmd+g = find next occurrence
cmd+shft+g = find previous occurrence

actually, that's standard mac stuff. text mate adds:
cmd+shft+e = load 'replace' buffer
ctrl+cmd+f = find/replace without ever loading a "find and replace" dialog - finds the find buffer and replaces it with the replace buffer.

it's pretty sweet and sounds like it's where gatis was headed with this.
tbleier
Posts: 7
Joined: Tue Aug 18, 2009 7:32 pm

Re: Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Post by tbleier »

Many IDE's have adopted the "incremental search" option, which I find very useful (similar to Firefox Ctrl-F). I would prefer that one...
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Re: Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Post by EvilBMP »

Why not adding the possibility that variables of the same name get highlighted. So, if you focus one with the cursor, the current variable all other occurences are highlighted within the source code and you'll get an optical feedback as well.

Besides the shortcuts, this would be a nice addon.

Greets
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Find with Ctrl-Alt-Up and Ctrl-Alt-Down?

Post by Gatis »

Thanks for all feedback.
We have added new functionality regarding this in the next major version 2010.
Once you select a variable, all occurrences of it will be highlighted inside the open document and you will be able to navigate to previous or next occurrence with custom shortcut key.
I am removing "Sticky" status for this topic.
Kind regards,
Gatis Avots
Post Reply