|
|
Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Some annoyances with TheIde
Some annoyances with TheIde [message #42885] |
Sun, 13 April 2014 10:55 |
mingodad
Messages: 53 Registered: February 2008 Location: Spain
|
Member |
|
|
Hello !
After using other tools and languages and now again trying ultimate++ I'm experimenting some annoyances:
- No selection highlight, when selecting a word on the editor there is no automatic highlight of the same word through the rest of the code, this feature when present makes easy to see another places where that word/identifier is used.
- Error messages from compiler are hard to work as they get mixed with warnings and success messages as well, maybe a filter button to show only errors would make it easy or even highlight the errors.
- When searching the search window always jump to the bottom of the screen, using lubuntu it get's hiding partially by the status bar, I would expect it to mantain it's position.
- Why when switching from project to project it needs to recompile everything from scratch ? If we already compiled core and a lot of other packages for the same settings why we need to recompile it again and again.
- The ide do not show the whole file hierarchy, for example I open the Http.h and there is no way to see in the hierarchy window the whole file, if I click inside a class definition only the class appear, clicking outside any definition no classes appear.
- On the package window (left bottom corner) it's hard to find something there, there is no order, the hierarchy view at least has a button to show in alphabetical order.
- Help window, I expect to have an option to detach it to have a bigger view or a full screen view instead of the squiched one inside the editor.
Thats it for now, using it more with my tests will show if there is other annoyances too.
Again thanks in advance for your time, attention and great work so far !
[Updated on: Mon, 14 April 2014 13:42] Report message to a moderator
|
|
|
Re: Some anoyances with TheIde [message #42888 is a reply to message #42885] |
Sun, 13 April 2014 19:34 |
|
mirek
Messages: 14193 Registered: November 2005
|
Ultimate Member |
|
|
Quote:
- Why when swithching from project to project it needs to recompile everything from scratch ? If we already compiled core and a lot of other packages for the same settings why we need to recompile it again and again.
I does not need to and it does not usually. Anyway, main configuration has to be the same between packages (main config flags determine the output directory for object files).
Quote:
- The ide do not show the whole file hierarchy, for example I open the Http.h and there is no way to see in the hierarchy window the whole file, if I click inside a class definition only the class appear, clicking outside any definition no classes appear.
First of all, with all heuristics pushed into C++ semi-parser, it is still not 100% realiable.
Anyway, there is small 'file' icon to the right of navigator "search" which might do what you desire.
Quote:
- On the package window (left bottom corner) it's hard to find something there, there is no order, the hierarchy view at least has a button to show in alpahbetical order.
Well, files in left bottom corner should have meaningful ordering by developer. Sorting them would be contraproductive.
Anyway, if you want to find the particular file, there is Alt+Shift+F "Find file".
Quote:
Thats it for now, using it more with my tests will show if there is other anoyances too.
Thanks. I think this year we will concentrate on theide a bit more, so perhaps some of annoyances will get resolved. Hope you will still be around at that time to test it
I am adding some RM tasks for those of suggestions not covered yet.
Mirek
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Wed Jan 15 06:53:51 CET 2025
Total time taken to generate the page: 0.02600 seconds
|
|
|