Wishlist for the IDE

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Wishlist for the IDE

Post by Allanon »

Hi Andreas,
I think you could power up the IDE to help programmers with OOP and classes, for example it would be very useful to have in the function browser samething like:

---------

Code: Select all

myown_func()
myveryown_fun()
myclass()
 +-- myclass_method1()
 +-- myclass_method2()
---------


I know this could be problematic because there isn't a class definition command in Hollywood, but you could achieve this simply parsing a special comment in the code, for example:
----------

Code: Select all

; BeginClass MyOwnClass()
Function MyOwnClass:New()
...
EndFunction
Function MyOwnClass:Free()
...
EndFunction
; EndClass
-------------
Parsing special comments to declare opening and closing classes should be quiet easy and in large project with tons of classes browsing will be improved a lot.

:)

Fabio
User avatar
Clyde
Posts: 348
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

Re: Wishlist for the IDE

Post by Clyde »

I am also interested in that! *pushToTop* :-)
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Wishlist for the IDE

Post by airsoftsoftwair »

Well, who knows what the future might bring :)
User avatar
Juan Carlos
Posts: 887
Joined: Mon Sep 06, 2010 1:02 pm

Re: Wishlist for the IDE

Post by Juan Carlos »

An IDE for Amiga too? and with it more easy to programm in Amiga OS 4, MorphOS and Amiga68k.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Wishlist for the IDE

Post by airsoftsoftwair »

Juan Carlos wrote:An IDE for Amiga too?
No, never. Use Cubic or Codebench.
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Wishlist for the IDE

Post by Allanon »

Andreas wrote:Well, who knows what the future might bring :)
let me guess: native class support :mrgreen:
User avatar
Juan Carlos
Posts: 887
Joined: Mon Sep 06, 2010 1:02 pm

Re: Wishlist for the IDE

Post by Juan Carlos »

Andreas, your negative is because IDE with Hollywood cans compete with the Hollywood Designer enviroment? because Hollywood Designer and IDE under Windows are the same or similar enviroment.
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Wishlist for the IDE

Post by djrikki »

Why re-invent the wheel? Codebench is more than capable its a non-issue.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
Juan Carlos
Posts: 887
Joined: Mon Sep 06, 2010 1:02 pm

Re: Wishlist for the IDE

Post by Juan Carlos »

djrikki wrote:Why re-invent the wheel? Codebench is more than capable its a non-issue.
Because I didn't get install Codebench, for time or because currently the easy and fast installations like me, for example Hollywood for Windos.
Post Reply