|
4 registered members (Grant, Ayumi, alibaba, Quad),
5,526
guests, and 0
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
SED interface suggestions
#207048
05/17/08 12:38
05/17/08 12:38
|
Joined: Nov 2003
Posts: 1,659 San Francisco
JetpackMonkey
OP
Serious User
|
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
testDummy
Serious User
|
Serious User
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:
#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
Serious User
|
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?
|
|
|
Re: SED interface suggestions
[Re: VeT]
#207393
05/19/08 13:08
05/19/08 13:08
|
Joined: Oct 2007
Posts: 5,211 İstanbul, Turkey
Quad
Senior Expert
|
Senior Expert
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
|
or a shift+click(ctrl+shift+f5) runs current tab, normal click(ctrl+f5) runs defined main script?
3333333333
|
|
|
|