|
|
Home » Developing U++ » U++ Developers corner » TheIde new look and new features
|
Re: TheIde new look [message #30917 is a reply to message #30915] |
Fri, 28 January 2011 11:19   |
|
mirek wrote on Fri, 28 January 2011 04:40 | Well, this is really a nice debate. Anyway, to get somewhere, might I ask Uno or somebody else to materialize it into Redmine tasks? 
We can then assign priority and start working...
|
I'll do this soon
|
|
|
|
Re: TheIde new look [message #30946 is a reply to message #30914] |
Sat, 29 January 2011 01:09   |
gprentice
Messages: 260 Registered: November 2005 Location: New Zealand
|
Experienced Member |
|
|
mirek wrote |
No, but it is debatable. I mean, what is going there that at some operations you simply store the position. Personally, I do not think this should happen with regular cursor movemement. Maybe jump to the beginning of file or end of file. Or maybe we can even make it configurable, it is quite simple.
Anyway, mechanism is already there, I guess there is no need to create some new one, just to refine the existing.
|
I didn't intend my comments to be a feature request. I was just trying to say that code navigation is more important than code folding because I'm navigating code continually but only need code folding occasionally. Code folding is useful for outlining of large functions. Attached is an example from a 1200 line function from slickedit "Slick C" source.
Most editors can display a list of function headings for the current source file (as MindTraveller suggested) but usually they do it through a separate dialog or drop-down list. Maybe the navigate in file dialog could let you restrict the list to function headings and use that to display a list of functions in the current file.
Go to matching brace is a common feature theIde doesn't seem to have - maybe context go to could do that when the cursor is on a brace.
Why doesn't the mousewheel work in the keyboard shortcuts dialog?
Regarding cursor retrace, I use it for swapping back and forth between two places in the code but also for cycling round the last few places I've been - which is a bit different to how web browser alt-left/right work because as soon as you go in a "new direction" the web browser throws away a bunch of places that you've just been to. Probably an easy one theIde could have is to jump back to the last place where you modified some code.
Anyway, I'm sure I could implement cursor retrace for theIde if I wanted to but my desire is to try and improve theIde help.
Graeme
[Updated on: Sat, 29 January 2011 01:10] Report message to a moderator
|
|
|
|
|
Re: TheIde new look [message #30972 is a reply to message #30946] |
Sun, 30 January 2011 18:35   |
|
gprentice wrote on Sat, 29 January 2011 01:09 | Go to matching brace is a common feature theIde doesn't seem to have - maybe context go to could do that when the cursor is on a brace.
|
Just for completeness: Context go to already jumps between brackets. But only if there's not something more interesting on the other side of the cursor See void Ide::ContextGoto0(), there is a lot of (probably undocumented) functionality for context jumps.
Honza
|
|
|
|
Re: TheIde new look [message #31114 is a reply to message #30982] |
Sat, 05 February 2011 18:55   |
|
Friends!! Tabs in TheIde very beautiful, but only under Windows. I installed SVN 3149 under UBUNTU. Now is not visible while dragging the tab nothing.
Previously, even a color bar - pointer to dragging.
And another problem under Linux. During compilation window TheIde always goes on foreground, closing the other windows. You can save the situation only minimize the window TheIde. In 2791 this was not.
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
[Updated on: Sat, 05 February 2011 18:55] Report message to a moderator
|
|
|
Re: TheIde new look [message #31235 is a reply to message #31114] |
Wed, 16 February 2011 12:01   |
|
sergeynikitin wrote on Sat, 05 February 2011 12:55 | Now is not visible while dragging the tab nothing
|
Thanks. Confirmed. I'll fix this soon!
By the way: I'm little bit busy now but I'm planning to sum up all the things we were discussing here soon. Good news is I fixed one of critical bugs regarding docking in ide and I hope to get docking working sooner than I expected 
|
|
|
|
|
|
Re: TheIde new look [message #33405 is a reply to message #33397] |
Mon, 01 August 2011 09:28   |
|
koldo wrote on Sun, 31 July 2011 17:19 | Any idea ? 
|
I would really like to correct few thing in theide, unfortunately lack of time is the only reason that stops me Similarly to Mirek I'm focused on rainbow right now as this is very important to my current project. However ide look is still an open discussion and I hope we'll get back to it as soon as possible.
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 08:27:08 CEST 2025
Total time taken to generate the page: 0.03816 seconds
|
|
|