Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Naviagot bar: 1 issue, 1 suggestion
Naviagot bar: 1 issue, 1 suggestion [message #20687] |
Tue, 31 March 2009 16:46  |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
1- The 'Find' edit ctrl in the navigator bar doesn't accept underscores ('_'). This is a serious problem, especially when pasting in from the editor window but even when typing this is bad. Enter 'PLATFORM_X11'and get no hits for instance.
2- A frequent usage pattern when querying things is:
- select word (double click, or SHIFT+CTRL+CURSOR_KEYS), CTRL-C, CTRL-Q, CTRL-V.
And while this works very well it would be nice to eliminate the copy/paste. Perhaps with a new keyboard shortcut but even better would be detecting whether a single id (in CParser terminology) is selected and auto-querying the selection on CTRL-Q. Is this possible?
[Updated on: Tue, 31 March 2009 16:47] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Naviagot bar: 1 issue, 1 suggestion [message #21402 is a reply to message #21400] |
Mon, 18 May 2009 11:09   |
 |
mirek
Messages: 14257 Registered: November 2005
|
Ultimate Member |
|
|
mrjt wrote on Mon, 18 May 2009 04:43 |
luzr wrote on Sun, 03 May 2009 23:27 | OK, mrjt's requests done...
|
Superb! I've just built the SVN version and it's lovely. My only issue is that there seems to be a slight lag on typing in the Query box, but that's definitely a price worth paying for the improved functionality.
|
Well, I am out of wits how to optimize that one more...
In reality, it has to scan the whole symbol database for matches. That is, for example, about 30000 symbol entries for theide sources...
Mirek
|
|
|
Re: Naviagot bar: 1 issue, 1 suggestion [message #21403 is a reply to message #21402] |
Mon, 18 May 2009 11:16   |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
luzr wrote on Mon, 18 May 2009 10:09 | Well, I am out of wits how to optimize that one more...
In reality, it has to scan the whole symbol database for matches. That is, for example, about 30000 symbol entries for theide sources...
Mirek
|
Don't worry about it, seriously. It's very, very good!
However... The parser doesn't seem to like nested namepaces very much: (see incorrectly highlighted end brace)

But I honestly don't care if this is fixed or not, as I don't write code like this (this is just a maths library I'm looking at).
[Updated on: Mon, 18 May 2009 11:17] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Fri May 09 18:09:06 CEST 2025
Total time taken to generate the page: 0.00541 seconds
|