Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 18,731 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: [SED] improving [Re: VeT] #278555
07/14/09 12:49
07/14/09 12:49
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP
Serious User
VeT  Offline OP
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Got new idea about "minus" on the left side of the text:

It would be wonderfull if we would be able to hide(with the help of "minus") different parts of the code
For example:
Code:
line1
/* + */
line2
line3
/* - */


/* + */ means that "minus" on the left side would appear
/* - */ means that all code between /* + */ and it would be hide

so, user would be able to hide 2-nd and 3-rd lines of this code


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: [SED] improving [Re: VeT] #278565
07/14/09 13:15
07/14/09 13:15
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
yeah good idea, sort of region thing in VS apps

//region:Vector Caculations(or another name you like)

//endregion

code between this two lines are hidden with a minus sign, and a line(with +) appears with the given name

but i dont think it's necessary


3333333333
Re: [SED] improving [Re: Quad] #278571
07/14/09 13:31
07/14/09 13:31
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP
Serious User
VeT  Offline OP
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
A large part of this is not really nessesary... but, for example, those "move to declaration", or file with function definition that appears in the help could help programmer a lot


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: [SED] improving [Re: VeT] #278572
07/14/09 13:32
07/14/09 13:32
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP
Serious User
VeT  Offline OP
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
btw, added your idea on the first page smile


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: [SED] improving [Re: VeT] #282803
08/03/09 20:00
08/03/09 20:00
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
Could SED auto-indent in this case:

Code:
if(something or other is true)
do this stuff here;



should become:

Code:
if(something or other is true)
    do this stuff here;



basically: if there's a ; somewhere after an if statement and there's no { between the two, AND there's a line break between the two, then indent the line after the if...?

Last edited by Germanunkol; 08/03/09 20:01.

~"I never let school interfere with my education"~
-Mark Twain
Re: [SED] improving [Re: Germanunkol] #283588
08/08/09 16:26
08/08/09 16:26
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
When importing files into a project, SED should check if they're allready in the project. When I add new files, and lots of them, I cannot just import a whole folder, cause SED will import old files again, so that I now have some of them 3 times, in the lists on the right.

When I douple click on a .c file, it opens sed and always goes into "window" mode (or what do you call it? it's not maximised any more, even if I had SED open, maximised.)


~"I never let school interfere with my education"~
-Mark Twain
Re: [SED] improving [Re: Germanunkol] #283653
08/09/09 03:48
08/09/09 03:48
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
hmmm, i'll add these to my features list for 3DGS Easy Scripter. Thanks.

Last edited by DJBMASTER; 08/09/09 03:48.
Page 3 of 3 1 2 3

Moderated by  aztec, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1