Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Ayumi), 1,405 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
SED interface suggestions #207048
05/17/08 12:38
05/17/08 12:38
Joined: Nov 2003
Posts: 1,659
San Francisco
JetpackMonkey Offline OP
Serious User
JetpackMonkey  Offline OP
Serious User

Joined: Nov 2003
Posts: 1,659
San Francisco
Some suggestions for small improvements to SED that would make big improvements for users:

RIGHT CLICK MENU: CHANGE CASE -> UPPER / LOWER (useful for switching from Lite C to C-Script and backwards, since declarationss like string and STRING change cases a lot.

SHIFT-PAGE-UP: Go to previous bookmark

SHIFT-PAGE-DOWN: Go to next bookmark

Last edited by JetpackMonkey; 05/18/08 14:04.
Re: SED interface suggestions [Re: JetpackMonkey] #207258
05/18/08 19:53
05/18/08 19:53
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
Seconded somewhat.

<rel-obvious-or-duh>
However, the number of capitalization conversations may be numerous, and converting bit by bit via right-click...

Right, C-Script is case-insensitive and C is not.
SDK & Diet-C: structs often capitalized
STRING, TEXT, ENTITY, etc.

I remember jumping bookmarks in SED somewhat satisfactorily,
with improvement still desired.

A number of features found in Notepad++ might be useful in varying degrees.
i.e.
1. bulk replace whole word string -> STRING, all open documents
2. go to another view (side by side comparison)
3. TextFX sort
4. HexEditor (Plugin)
5. Compare (Plugin, like WinDiff) ***
...
Probably, to a limited extent, Notepad++ can be used instead of SED for Diet-C and C-Script.

Also, in C, as ~recalled, the following may be of no use:

Code:
#DEFINE string STRING
// but check that


</last-tag>

Re: SED interface suggestions [Re: testDummy] #207391
05/19/08 13:00
05/19/08 13:00
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
one more thing:
its supposed to be usefull to make "use current file for Test Run" for different files

for example, i have a project, that consist of number of files
i have about 4-5 files opened in SED (so i want to launch all project from any of them)
and as i open file from another project(that consists, say, from 1 file), it would be useful to be able to launch that file exactly



here is a picture:

i want to launch my main project's file, called "Agora.c" if "PlayerMain.c" or "PlayerPhys.c" is active... and to launch "shaderTest.c" if it is active

of course, "shaderTest.c" is marked in different way to show that exactly that file would launch if it is active



what are you thinking about it?


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 interface suggestions [Re: VeT] #207393
05/19/08 13:08
05/19/08 13:08
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
or a shift+click(ctrl+shift+f5) runs current tab, normal click(ctrl+f5) runs defined main script?


3333333333
Re: SED interface suggestions [Re: Quad] #207413
05/19/08 14:17
05/19/08 14:17
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
yes, you understand what i mean :-)


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 interface suggestions [Re: VeT] #207439
05/19/08 17:19
05/19/08 17:19
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
mmm... or just a new button "Run Current" (with hotkey ctrl+shift+f5 or just f6) ?


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 interface suggestions [Re: VeT] #207480
05/20/08 02:17
05/20/08 02:17
Joined: Aug 2001
Posts: 2,320
Alberta, Canada
William Offline
Expert
William  Offline
Expert

Joined: Aug 2001
Posts: 2,320
Alberta, Canada
Or maybe a little drop down menu in the tool bar to choose from the last 10 previously run scripts. That way you can change what script you will run with the engine very quickly no matter what script you are viewing.


Check out Silas. www.kartsilas.com

Hear my band Finding Fire - www.myspace.com/findingfire

Daily dev updates - http://kartsilas.blogspot.com/
Re: SED interface suggestions [Re: William] #207559
05/20/08 18:19
05/20/08 18:19
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
hm, no, this wouldn't be fast enough... best desition, imho, is new button "Run Current"


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 interface suggestions [Re: VeT] #207988
05/23/08 21:08
05/23/08 21:08
Joined: Aug 2001
Posts: 2,320
Alberta, Canada
William Offline
Expert
William  Offline
Expert

Joined: Aug 2001
Posts: 2,320
Alberta, Canada
I was thinking, can we also have a 2 little check box's in SED, one setting "-cl" and one setting "-sv" for the runtime? This would make multiplayer testing much much easier!


Check out Silas. www.kartsilas.com

Hear my band Finding Fire - www.myspace.com/findingfire

Daily dev updates - http://kartsilas.blogspot.com/
Re: SED interface suggestions [Re: William] #208257
05/26/08 07:39
05/26/08 07:39
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Many good suggestions. SED is on low priority at the moment, but I'll keep them in mind for the next SED update.

Page 1 of 2 1 2

Moderated by  aztec, Spirit 

Gamestudio download | chip programmers | 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