Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 01:28
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
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), 838 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 10 of 15 1 2 8 9 10 11 12 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 0.006 [Re: Rackscha] #381555
08/29/11 16:19
08/29/11 16:19
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Quote:
The buttons in the box in the middle that appear at the beginning have no hint texts. I don't know what they are for.

added tooltip

Quote:
On reviewing the GameStudio settings (I clicked okay) the program crashed.

fixed

Quote:
On restarting it says it could not read the log file in the log dir->Crash.

fixed (corresponds with the C installation problem)

Quote:
- Then I got it started. Right clicked on the empty project in the project view, selecting settings -> The explorer opens?! oO

Fixed. Though this was intended behaviour in your version wink

Quote:
Closing the program -> Crash

Bug corresponding to the Write-Right problems. ==> fixed


Quote:
as supposed by microsoft use the APPDATA folder. thats your place to write config files(and cach files for example). You're always allowed to write/read there.


One of the reasons why you have so much dump data left on your computer. But yes i use the Appdata now.

liteEditor 0.008 [Re: TechMuc] #381585
08/30/11 01:24
08/30/11 01:24
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
yeah that's the way to go.. finally got 100.000 code lines. In honor of the occasion i'll jump over the 0.007 version directly to 0.008 laugh
Main new feature is the automatic use of filters ( see: http://www.dev-software.com/filter.jpg ). If you do not like this feature you can of course switch it off in the settings (settings -> languages -> litec -> extra ).

The updater will recongize the update automatically if you start led. The updater in this version (0.008) can also be started directly, so that's the last time led has to run, during the update wink
Alternativly the software can be downloaded from http://www.dev-software.com/ (or direct link: http://www.dev-software.com/led/liteEdit_008.exe ).

Best regards and have fun,
Timo

PS: of course all known bugs are fixed too..

of course the reason for skipping 0.007 is that there has been a severe bug in it... frown

liteEditor 0.009 [Re: TechMuc] #381711
08/31/11 01:21
08/31/11 01:21
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
The new version 0.009 is releasing right now. Main new features is the auto-complete for includes and search&replace in selection.
Download the update with the updater integrated in led (help --> update) or from the direct download-link: http://www.dev-software.com/led/liteEdit_009.exe

Complete change list:
Code:
new:
- Autocomplete for include files ( http://www.dev-software.com/include_paths.jpg )
- Create and Delete breakpoints in one frame
- Automatic movement of breakpoints if they are in an non-valid line (e.g. declaration, empty line).
- Search & Replace in Selection
- Updater is able to chose a smaller update-file (dependend on the own version)

bugfix:
- Minor search&replace bugfixes.
- Major crash when working with several structures directly after each other fixed.



Last edited by TechMuc; 08/31/11 01:23.
Re: liteEditor 0.009 [Re: TechMuc] #381743
08/31/11 12:22
08/31/11 12:22
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
I love the new folder structure (header/source/external)!

While typing I (well, tried to write ISO at normal writing speed) it crashed - I got a lot of defines/functions/vars that start with ISO, maybe "too" many for LED?
(Always happens as soon as I type ISO fast)

I am still missing the cool autocompletion with brackets etc (NetBeans) laugh

Re: liteEditor [Re: Quad] #381765
08/31/11 15:38
08/31/11 15:38
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg

Re: liteEditor [Re: Rei_Ayanami] #381770
08/31/11 18:15
08/31/11 18:15
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
strange bug.. can you send me your source code?
Can you reproduce the error?

Re: liteEditor [Re: TechMuc] #381794
09/01/11 02:39
09/01/11 02:39
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Finally got a working and functional updater.. Though the way i achieved is it probably not the best possible, it's still a good way between work and speed.
So the update from 0.008 --> 0.009 would had have 2.4 mb.. (instead of 40 before).. quite good laugh
Too bad that led is on hold now, and i will not be able to test this system the next weeks :-/

So i'll care about real life again now.. have a good time,
timo

Re: liteEditor [Re: TechMuc] #382371
09/07/11 16:48
09/07/11 16:48
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Hey,
your editor is really awesome, and while it was already awesome from the beginning, it is now finally stable enough for me to permanently replace SED with it.

There are only 2 things I don't like:

1) When I search something with Ctrl+F and hit enter, the dialog just closes. Why? After that I can't even use F3 to go to the next place the term I searched for was found. Please add at least the F3 functionality.

2) I once accidentally inserted a Unicode character into my script in LED and saved and compiled it. The compiler gave me an error that a function in that script wasn't found. Then LED crashed. Then I found out the file was empty. Also the whole computer acted weird after that. The Windows Explorer got stuck each time I tried to open "Computer".
So, it might be a good idea to prevent saving files with unicode characters.



I know you said LED is on hold now, but when you start working on it again, please consider these two things.

Re: liteEditor [Re: Lukas] #382409
09/07/11 22:56
09/07/11 22:56
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Hey lukas,

led is on hold, because i'm travelling through the US and enjoying my time right now laugh will work on it in around~2 weeks again.

Quote:
1) When I search something with Ctrl+F and hit enter, the dialog just closes. Why? After that I can't even use F3 to go to the next place the term I searched for was found. Please add at least the F3 functionality.


This is intended. I assume this default setting is not very smart laugh go to settings->area settings->search and change the value of "close window after fast search".

To get some kind of F3 functionality write the text in the choicebox in the toolbar and press enter. Now everytime you press enter you go one foreward.
I'll implement a "real" "Go-To-Next result" hotkey.

Quote:
2) I once accidentally inserted a Unicode character into my script in LED and saved and compiled it. The compiler gave me an error that a function in that script wasn't found. Then LED crashed. Then I found out the file was empty. Also the whole computer acted weird after that. The Windows Explorer got stuck each time I tried to open "Computer".
So, it might be a good idea to prevent saving files with unicode characters.


I will check that.. this might (!) be a bug i'm searching for a long time.. (could have come to the solution on my own.. unicode characters in paths are horrible -.-).

Thanks for reporting,
and btw have a great birthday!
Timo

Re: liteEditor [Re: TechMuc] #382434
09/08/11 10:55
09/08/11 10:55
Joined: Sep 2003
Posts: 303
Germany
Clemens Offline
Senior Member
Clemens  Offline
Senior Member

Joined: Sep 2003
Posts: 303
Germany
Didn't really try out the editor, yet - but the first feeling is great
thanks Timo!

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)?

Page 10 of 15 1 2 8 9 10 11 12 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