[23 Nov 2008] Hollywood For Cubic IDE released

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
User avatar
Clyde
Posts: 351
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

[23 Nov 2008] Hollywood For Cubic IDE released

Post by Clyde »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 23 Nov 2008 14:02:50 +0100

Code: Select all

Features/Manual of Hollywood add on for Cubic IDE

Table of Contents
0 Requirements
1 General
2 Functions via toolbar
3 Functions via keyboard
Version History
Legal Notice

0 Requirements
You need to have an installed Cubic IDE and at least Hollywood 3.0 to use this add on.
It was created with AmiKit and OS 3.9, but should work on all platforms that can run Cubic IDE. But if you encounter problems on your platform write a mail to the address provided in the Legal Notice section.

1 General
1.1: syntax highlightning for all Hollywood keywords and functions; special labeling for obsolete Hollywood commands, so updating the source code to recommend Hollywood version should be much easier now

1.2: help information after entering a Hollywood function at bottom of Cubic (context sensitive)

1.3: quick access to all chapters form the Hollywood documentation at bottom of Cubic

1.4: all hws and hwd files that are located in the same (project) directory are listed on left side of Cubic for quicker access

1.5: access to all example source codes that are shiped with Hollywood on left side of Cubic

1.6: automatic indention for the following control structures and blocks:
- If-Else-ElseIf-EndIf
- While-Wend
- For-Next
- Repeat-Until
- Switch-Case-EndSwitch
- Function-EndFunction
- Block-EndBlock

1.7: corressponding bracket (), [], {} is marked when cursor is over the other bracket

1.8: separate Hollywood menu while holding right mouse button over GoldED title bar or top of screen respectively

1.9: available in English and German

2 Functions via toolbar
2.1: insert template text of a minimalistic Hollywood programm for quick coding start

2.2: compile source code with separate tool "HWCC" (Hollywood-Cubic-Compiler), which is a GUI for compiling for different plattforms at once

2.3: directly compile versions for AmigaOS 3, AmigaOS 4, AROS, MacOS, MorphOS, WarpOS, Windows and the Applet version (see screenshot 2.2)

2.4: Button to directly run the coded application (left button on screenshot)

2.5: Button to view the Hollywood documentation guide (second button from the right on screenshot 2.4)

2.6: Button to view the Hollywood tutorial code (right button on screenshot 2.4)

2.7: Button for quick insert of (hard to remember) constants for objects, attributes, coordinates, colors, transitions, fonts and fill styles

3 Functions via keyboard
3.1: pressing F1 while the cursor is over a Hollywood function or keyword displays the corresponding section in the Hollywood documentation guide (context sensitive help); if cursor is not over a word, the main topic of the help guide is displayed

3.2: pressing Shift+F1 while cursor is over a Hollywood function opens the corresponding section of the hollywood.guide in write protect mode within GoldED in a new document, so you can now easily copy examples etc. and paste it into your source code

3.3: pressing F2 compiles the source code to a choosen path and file as a programm for the platform you are working on

3.4: pressing Shift+F2 compiles the source code to a choosen path and file as an applet

3.5: pressing F4 directly runs the coded application

3.6: pressing F7 starts HWCC with given paths and file/application names (see screenshot 2.2)

3.7: pressing ESC after typing the beginning of a Hollywood function or keyword completes the word automatically

3.8: pressing Strg+Space after typing the beginning of a Hollywood function or keyword shows a list of all possible functions to insert at cursor position (intellisense)

3.9: pressing Shift+Space after typing in some text completes the word if it was already typed in before (standard Cubic feature)

3.10: several patterns can be typed it to insert complete text templates at cursor position for control structures and blocks
The following patterns are supported:
- If. ==> If-EndIf
- Ifel. ==> If-Else-EndIf
- Ifelif. ==> If-ElseIf-Else-EndIf
- Whi. ==> While-Wend
- For. ==> For-To-Next
- Forst. ==> For-To-Step-Next
- Rep. ==> Repeat-Until
- Swi. ==> Switch-Case-Default-EndSwitch
- Func. ==> Function-EndFunction
- Blo. ==> Block-EndBlock

3.11: pressing Amiga+/ shows a list of all of your defined functions in your source code; clicking at a function will jump to its definition

3.12: pressing Ctrl+f when the cursor is over the call of a user defined function will jump to its definition

Version History
1.0 (23.11.2008):
- Initial release

Legal Notice
This add on is freeware and was created by Michael "Clyde Radcliffe" with the help of the following people:
Dietmar Eilert
Andreas
Fabio
and the Hollywood mailinglist ...

Greetings go to the folks at http://www.amiga-resistance.info

The separate tool HWCC was programmed in Hollywood (of course :-)) and with Fabios ScuiLib. It was compiled natively for AOS3, AOS4 and MorphOS and the correct version will be installed depending on your platform.

copyright 2008 by Michael and for plug-in and icons by Dietmar Eilert

Please send bug reports, comments, suggestions, and Pay Pal donations to email-address-removed@nospam.com

