Page 1 of 1

Wishlist for the IDE

Posted: Fri Feb 24, 2012 7:40 pm
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

Re: Wishlist for the IDE

Posted: Thu Mar 08, 2012 2:51 pm
by Clyde
I am also interested in that! *pushToTop* :-)

Re: Wishlist for the IDE

Posted: Fri Mar 09, 2012 2:10 pm
by airsoftsoftwair
Well, who knows what the future might bring :)

Re: Wishlist for the IDE

Posted: Fri Mar 09, 2012 4:23 pm
by Juan Carlos
An IDE for Amiga too? and with it more easy to programm in Amiga OS 4, MorphOS and Amiga68k.

Re: Wishlist for the IDE

Posted: Fri Mar 09, 2012 5:38 pm
by airsoftsoftwair
Juan Carlos wrote:An IDE for Amiga too?
No, never. Use Cubic or Codebench.

Re: Wishlist for the IDE

Posted: Fri Mar 09, 2012 9:06 pm
by Allanon
Andreas wrote:Well, who knows what the future might bring :)
let me guess: native class support :mrgreen:

Re: Wishlist for the IDE

Posted: Sat Mar 10, 2012 12:17 pm
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.

Re: Wishlist for the IDE

Posted: Sat Mar 10, 2012 3:05 pm
by djrikki
Why re-invent the wheel? Codebench is more than capable its a non-issue.

Re: Wishlist for the IDE

Posted: Sat Mar 10, 2012 3:09 pm
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.