Gamestudio Links
Zorro Links
Newest Posts
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Trading Journey
by 7th_zorro. 04/27/24 04:42
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, 1 invisible), 770 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 8 1 2 3 4 5 6 7 8
Re: HorusIDE [Re: MPQ] #398934
04/08/12 23:16
04/08/12 23:16
Joined: Nov 2011
Posts: 274
de
lemming Offline
Member
lemming  Offline
Member

Joined: Nov 2011
Posts: 274
de
Looks great! Although I hate glossy elements. =) But I like the colour-scheme.

Are you open for suggestions? ^^
I'd suggest a way to split the code window horizontally, the .c file at bottom, the .h file at top.

Support for Rackschas Genesis Precompiler would also be awesome. Probably in the future.

Re: HorusIDE [Re: lemming] #398966
04/09/12 12:41
04/09/12 12:41
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
of couse, i´m open for suggestions. if there are cool features that could improve the editor, i will check if it´s worth to implement it

Quote:
Such a small code overview that is scrollable would be really cool.

Definitely. Added to the To-Do-List. I will implement this code overview in the next or overnext version

Quote:
I'd suggest a way to split the code window horizontally, the .c file at bottom, the .h file at top.

this is already possible:

the interface (documents and panels) can be arranged freely. the split view i´ve shown is just for a second view of the same file

Quote:
or atleast support for plugins if it does not have yet

no plugins. they´re planned for the far future, but not for the next releases. for the next time i want to explore the usage, the handling of the tool and the feedback of users. i don´t see any need to open the editor if no one uses it (maybe you dislike the editor). so, let´s see what the future brings wink

Re: HorusIDE [Re: Tempelbauer] #398967
04/09/12 12:53
04/09/12 12:53
Joined: Mar 2012
Posts: 927
cyberspace
W
Wjbender Offline
User
Wjbender  Offline
User
W

Joined: Mar 2012
Posts: 927
cyberspace
ofcourse i wasnt thinking you need to add like rite now, like i said "add"
but as it seems feature packt already im in no doubt that you will make this
kick ass if people likes it ,it look's cool it has some nice features every
coder wants to have ,maby add some diffrent/custimizable color themes later
on because it seems no one wants to limit their visual color preference to
someone elses (if not already done),but in my opinion looks hot and yes
your totaly correct only time will tell how it stands up cool


Compulsive compiler
Re: HorusIDE [Re: Tempelbauer] #398973
04/09/12 17:23
04/09/12 17:23
Joined: Nov 2011
Posts: 274
de
lemming Offline
Member
lemming  Offline
Member

Joined: Nov 2011
Posts: 274
de
Originally Posted By: Tempelbauer
Quote:
I'd suggest a way to split the code window horizontally, the .c file at bottom, the .h file at top.

this is already possible


I thought more of a "one window solution" (.h and .c file are treated as one file at opening). Then you can split the window itself like in SED.
But this seems to work well, too.

I suddenly have the idea of auto-creating prototypes.

Re: HorusIDE [Re: lemming] #399458
04/15/12 16:49
04/15/12 16:49
Joined: Aug 2002
Posts: 2,183
Germany, BaW�
Rondidon Offline
Expert
Rondidon  Offline
Expert

Joined: Aug 2002
Posts: 2,183
Germany, BaW�
Very, very useful and professionally looking application. I`m looking forward to this. Can`t wait for the release.

One thing would be cool: SED automatically shows the engine manual on the flow. When you type in "c_trace" in a .c file for example, SED shows the manual entry for "c_trace" ("Command Help"). That`s very useful and I`d prefer not having to give up using this functionality.



Re: HorusIDE [Re: Rondidon] #399460
04/15/12 17:04
04/15/12 17:04
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Oh, I hope your autocompletion adds brackets and function parameters where I can switch through with tab laugh !

Re: HorusIDE [Re: Rei_Ayanami] #399463
04/15/12 17:57
04/15/12 17:57
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
Quote:
One thing would be cool: SED automatically shows the engine manual on the flow. When you type in "c_trace" in a .c file for example, SED shows the manual entry for "c_trace" ("Command Help"). That`s very useful and I`d prefer not having to give up using this functionality.

i havn´t planned the manual-binding this way. but like the visual studio way:
- while typing you can see the code completion window and the description of the engine-method taken from the manual (coming this version) or custom method (planned for version 2.2)
- an overloading-window shows you the parameter and their description for engine-methods taken from the manual (planned for version 2.1) and custom methods (planned for version 2.2)
- a mouseover on a symbol-name shows you the description (planned for version 2.1 / 2.2)

in the planning phase of version 2.0 (the coming release) i had to decide which way i want to go. the SED or the VS way. in both cases there are advantages and disadvantages: by implementing it like VS i have to parse the gamestudio-manual and extract the needed information. by implementing like SED i have to add an ie-frame and handle CHM-files (i dont know how and how good it works with awesomium). there i have to use the CHM-search or knowing the exact address of the page. finding a solution for this costs hours of testing (i´m not so familar with this format and CHM-related tools).
in the end i decided to do it like VS, because i can display descriptions of own methods and vars the same way.
but i agree with you, that this is a very useful feature of SED. and if i found a way, it should be easy to realize. so i will keep open the thought to implement the SED-way too.

Quote:
Oh, I hope your autocompletion adds brackets and function parameters where I can switch through with tab !

No, there will no backets or params be added. but it is definitely planned (version 2.1). Horus grows incrementally and evolutionally. The Code-Completion is a feature i have underestimated. while implementing it, i realized that i havn´t thought clear enough on so much things (how to determine when the list have to pop up and with which content, when not and how to add the items fast enough (there are over 1300 entries. only the engine-stuff), calculating if a symbol is in scope, etc). this is a huge task, so the codecompletion will be be improved next versions laugh

Re: HorusIDE [Re: Tempelbauer] #399883
04/22/12 13:04
04/22/12 13:04
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
Implementation of Features complete.
Now entering Milestone 8 of 8 - the remaining documented bugs will be fixed and the final test will be run

Re: HorusIDE [Re: Tempelbauer] #399889
04/22/12 13:58
04/22/12 13:58
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Great, don't can wait for it.

Re: HorusIDE [Re: Tempelbauer] #400746
05/07/12 08:55
05/07/12 08:55
Joined: Nov 2004
Posts: 85
Deutschland, NRW, Eschweiler
A
annonymie Offline
Junior Member
annonymie  Offline
Junior Member
A

Joined: Nov 2004
Posts: 85
Deutschland, NRW, Eschweiler
Originally Posted By: Tempelbauer
i calculate with May 1st for the first version


1st May is over since a week. When can we test HorusIDE? confused
I'm really interested in it and can't wait longer for it, too. wink

Last edited by annonymie; 05/07/12 08:57.

A8.30.5 Commercial
Page 2 of 8 1 2 3 4 5 6 7 8

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