Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (lijoyi2011), 1,042 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 11 of 15 1 2 9 10 11 12 13 14 15
liteEditor #370818
05/16/11 00:08
05/16/11 00:08
8 Images
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
liteEditor

Hey,

This is the "offical" Thread for the first releases of liteEditor - the new Programming Tool for 3D-Gamestudio.
So for those of you who have never heard of it. What can you do with liteEditor?
  • Support for all programming-languages concering 3D-Gamestudio. No Matter if you are a Shader-Programmer, still working with WDL or "already" use C-Lite.
    Additionally languages like html, ini, batch etc. are also supported.
  • Develop new code faster with fewer errors.
  • Quickly understand existing code.
  • Refractor existing code making it easier to read and cheaper to maintain.
  • Eliminate time spent searching by allowing instant navigation to any file, symbol or reference.
  • ...
I think most questions will be answered by the following pictures.
Please always download the most resecent version from http://www.dev-software.com
The current version is a prealpha version and is therefore unstable. I'm searching for committed testers.
Note that you need to install VC++ 2010 redist which can be found here: x64 x86

The current release version is 0.003 (prealpha).

Best Wishes,
Timo Stark
149 Comments
Re: liteEditor [Re: Clemens] #382682
09/11/11 09:33
09/11/11 09:33
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Btw, could you add collapse all to ctrl + '+' ? (Like in sed, programmers notepad etc)

Re: liteEditor [Re: Rei_Ayanami] #382788
09/12/11 18:54
09/12/11 18:54
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
I currently have a lot of problems with spam ticket at my current svn provider. as they are not able to fix that problem (even with captcha) i'll cancel my account there, and move to a new provider. So don't worry about led, it's just moving - and @clement: see answers below:

Quote:
Search -> the right words seem to be highlighted but when switching from word to word also other text parts are selected.
Search&Replace -> seems to be related to the Search-bug. Anyhow there is no result (nothing happens) when pressing the "Replace (All)" button.

I'll take care of this issue next week.

Quote:
One thing still realised: Just great to get information about the coding behind every command by just move with the mouse over it - but is it also possible to include chm-Manuals to get an explanation of the command in an extra window (like in SED)?


like e.g. View->Help ?

Quote:
reload files after changed external

will check that issue.

Quote:
Btw, could you add collapse all to ctrl + '+' ? (Like in sed, programmers notepad etc)

Yep.


Last edited by TechMuc; 09/12/11 19:02.
Re: liteEditor [Re: TechMuc] #382891
09/13/11 17:21
09/13/11 17:21
Joined: Sep 2003
Posts: 303
Germany
Clemens Offline
Senior Member
Clemens  Offline
Senior Member

Joined: Sep 2003
Posts: 303
Germany
Originally Posted By: TechMuc

Quote:
One thing still realised: Just great to get information about the coding behind every command by just move with the mouse over it - but is it also possible to include chm-Manuals to get an explanation of the command in an extra window (like in SED)?


like e.g. View->Help ?

Yeah, cool...! laugh
Possible to add others customly? Like the chm-mauals from Lukas' LBGUI?
- And would be nice, if the would automatically jump into the right chapter. For example he jumps into PANEL->flags, even if a flags-line for TEXT is selected.

Others:

- The user is not asked when closing an edited file!! (changes just disappear)

- I'm a fan of using tabs for code formatting. Buttons for add/remove a tab in every selected line, would be great.

I went back to SED, but only because LED is crashing too often (=> script parts loss)...
if you fix this crash issues I'm your customer wink

Re: liteEditor [Re: Clemens] #382894
09/13/11 17:47
09/13/11 17:47
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Quote:
Possible to add others customly? Like the chm-mauals from Lukas' LBGUI?


Generally this is possible, i'll check that today..

Quote:
The user is not asked when closing an edited file!! (changes just disappear)


ups laugh

Quote:
- I'm a fan of using tabs for code formatting. Buttons for add/remove a tab in every selected line, would be great.


yeah will add it.

Quote:
I went back to SED, but only because LED is crashing too often (=> script parts loss)...


reproduction.. that's the keyword laugh if you can give me any hint when it's crashing (besides the "file reloading" bug) i would be very thankful laugh

Re: liteEditor [Re: TechMuc] #382921
09/13/11 23:17
09/13/11 23:17
Joined: Sep 2003
Posts: 303
Germany
Clemens Offline
Senior Member
Clemens  Offline
Senior Member

Joined: Sep 2003
Posts: 303
Germany
great news
I'll have a deeper look into the crashes issues and try to reproduce/report them... but maybe you can program an auto-backup function (similar to microsoft's word's), so testing is not that risky, you understand? wink

one more request:
- couldn't find a line break / word wrap function!!?...

p.s. which development kit do you use?

liteEditor - New Homepage [Re: Clemens] #382924
09/14/11 03:14
09/14/11 03:14
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Proudly presenting the new homepage of led
Please report all bugs here now. The new system is much more innovative and you have more rights as a completly anonymous user.


@Clement: I'll search for an automatic backup solution yes - though i have no idea how to achieve this atm laugh

Re: liteEditor - New Homepage [Re: TechMuc] #382942
09/14/11 11:19
09/14/11 11:19
Joined: Sep 2003
Posts: 303
Germany
Clemens Offline
Senior Member
Clemens  Offline
Senior Member

Joined: Sep 2003
Posts: 303
Germany
yes, looks really clearly arranged with pleasant design... laugh
you'll see some (more) entries from me in the future

p.s. not with t, with s wink

Re: liteEditor - New Homepage [Re: Clemens] #383039
09/15/11 12:34
09/15/11 12:34
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
yiha.. two days gone - all tickets deleted (by a bot?..hmmm..).
Okay doesn't matter - reworked the permission system from permissive to restrictive.

Sad that no open systems are possible anymore...

Re: liteEditor - New Homepage [Re: TechMuc] #383127
09/16/11 06:55
09/16/11 06:55
Joined: May 2006
Posts: 148
Latvia
MTD Offline
Member
MTD  Offline
Member

Joined: May 2006
Posts: 148
Latvia
Great job.
This tools makes coding faster & easy smile

liteEditor - Version 0.010 [Re: MTD] #383258
09/17/11 23:32
09/17/11 23:32
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Version 0.01 released.
Please download the version from http://www.dev-software.com/led/liteEdit_010.exe

New Features:
- FTP Plugin
- All bugs fixed
- Minor enhancements...

There was a bug in the updater. The updating fails if you do NOT chose the first option (update NOW) after downloading the editor. This is of course fixed in the latest version.

Best regards,
Timo

Last edited by TechMuc; 09/17/11 23:39.
Page 11 of 15 1 2 9 10 11 12 13 14 15

Moderated by  jcl, Realspawn, 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