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 » Community » Coffee corner » Enclose Functions?
Enclose Functions? [message #15980] Wed, 21 May 2008 14:23 Go to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
This is a feature in TODO list?

would be very nice. Long files with many functions, this feature will be a great help
Re: Enclose Functions? [message #15991 is a reply to message #15980] Wed, 21 May 2008 22:26 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Could you explain Smile ?
Re: Enclose Functions? [message #15993 is a reply to message #15980] Wed, 21 May 2008 23:43 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
_Seven_ wrote on Wed, 21 May 2008 14:23

This is a feature in TODO list?

would be very nice. Long files with many functions, this feature will be a great help


Do you mean "code folding" ?

Max
Re: Enclose Functions? [message #16002 is a reply to message #15980] Thu, 22 May 2008 14:38 Go to previous messageGo to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
Well, I'm talking about the feature of the IDE can hide the content of a function, having a plus signal, most commonly, on the left side together with the number lines. When we click on the plus signal we can hide or show the lines of a function. With this and with a big source file would be very usefully to navigate through the file.
Re: Enclose Functions? [message #16010 is a reply to message #16002] Thu, 22 May 2008 16:37 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Oh you mean code folding Smile No ide dosn't support this yet. I know this is popular but frankly I've never found it too useful. First thing now we want to add to TheIDE is docking engine, new assist and some quick tabs improvements.
Re: Enclose Functions? [message #16011 is a reply to message #16010] Thu, 22 May 2008 16:48 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
.....without forgetting some handy debugging tools Smile

Max
Re: Enclose Functions? [message #16012 is a reply to message #15980] Thu, 22 May 2008 17:19 Go to previous messageGo to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
oh ok there are good features too Smile
Re: Enclose Functions? [message #16013 is a reply to message #16012] Thu, 22 May 2008 18:21 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 693
Registered: December 2005
Location: Budapest, Hungary
Contributor
Try Ctrl+G instead, I think, it is much more useful as code folding.
Re: Enclose Functions? [message #16017 is a reply to message #15980] Thu, 22 May 2008 21:51 Go to previous messageGo to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
thanks zsolt Wink
Re: Enclose Functions? [message #16020 is a reply to message #16017] Fri, 23 May 2008 09:32 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
_Seven_ wrote on Thu, 22 May 2008 15:51

thanks zsolt Wink


Note that when new assist (which means, new C++ parser in fact...) is finally available, the very first thing I plan to do is left bar in editor listing all importnat points in file (functions, global variables, macro definitions). Clicking will bring you to it.

I believe that it will be much more useful than folding....

Mirek
Re: Enclose Functions? [message #16025 is a reply to message #16020] Fri, 23 May 2008 11:07 Go to previous messageGo to next message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
luzr wrote on Fri, 23 May 2008 08:32

_Seven_ wrote on Thu, 22 May 2008 15:51

thanks zsolt Wink


Note that when new assist (which means, new C++ parser in fact...) is finally available, the very first thing I plan to do is left bar in editor listing all importnat points in file (functions, global variables, macro definitions). Clicking will bring you to it.

I believe that it will be much more useful than folding....

Mirek


This sounds very exciting!
Re: Enclose Functions? [message #16030 is a reply to message #15980] Fri, 23 May 2008 12:53 Go to previous messageGo to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
yeah, very exciting!! and for when this new functions?
Re: Enclose Functions? [message #16038 is a reply to message #16030] Fri, 23 May 2008 16:04 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Actually, this ignited more of my thinking about the topic and I seem to have found nice heurestic approach to the problem - so it is quite likely you will see this much sooner than with new assist Wink

Mirek
Re: Enclose Functions? [message #16235 is a reply to message #16038] Tue, 03 June 2008 13:55 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, intended feature is finished...

Not sure how good it will be in practice. For smaller files it looks nice, IMO...

Mirek
Re: Enclose Functions? [message #16249 is a reply to message #15980] Tue, 03 June 2008 21:52 Go to previous messageGo to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
will be ready in the next svn version?
Re: Enclose Functions? [message #16290 is a reply to message #16249] Fri, 06 June 2008 12:44 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Yes!
It is already in svn build releases!

look and test from http://ultimatepp.org/svnbuilds/ !

[Updated on: Fri, 06 June 2008 12:45]

Report message to a moderator

Re: Enclose Functions? [message #16303 is a reply to message #15980] Fri, 06 June 2008 17:23 Go to previous message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
GOOD!!! i will try right now! Very Happy
Previous Topic: U++ users meeting, anybody?
Next Topic: What do you use for ToDo/ defect tracking/ change logs?
Goto Forum:
  


Current Time: Thu Mar 28 13:34:35 CET 2024

Total time taken to generate the page: 0.01199 seconds