Author Topic: Find dialog question...  (Read 5197 times)

agent007se

  • Guest
Find dialog question...
« on: July 19, 2006, 07:17:04 am »
Hello all !

I'm wondering if it is so normal that the focus don't come on the text field after clicking on a tab in the Find (and Find/Replace) dialogs...

(I didn't know where to post but it seemed that's the best place...)

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Find dialog question...
« Reply #1 on: July 19, 2006, 07:38:11 am »
It's a known issue. Don Corleone says he added the code to give it focus but it just doesn't work.

I'll take a look and see what I find :)

agent007se

  • Guest
Re: Find dialog question...
« Reply #2 on: July 19, 2006, 08:26:40 am »
Ok thanks !

I'm really sorry... Can you say me where I can find a place where all :

- feature requests
- known issues

are listed (if a such place exists, of course ;)) ?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Find dialog question...
« Reply #3 on: July 19, 2006, 08:36:04 am »
http://developer.berlios.de/projects/codeblocks/ (Features and Bugs).

To add new ones you can use the links in http://www.codeblocks.org/ (Report bugs and Ftr Requests).

Have in mind some bugs could be reported in the forums but not there, even though we encourage people to submit them so we don't forget about them. I searched for that specific issue in there and I couldn't find it (using the filter option).

The good thing is I just fixed it and I'll commit it in a few minutes :D

agent007se

  • Guest
Re: Find dialog question...
« Reply #4 on: July 19, 2006, 08:43:52 am »
http://developer.berlios.de/projects/codeblocks/ (Features and Bugs).

To add new ones you can use the links in http://www.codeblocks.org/ (Report bugs and Ftr Requests).

Have in mind some bugs could be reported in the forums but not there, even though we encourage people to submit them so we don't forget about them. I searched for that specific issue in there and I couldn't find it (using the filter option).

The good thing is I just fixed it and I'll commit it in a few minutes :D

Very nice :D ! I'm fooling around with Qt (to learn too some things :p) and when I' finish my little buggy program-which-do-not-serve-to-anything, I will convert it to wxWidgets and to learn about too and after I'll might be able to help C::B :D.


For the moment, the other question is : in the debug process... after puting 36k breakpoints... It's so boring to remove them all one by one isn't there any menus to delete them all ?? I think that a lot of newbies and intermediate users will appreciate and that will not harm the experienced users...

And thanks for you informations ;) !

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Find dialog question...
« Reply #5 on: July 19, 2006, 08:54:11 am »
There you go, your first Feature Request (be sure to search for it first) :)

I just checked and it seems there's no such a thing in the debugger plugin... and I don't really feel like touching that code :P

Don Corleone should see it when he returns (in a few days I guess) so he can take a decision.

BTW, we just got off-topic so there's no need to continue posting here :)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Find dialog question...
« Reply #6 on: July 19, 2006, 12:31:41 pm »
For the moment, the other question is : in the debug process... after puting 36k breakpoints... It's so boring to remove them all one by one isn't there any menus to delete them all ?? I think that a lot of newbies and intermediate users will appreciate and that will not harm the experienced users...

And thanks for you informations ;) !

MainMenu->Debug->Debugging Window->breakpoints
Right click on a breakpoint->Remove All Breakpoints