Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
New Class browser enhancements
MortenMacFly:
Dear all,
I really like the recent changes in the class browser to make it a floating window. That increases productivity, indeed. Anyway, there are 2 remarks (questions) I'd like to state:
1.) When I open a workspace the class broser is updated. That's OK. But when I close the workspace (so there is no project or file opened) the class browser still has the whole tree. Clicking on any method (...) results in nothing. If this is by design, then forget about it, otherwise the tree should better be cleared to avoid confusion.
2.) What would be really helpful in addition is that if I enter a word in "Search" and press enter (when the text filed is still active) that the action would be the same as to press the ">" button besides. This avoids the need for using the mouse to focus to that button... ;-)
Anyway: Great idea and work again, guys!
With regards, Morten.
mandrav:
Will look into number 1.
Number 2 is fixed now.
Also the search has been improved. It now starts the search from the currently selected node (or the root node if no selection). Every time you press Enter (or click the search button) it goes to the next match, wrapping around when no more matches are found.
MortenMacFly:
--- Quote from: mandrav on April 04, 2006, 10:10:52 am ---Will look into number 1.
Number 2 is fixed now.
--- End quote ---
I actually didn't think in such a short timeframe, but thank you! :D
Anyway: I realised the xrc file has changed in line 39 from
--- Code: ---<object class="wxTextCtrl" name="txtSearch"/>
--- End code ---
...to:
--- Code: ---<object class="unknown" name="txtSearch"/>
--- End code ---
...is that really correct or an issue?
With best regards, Morten.
mandrav:
--- Quote from: MortenMacFly on April 04, 2006, 12:11:09 pm ---Anyway: I realised the xrc file has changed in line 39 from
--- Code: ---<object class="wxTextCtrl" name="txtSearch"/>
--- End code ---
...to:
--- Code: ---<object class="unknown" name="txtSearch"/>
--- End code ---
...is that really correct or an issue?
With best regards, Morten.
--- End quote ---
That's correct.
mandrav:
I just noticed that there might be a case that the search could enter an infinite loop and freeze the app. I 'll look into it a little later. For the time being, avoid searching the class browser or take the risk knowingly :)
Navigation
[0] Message Index
[#] Next page
Go to full version