Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Akow, 1 invisible), 1,423 guests, and 9 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: LED Sneak Preview [Re: 3dworld] #315304
03/14/10 16:24
03/14/10 16:24
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
Does it support doc comments?

e.g.

Code:
/**
  * @author Inestical
  * @date 14.03.2010
  * @version 1.2
  **/

/// @brief main function
/// @return return 0 every time.
/// @param none




"Yesterday was once today's tomorrow."
Re: LED Sneak Preview [Re: Joozey] #315835
03/19/10 13:53
03/19/10 13:53
Joined: Feb 2010
Posts: 457
Norfolk,England
mikaldinho Offline
Senior Member
mikaldinho  Offline
Senior Member

Joined: Feb 2010
Posts: 457
Norfolk,England
looks great

led - devSoftware - Update [Re: mikaldinho] #323867
05/17/10 22:05
05/17/10 22:05
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Good evening together,

Just wanted to share my new plans: I'll try to make led to a real-world alternative to many code-editors on the world-wide web. Most code-editors today just do not support enough languages, are to expensive, to slow or just all of it. I'll try to close this gap with my low-budget editor.

This includes that it:
1) won't be free if released
2) will need longer to develop.

Sadly no enough potential buyers can be found here (no offense wink ), therefore i have to implement other programming languages ( better said: a very very good text editor for almost any file-type - like http://www.e-texteditor.com/ does)

Just some new screens (the screens does not really give the impression of what happend to the editor.. actually the whole framework changed dramatically laugh )

1) A completly new designed code-jumper with much more flexiblity


2) Find References: find all occurences of a code-object (e.g. function / struct content) with just one mouse click:



3): seemless zooming



4) recognize of todo-statements



5) in-editor help for almost any C++ feature (thanks to MSDN)



6) Aaaand.. maybe a new startscreen? wink




Of course there are many more features I developed over the last two months, but they're just too many to mention laugh

Best Wishes and Good Night,
Timo Stark

PS: One of the biggest features which are planed but not developed so far is versioning.

Last edited by TechMuc; 05/17/10 22:14.
Re: led - devSoftware - Update [Re: TechMuc] #323872
05/17/10 22:32
05/17/10 22:32
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
You used my code for testing, yay!!! ^^

Looks great so far. To be honest, and this isn't meant personally, but I doubt that you can beat existing solutions on the market. Why do you want to do versioning? CVS and SVN are existing solutions and they are great.

Re: led - devSoftware - Update [Re: HeelX] #323894
05/18/10 05:43
05/18/10 05:43
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Yeah you're right, though I of course do not plan do work out my own svn / cvs versioning system. As you already stated, this would be a completly senseless approach.
I'll try to implement third party svn systems into the editor with easy access, even for svn-beginners (e.g. create svn on external hard-disk drives).

The main "problem" is that i want to reach a bigger market. It's not very easy to be exceptional on such a crowded market like editors. Though as already mention I'll try to accomplish a very smart menu design for any kind of file type (e.g. of course the most visible panes will not be visible with txt files) and a very very low price.
Platform independcy is also theoretically planed.

I'm of course always open for new suggestions (i would also love to work with someone) how to accomplish sth. on the difficult editor market...

greetings,
Timo

PS: Yeah your script is one of the biggest free available scripts on the freeware market laugh

Last edited by TechMuc; 05/18/10 05:43.
Re: led - devSoftware - Update [Re: TechMuc] #323906
05/18/10 09:53
05/18/10 09:53
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
A Doxygen add in would be nice.
Maybe with the possibility to place special Doxygen commands by picking from a selection list.

But I guess that might be too special...

Re: led - devSoftware - Update [Re: FBL] #323907
05/18/10 10:06
05/18/10 10:06
Joined: Feb 2009
Posts: 2,154
Damocles_ Offline
Expert
Damocles_  Offline
Expert

Joined: Feb 2009
Posts: 2,154
A refacturing method (renaming of an objects name) would make it nice.
(eg, wich can differentiate between syntax and other content)


And a method to list references/uses/definition of an object in the code.
So you can quickly jump to it. (less time searching through the code)

Re: led - devSoftware - Update [Re: Damocles_] #323908
05/18/10 10:25
05/18/10 10:25
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
@Damocles: See second screenshot (for list references). Renaming is planed.

@Firoball: As this is no real programming effort i'll probably implement this feature. Though you're probably right that might be a little bit to special.
Still thinking about a good way to implement such important programming features without annoying normal users who just want a fast starting editor to edit a great variety of files..

Re: led - devSoftware - Update [Re: TechMuc] #323917
05/18/10 12:07
05/18/10 12:07
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
maybe build a plugin system, and offer doxygen plugins and that kind of stuff for free to customers?


3333333333
Re: led - devSoftware - Update [Re: Quad] #323932
05/18/10 13:34
05/18/10 13:34
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Yeah I've thought about a plugin system, though the workload for a complete working plugin system (which really allows the user to accomplish things, and to interfere into the behaviour of the editor) is very high.

Page 3 of 4 1 2 3 4

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