Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to next message
mrjt is currently offline  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 #20695 is a reply to message #20687] Tue, 31 March 2009 21:23 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Borland C++ Builder had very nice feature. When you press Control key and drag mouse through any word in your code, mouse cursor becomes a hand and the word itself becomes a hyperlink. Clicking this hyperlink led to declaration/definition of this token. This was extremely comfortable feature.
I think that little addition to it - smtf. like Alt + clicking token - should open TheIDE Help with search with this word.
IMO the main problem about Help is that it consists of large pages and has no navigation through found items on the help page.
Re: Naviagot bar: 1 issue, 1 suggestion [message #21108 is a reply to message #20695] Mon, 04 May 2009 00:11 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, I can do all of this Smile

Mirek
Re: Naviagot bar: 1 issue, 1 suggestion [message #21110 is a reply to message #21108] Mon, 04 May 2009 00:27 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, mrjt's requests done...
Re: Naviagot bar: 1 issue, 1 suggestion [message #21112 is a reply to message #21108] Mon, 04 May 2009 08:32 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

luzr wrote on Mon, 04 May 2009 02:11

Well, I can do all of this Smile

Mirek
This would be... well... VERY useful and time-saving features!

Also I`d like to add to mrjt`s request concerning TheIDE Help search. I propose having 2 buttons next to the Help search text field: "<" and ">". Pushing these buttons should scroll user to the position that prev/next found token (possible colouring it as selected) is as much closer to center of the screen as possible.
Re: Naviagot bar: 1 issue, 1 suggestion [message #21400 is a reply to message #21110] Mon, 18 May 2009 10:43 Go to previous messageGo to next message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
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.
Re: Naviagot bar: 1 issue, 1 suggestion [message #21402 is a reply to message #21400] Mon, 18 May 2009 11:09 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
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 Go to previous messageGo to next message
mrjt is currently offline  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...Smile The parser doesn't seem to like nested namepaces very much: (see incorrectly highlighted end brace)
index.php?t=getfile&id=1725&private=0
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).
  • Attachment: namespace.png
    (Size: 18.56KB, Downloaded 540 times)

[Updated on: Mon, 18 May 2009 11:17]

Report message to a moderator

Re: Naviagot bar: 1 issue, 1 suggestion [message #21405 is a reply to message #21403] Mon, 18 May 2009 15:05 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Fixed.
Re: Naviagot bar: 1 issue, 1 suggestion [message #21413 is a reply to message #20687] Tue, 19 May 2009 08:43 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Good feature.

Best regards
IƱaki
Previous Topic: Please bring back drag'n'drop copy
Next Topic: low TheIDE's Console buffer/export to file
Goto Forum:
  


Current Time: Fri Mar 29 07:30:42 CET 2024

Total time taken to generate the page: 0.02070 seconds