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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 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 1 of 3 1 2 3
[SED] improving #258855
04/02/09 14:28
04/02/09 14:28
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
1)
Can you allow the user to move bars with names of the scripts, like in VS ?


for example, i just opened "ePanelButtons.c" and want to move it near "eModelManagment"

PS: "Close" button on the right side of every bar also would be nice.

2)
You can see them in MS VS 2008, but i'd found them VERY useful
- go to definition (f.e. you select "number_of_mushrooms" and cursor goes to "int number_of_mushrooms=100;" )
- go to declaration (f.e you select "blow_planet(3);" and cursor goes to "void blow_planet(var planet_number)")

My ideas in addition (maybe its already used somewhere else, i dont know)
- go to next usage (the faster variant of "find...", cursor jumps to next usage of selected world)
- go to previous usage (the same, but backward)
- also, as there would be a lot of submenus, you can remove some of them, like "find text", "find in files", because they are in the "Edit" submenu of the editor

3)
For hiding function text, there is "minus" button on the left of the texts (wich also can change to "plus" button)
But if i close SED and launch it again, i may hide all functions again.
Is it possible for you to save somewhere, which functions are hiden and hide them after SED loads ?

Update: also, 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

as variant, hide code between
Code:
line1
//region:Vector Caculations(or another name you like)
line2
line3
//endregion




4)
A function for showing HINTS about the function you declared before could be used.
for example, i have a set of a file.c that contains tons of pre-made functions..
usually i forget their parameters, they aren't on the manual. So if we could when writing the function appear a hint about the parameters, that was good. A little description at least, like its possible to add a certain keyword to the color scheme.
PS: like IntelliSence, i think

5)
It would be also nice, if you'd add moving to labels while clicking on the function with Ctrl
The same for functions (like "move to defenition", but not to predefine)

6)
Also, looking like "script_crashes_if_last_string_of_code_file_is_commented" bug isnt solved yet.

7)
"SED doesnt ALWAYS auto-save when hitting the 'run' buttons"

8)
"Ident all" button dont ignores symbols "{" and "}" in comented lines

Before


After


9)
The SED command help often still doesn't react on the embedded links properly.

10)
When perssing Ctrl+F(or Ctrl+Shift+F), it would be better, if field "enter text to search" would be active by default.


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] #258892
04/02/09 18:19
04/02/09 18:19
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
Or can someone make a plugin for notepad ++ for lite-c


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: [SED] improving [Re: Blade280891] #258895
04/02/09 18:25
04/02/09 18:25
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
actually you dont need a plugin to do that, there is a "run" tool on notepad++ you can make a shorctut like (ctrl+f5) which runs <gs_dir>/acknex.exe %filename% or something like that.

You can edit copy the C highlihging thing and add lite-c keywords to it.


3333333333
Re: [SED] improving [Re: Quad] #258900
04/02/09 19:06
04/02/09 19:06
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
Ahh i was thinking of the features like syntax highlighting (although you said C is fine) and the function insert thingy


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: [SED] improving [Re: Blade280891] #258913
04/02/09 19:55
04/02/09 19:55
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
emm.. i was talking about Sed smile
If jcl can add this feature right to Sed


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] #259438
04/06/09 06:51
04/06/09 06:51
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Ok, I'll think about it when SED modification is due the next time.

Re: [SED] improving [Re: jcl] #260403
04/10/09 14:56
04/10/09 14:56
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
One more thing (this would be thread, where i'd store ideas about improving SED laugh )

can you add to the right-click menu some additional options like:
1) you can see them in VS2008, but i'd found them VERY useful
- go to definition (f.e. you select "number_of_mushrooms" and cursor goes to "int number_of_mushrooms=100;" )
- go to declaration (f.e you select "blow_planet(3);" and cursor goes to "void blow_planet(var planet_number)")

2) my ideas in addition (maybe its already used somewhere else, i dont know)
- go to next usage (the faster variant of "find...", cursor jumps to next usage of selected world)
- go to previous usage (the same, but backward)
- also, as there would be a lot of submenus, you can remove some of them, like "find text", "find in files", because they are in the "Edit" submenu of the editor



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] #261012
04/15/09 09:51
04/15/09 09:51
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
next one added from nearby post just to be more complex
(http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=257921#Post257921)

1)
For hiding function text, there is "minus" button on the left of the texts (wich also can change to "plus" button)
But if i close SED and launch it again, i may hide all functions again.
Is it possible for you to save somewhere, which functions are hiden and hide them after SED loads ?

2)
A function for showing HINTS about the function you declared before could be used.
for example, i have a set of a file.c that contains tons of pre-made functions..
usually i forget their parameters, they aren't on the manual. So if we could when writing the function appear a hint about the parameters, that was good. A little description at least, like its possible to add a certain keyword to the color scheme.

Now my new ideas smile
3)
What about setting a path to key-file? (if it woulnd't bad for security)
For example, i won a pro-key and now i'm going for a work to the office. I'd like not to copy key-file on the hard disc, but use it from USB-flash... So it would be good for me, if i would be able to set a path to the key-file.

4)
One more new thing: why i cant add or edit templates parts of code (on the F12 panel)
I'd like to add my code, that i often use


5)
Improving debugger
Its a real hell to work with build-in debugger...
F.e if i want to watch the skill, i make
Code:
var tempvar = my.skill1;

and debug says that i cant accsess neither my.skill1 nor tempvar
Of course, i can use printf or diag, but it is debuggers work.


Anyway, more friendly debugger interface would be wellcome (there is only "add watch" and "delete"... at least "edit watch" is needed, imho)



My work is done: i generate some new(maybe, not new, but...) ideas. Now you, Jcl, may think, what can be usefull smile


Last edited by VeT; 04/15/09 10:19.

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] #261016
04/15/09 10:02
04/15/09 10:02
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
You can add and edit templates, they are in the sed templates folder.

The debugger won't debug local variables, only global variables.

Re: [SED] improving [Re: jcl] #261018
04/15/09 10:16
04/15/09 10:16
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
Understood, take out that "ideas"


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
Page 1 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