Code::Blocks Forums

User forums => Help => Topic started by: scorpion007 on November 04, 2006, 03:04:44 am

Title: Find in files output?
Post by: scorpion007 on November 04, 2006, 03:04:44 am
Hello,

When i do a Find in Files search, and it turns up with my results, how come when i click on them it doesn't take me to the appropriate file/line number?
Is this supposed to work? If it is not yet implemented, then consider this a feature request.

Thanks.
Title: Re: Find in files output?
Post by: sethjackson on November 04, 2006, 03:38:58 am
Hello,

When i do a Find in Files search, and it turns up with my results, how come when i click on them it doesn't take me to the appropriate file/line number?
Is this supposed to work? If it is not yet implemented, then consider this a feature request.

Thanks.

Yeah I do it all the time. It is supposed to work. What version are you using????
Title: Re: Find in files output?
Post by: Game_Ender on November 04, 2006, 04:54:49 am
I would assume latest svn on Mac.
Title: Re: Find in files output?
Post by: scorpion007 on November 04, 2006, 08:27:37 am
close, latest svn on Suse 10.1.

Tis strange...
Title: Re: Find in files output?
Post by: killerbot on November 04, 2006, 09:53:08 am
this has been changed to double click, so you can scroll through your results without all those editors opening up
Title: Re: Find in files output?
Post by: scorpion007 on November 05, 2006, 01:53:41 am
hmm, it seems double click doesn't work either.
Title: Re: Find in files output?
Post by: sethjackson on November 05, 2006, 03:43:13 am
hmm, it seems double click doesn't work either.

What wxGTK version do you have????
Title: Re: Find in files output?
Post by: scorpion007 on November 05, 2006, 04:45:52 am
does this tell you?
Code
$ wx-config --libs
-L/usr/local/lib -pthread   -L/usr/X11R6/lib  -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6
Title: Re: Find in files output?
Post by: sethjackson on November 06, 2006, 07:05:18 pm
does this tell you?
Code
$ wx-config --libs
-L/usr/local/lib -pthread   -L/usr/X11R6/lib  -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6

Well yes/no. I now know you have wxGTK 2.6, but which one. 2.6.1, 2.6.2, 2.6.3 etc.

Anyways I dunno why it doesn't work for you. :P Anyone had similar experiences on *nix?