YOU USE THIS SOFTWARE AT YOUR OWN RISK 
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
Clyde
Posts: 351
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

[23 Nov 2008] Re: Hollywood For Cubic IDE released

Post by Clyde »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 23 Nov 2008 14:23:23 +0100

And no, I don't get paid for offering you Cubic IDE (unfortunately)! :-D

Micha
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[23 Nov 2008] Re: Hollywood For Cubic IDE released

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 23 Nov 2008 15:43:47 +0100

Sounds great, but where's the download link?!? :) And what about the Cubic offer you were talking about? Did I miss something?
User avatar
Clyde
Posts: 351
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

[23 Nov 2008] Re: Hollywood For Cubic IDE released

Post by Clyde »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 23 Nov 2008 15:50:55 +0100

Ok, sorry guys, if you couldn't read that email. Maybe this is a problem with my PGP signature? Well, I send you the mail again, without PGP. I hope it works now. If not, the mail could also be read at the Hollywood mailinglist site at yahoo ...

Hi Hollywooder,

after a long time of development (with breaks :-)) I am happy to announce the Hollywood For Cubic IDE (hw4cubic), which adds a useful Hollywood development environment to Cubic IDE. Now it is possible to develop Hollywood application comfortably with your Amiga or Pegasos! You can find the add on here: http://www.amiga-resistance.info/center ... fileid=421

A feature list is attached to this mail. This list is also the manual, which is also included in the add on archive as a nice html file.

If you have question and/or problems, feel free to ask here, personally via mail or at the Amiga Resistance Forum here: http://www.amiga-resistance.info/forum/ ... hp?p=12011 (don't mind that all the postings are in German there, you can of course post in English).

And for all of you how don't own Cubic IDE: I talked with the creator of that really great IDE, Dietmar Eilert, and he was so kind to make a great offer _exclusively_ to the people at the Hollywood mailinglist: He gives all of you a discount coupon which saves you 20 Euro! You find the coupon here: http://devplex.awardspace.biz/partners/hollywood.html So, enter the URL provided at the bottom of the graphic and order Cubic IDE if you want. Maybe the Hollywood add on will on the Cubic CD already when you buy it. :-)

Please, _don't_ spread the coupon link and special shop URL on the net, as this is really just an offer for the Hollywood mailinglist. Thanks in advance!

Ok, mates, I hope you find this package useful! Please send me bug reports, suggestions for improvements, and comments. I would be thankful.

Cheers Micha aka Clyde
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[24 Nov 2008] Re: Hollywood For Cubic IDE released

Post by Allanon »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 08:32:11 -0000

This is GREAT! Well done Micha! ^_^
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[24 Nov 2008] Re: Hollywood For Cubic IDE released

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 10:27:58 +0100
Ok, sorry guys, if you couldn't read that email. Maybe this is a problem with my PGP signature? Well, I send you the mail again, without PGP. I hope it works now. If not, the mail could also be read at the Hollywood mailinglist site at yahoo ...

Hi Hollywooder,

after a long time of development (with breaks :-)) I am happy to announce the Hollywood For Cubic IDE (hw4cubic), which adds a useful Hollywood development environment to Cubic IDE. Now it is possible to develop Hollywood application comfortably with your Amiga or Pegasos! You can find the add on here: http://www.amiga-resistance.info/center ... fileid=421

A feature list is attached to this mail. This list is also the manual, which is also included in the add on archive as a nice html file.

If you have question and/or problems, feel free to ask here, personally via mail or at the Amiga Resistance Forum here: http://www.amiga-resistance.info/forum/ ... hp?p=12011 (don't mind that all the postings are in German there, you can of course post in English).

And for all of you how don't own Cubic IDE: I talked with the creator of that really great IDE, Dietmar Eilert, and he was so kind to make a great offer _exclusively_ to the people at the Hollywood mailinglist: He gives all of you a discount coupon which saves you 20 Euro! You find the coupon here: http://devplex.awardspace.biz/partners/hollywood.html So, enter the URL provided at the bottom of the graphic and order Cubic IDE if you want. Maybe the Hollywood add on will on the Cubic CD already when you buy it. :-)

Please, _don't_ spread the coupon link and special shop URL on the net, as this is really just an offer for the Hollywood mailinglist. Thanks in advance!

Ok, mates, I hope you find this package useful! Please send me bug reports, suggestions for improvements, and comments. I would be thankful.
This is a very useful package! I'll see if I can add a feature for Hollywood 4 so that it is possible to redirect Hollywood's output right into Cubic's container. Then it would be possible to quickly jump to lines that caused an error etc. so we would have a kind of real IDE for Hollywood. I'll see what can be done in this direction.

Keep up the good work!
Dwayne

[24 Nov 2008] RE: Hollywood For Cubic IDE released

Post by Dwayne »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 23:13:59 +1100

Michael,

Fantastic job. However I am getting an error and I don't know if it is related to Cubic or the Hollywood add-on.

