2 registered members (TipmyPip, 1 invisible),
18,731
guests, and 7
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
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
OP
Serious User
|
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:
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
|
|
|
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
Senior Expert
|
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: VeT]
#282803
08/03/09 20:00
08/03/09 20:00
|
Joined: Jun 2006
Posts: 2,640 Earth
Germanunkol
Expert
|
Expert
Joined: Jun 2006
Posts: 2,640
Earth
|
Could SED auto-indent in this case:
if(something or other is true)
do this stuff here;
should become:
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
Expert
|
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
Serious User
|
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.
|
|
|
|