Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 552 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 9 of 12 1 2 7 8 9 10 11 12
HorusIDE #401011
05/11/12 00:09
05/11/12 00:09
6 Images
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
HorusIDE

Finally...

the first public version of Horus is available:

http://horuside.recursivebytes.com

Follow the instructions on the download-site to setup Horus for Lite-C-Development.
Please test the application and report any bugs.

If you like Horus you can translate the UI into your native language. Just copy HorusIDE/lang/en.lng and change the definition and meta-data. if you do so, it would be nice if you send me a copy of your translation.

Notice for SSD-Users:
Horus has a integrated file loss protection (it saves every open file every 30 seconds in a temp-dir). in the configuration-window you can disable or adjust this feature in order to reduce unnecessary write operations.


For more information (and discussions about future versions), i want to refer to the development-thread.

Have a nice weekend laugh
112 Comments
Re: HorusIDE [Re: Tempelbauer] #435778
01/14/14 07:22
01/14/14 07:22
Joined: Nov 2011
Posts: 274
de
lemming Offline
Member
lemming  Offline
Member

Joined: Nov 2011
Posts: 274
de
Originally Posted By: Tempelbauer
Ich kann das mit der Fehlplatzierung der Symbole nicht reproduzieren.


http://www.bilder-upload.eu/show.php?file=73ca91-1389684064.png

Vielleicht weil ich auch eine andere Schriftart eingestellt hab?
Die Defines muss ich übrigens jedes mal neu anstubsen. Irgendwie begreift er das nicht immer.

edit:// irgendwie funktioniert der IMG-Tag nicht so richtig...

Last edited by lemming; 01/14/14 07:28.
Re: HorusIDE [Re: lemming] #435811
01/14/14 16:34
01/14/14 16:34
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
Ah, jetzt kann ichs rekonstruieren. Liegt tatsächlich an der Schriftart. Er scheint die Zeilenhöhe nicht richtig zu bestimmen und deswegen rutscht alles etwas hoch. Danke für den Hinweis, das schau ich mir mal genauer an

Re: HorusIDE [Re: Tempelbauer] #439676
04/07/14 08:04
04/07/14 08: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
Version 2.3.0 RC1 available

Changes:
[Feature] File Explorer
[Feature] Intelligent Drag and Drop: Drop files into code and they will be embedded
[Feature] Preview of Code and Images on Mouseover
[Feature] Build Counter: automatic increment of constants on run/build

Re: HorusIDE [Re: Tempelbauer] #439899
04/12/14 10:11
04/12/14 10:11
Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
pararealist Offline
Senior Member
pararealist  Offline
Senior Member

Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
Hi.
I have a problem. There was a PC crash (sound card problems) and on restart Horus asks if file should be ignored or replaced with previous version. Now which ever i click i seem to get the previous version. This is not so good, luck has it that it was just a test project.

Maybe you can check this somehow.

Anyway i turned off backups, and are doing my own, plus constant saving when i make a change.


A8.3x Commercial, AcknexWrapper and VS 2010 Express
○pararealist now.
Re: HorusIDE [Re: pararealist] #439915
04/12/14 15:22
04/12/14 15:22
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
The button code is correct, but I found an issue: The backup-process runs (and updates the backup) while the user still have to choose if he wants to restore or ignore. As a consequence, after the backup-timer has expired clicking on any option is senseless.

So, if you have waited too long to click on restore, the backup is lost. I guess this is what happened.

I will fix this in the final release (coming next week).

Btw., you should do your own backups anyway. The "backup" in Horus is more a loss-protection of unsaved work. For the case the editor crashes. I changed the terminology to make it more clear

Last edited by Tempelbauer; 04/12/14 19:56. Reason: bug found
Re: HorusIDE [Re: Tempelbauer] #439949
04/13/14 16:06
04/13/14 16:06
Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
pararealist Offline
Senior Member
pararealist  Offline
Senior Member

Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
Another quick one.
Because of the file explorer, when Horus starts, it gives an error about drive not writable and scared me for a while until i realised it is searching for a drive A, which i do have enabled in BIOS but not plugged in, so maybe this check should only check actual drives if possible? I do need my drive A enabled for use of my USB floppy.

Anyway clicking on ignore and Horus starts ok.


A8.3x Commercial, AcknexWrapper and VS 2010 Express
○pararealist now.
Re: HorusIDE [Re: pararealist] #439990
04/14/14 19:57
04/14/14 19: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
ah, i didn´t thought on floppy drives. i added a check against floppy drives in the file explorer source and an exclude list to manually exclude certain drives you don´t plan to use. as a default, drive a and b are on that list.

Re: HorusIDE [Re: Tempelbauer] #440221
04/20/14 16:21
04/20/14 16:21
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
Version 2.3.0 RC2 available

Changes:
[Feature] Exclude drives in file explorer (config > files)
[Bugfix] Floppy drive check (thanks to pararealist)
[Bugfix] 1 visual bug fixed in Default Theme
[Bugfix] 5 minor bugs fixed
[Bugfix] 1 major (blocking) bug fixed (thanks to djfeeler)

Download

Re: HorusIDE [Re: Tempelbauer] #441602
05/28/14 11:19
05/28/14 11:19

T
tolu619
Unregistered
tolu619
Unregistered
T



Originally Posted By: Tempelbauer
@Aku_Aku:
you can set your project-path in the configs. it´s like in SED.
setting the project-path has the effect that dynamic type highlighting (types which are defined in a file of this folder, will be highlighted like other types) and custom code completion is used (if you define a struct, function or global var in a file that is placed in this folder, the code completion will suggest it in other files)

@pegamode
do you have configured horus for gamestudio-development? -> http://horuside.recursivebytes.com/asetup.php
then you should be able to run the code pressing F5 or the run-button in the toolbar


This should be put in the OP

Re: HorusIDE [Re: Anonymous] #443135
07/10/14 00:16
07/10/14 00:16
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
Preview of Horus 3.0
Release approx. August 2014

More professional design:
[img]http://blog.recursivebytes.com/wp-content/uploads/2014/07/edit.png[/img]

Project-Page:
[img]http://blog.recursivebytes.com/wp-content/uploads/2014/07/settings.png[/img]

Metrics:
[img]http://blog.recursivebytes.com/wp-content/uploads/2014/07/metrics.png[/img]

Code-Dependencies:
[img]http://blog.recursivebytes.com/wp-content/uploads/2014/07/dependencies.png[/img]


About ~95% of the planned features are already implemented. laugh

Page 9 of 12 1 2 7 8 9 10 11 12

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