When a load a Hollywood script a dialog box popup up with the title afc.library and the message "Assertion Failed (images.c line 102)

Hitting OK continues. This same box comes up when a change from one document to another (as long as it is a Hollywood script) Does not occur if it is a text file.

I have tested using either the built-in images or AISS images to no effect the error still occurs.

Any suggestions?

Regards,

Dwayne

From: email-address-removed@nospam.com [mailto:email-address-removed@nospam.com] On Behalf Of Michael Sent: Monday, 24 November 2008 1:51 AM To: email-address-removed@nospam.com Subject: Re: [airsoft_hollywood] Hollywood For Cubic IDE released

Ok, sorry guys, if you couldn't read that email. Maybe this is a problem with my PGP signature? Well, I send you the mail again, without PGP. I hope it works now. If not, the mail could also be read at the Hollywood mailinglist site at yahoo ...

Hi Hollywooder,

after a long time of development (with breaks :-)) I am happy to announce the Hollywood For Cubic IDE (hw4cubic), which adds a useful Hollywood development environment to Cubic IDE. Now it is possible to develop Hollywood application comfortably with your Amiga or Pegasos! You can find the add on here: http://www.amiga-resistance.info/center ... fileid=421

A feature list is attached to this mail. This list is also the manual, which is also included in the add on archive as a nice html file.

If you have question and/or problems, feel free to ask here, personally via mail or at the Amiga Resistance Forum here: http://www.amiga-resistance.info/forum/ ... hp?p=12011 (don't mind that all the postings are in German there, you can of course post in English).

And for all of you how don't own Cubic IDE: I talked with the creator of that really great IDE, Dietmar Eilert, and he was so kind to make a great offer _exclusively_ to the people at the Hollywood mailinglist: He gives all of you a discount coupon which saves you 20 Euro! You find the coupon here: http://devplex.awardspace.biz/partners/hollywood.html So, enter the URL provided at the bottom of the graphic and order Cubic IDE if you want. Maybe the Hollywood add on will on the Cubic CD already when you buy it. :-)

Please, _don't_ spread the coupon link and special shop URL on the net, as this is really just an offer for the Hollywood mailinglist. Thanks in advance!

Ok, mates, I hope you find this package useful! Please send me bug reports, suggestions for improvements, and comments. I would be thankful.

Cheers Micha aka Clyde
User avatar
Clyde
Posts: 351
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

[24 Nov 2008] Re: Hollywood For Cubic IDE released

Post by Clyde »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 18:07:04 +0100

Hi there!

@Fabio: Thanks a lot, mate! :-)

@Dwayne:
Fantastic job.
Again, thanks a lot!
However I am getting an error and I don't know if it is related to Cubic or the Hollywood add-on.

When a load a Hollywood script a dialog box popup up with the title afc.library and the message "Assertion Failed (images.c line 102)

Hitting OK continues. This same box comes up when a change from one document to another (as long as it is a Hollywood script) Does not occur if it is a text file.

I have tested using either the built-in images or AISS images to no effect the error still occurs.

Any suggestions?
Hm, let me guess: do you use OS4? Yesterday I got a similar report from one who has OS4. But he used the Cubic _Demo_ version and modified it (or sth) so the installation process could started. You have to know that you have to have the latest Cubic/GoldED which is version 8 SP 10. The latest SP can be downloaded from http://devplex.awardspace.biz/news.html So, do you use the Demo version or the full version with that latest service pack?

Then, I don't know, whether it is important, but if you have OS4, which one you use: 4.0 or 4.1?

But add on works well except the afc error? Do you see the links the the sections of the HW guide in the container at the bottom of GoldED which has the label "Hollywood"?

@Andreas: Did you install the package on your OS4 (which version?)? Did you just install the preview version I send you or also the new one I released yesterday? Maybe this could help us ...

Ok, let's wait and see your answers. Maybe this will solve the problem.

Cheers and thanks for reporting, Micha
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
Clyde
Posts: 351
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

[24 Nov 2008] Re: Hollywood For Cubic IDE released

Post by Clyde »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 18:10:21 +0100

Hi Andreas,
This is a very useful package!
Thanks a lot! :-)
I'll see if I can add a feature for Hollywood 4 so that it is possible to redirect Hollywood's output right into Cubic's container. Then it would be possible to quickly jump to lines that caused an error etc. so we would have a kind of real IDE for Hollywood. I'll see what can be done in this direction.
That's the plan! Would be really cool if you could enable that. I will write you later with some interesting infos about that I got from Dietmar.
Keep up the good work!
Thanks, I will. :-) And: dito!

BTW: The package was downloaded 52 times in about 24 hours. I think that is quite well. :-)

Cheers, Micha
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[24 Nov 2008] Re: Hollywood For Cubic IDE released

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Nov 2008 23:58:21 +0100
@Andreas: Did you install the package on your OS4 (which version?)? Did you just install the preview version I send you or also the new one I released yesterday? Maybe this could help us ...
No, I installed it on MorphOS only. Works fine on it.
Locked