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 6 of 8 1 2 3 4 5 6 7 8
Re: HorusIDE - Development-Thread [Re: Widi] #402860
06/11/12 08:39
06/11/12 08:39
Joined: Nov 2011
Posts: 274
de
lemming Offline
Member
lemming  Offline
Member

Joined: Nov 2011
Posts: 274
de
I have a bug to report:

For some reason the first word in the secound string is marked as syntax error. When I remove the double-backslash, it's gone.



Re: HorusIDE - Development-Thread [Re: lemming] #402861
06/11/12 08:51
06/11/12 08:51
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 double-backslash seems to escape the quote. so, for the parser the string ends at "This".
thank you very much for this report, i´ll correct this

Re: HorusIDE - Development-Thread [Re: Tempelbauer] #404110
07/02/12 15:19
07/02/12 15:19
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Some news? You still working on it?

Re: HorusIDE - Development-Thread [Re: Widi] #404113
07/02/12 16:51
07/02/12 16:51
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
currently no.
the semester is ending and we have the exam-weeks. if i´ve written my exams (friday the 13th is the last one tongue ) i will continue developing. and then with more time for coding as usual (because of the holiday-start).

but some small features and bugfixes of 2.1 are already implemented or almost finished (current-line-highlighting for example)

Re: HorusIDE - Development-Thread [Re: Tempelbauer] #404124
07/02/12 19:37
07/02/12 19:37
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
good luck for your exams wink

Re: HorusIDE - Development-Thread [Re: Widi] #404485
07/09/12 20:47
07/09/12 20:47
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Zwei kleine Sachen die die Arbeit mit Horus ein Wenig beeinträchtigen:

- Wenn ich eine Function oder sonstwas einklappe, wenn der Cursor sich in dieser Region befindet, und ich danach das Mousewheel benutze, klappt diese Region wieder auf. Währe schön wenn beim Einklappen der Cursor aus der Region herausspringt.

- Das Hilfsfenster für die Autovervollständigung erscheint immer an der Mausposition. Wenn man in mehreren gleichartigen Zeilen was ändern will, ist immer dieses Fenster im Weg. Hier währe ein Offset zum Mauszeiger ideal, z.B je 20 Pixel mehr nach rechts und unten.

Hoffe du hast deine Prüfungswoche gut überstanden.

Re: HorusIDE - Development-Thread [Re: Widi] #404486
07/09/12 20:54
07/09/12 20:54
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
danke, das gröbste ist vorbei. ist zwar nicht perfekt gelaufen, aber hätte schlimmer sein können. bis freitag noch aufbauen und gameprojekt testen und es ist überstanden

deine zwei anmerkungen sind auf der todo

Re: HorusIDE - Development-Thread [Re: Tempelbauer] #405646
08/04/12 11:36
08/04/12 11:36
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
News:

- Code-Completion performance update

- New feature: Highlighting of the current line (like in SED)

- New feature: Code Snippets. You can easily add code to the snippets and access it for inserting. During you add the code you can set a selection. This selection gets remebered in the searchbox (see image) and applied in the editor if you insert the snippet. This is really useful if you want to change a certain part of the snippet after insertig (a varname for example).


- minor visual bugs and requests (by Widi) fixed


Currently in development:

- New feature: Multi-Document-Clipboard. It remeberes the last x copied texts. Because it is based on the Snippet-Engine, the copys can be inserted like snippets

- fixes for some major parser and visual bugs

- further Code-Completion-features

Re: HorusIDE - Development-Thread [Re: Tempelbauer] #405657
08/04/12 15:23
08/04/12 15:23
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Thanks! Try it later if i stay at home

EDIT: oops, think there was a new version for downloading...

EDIT 2: Happy birthday Tempelbauer laugh


Last edited by Widi; 08/04/12 16:03.
Re: HorusIDE - Development-Thread [Re: Widi] #405664
08/04/12 17:11
08/04/12 17:11
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
no, the new version is still in development. just want to inform about the state. i want to fix the pending bugs and add 2 new features.

Quote:
Happy birthday Tempelbauer

thanks! laugh

Page 6 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