FlowStudio

Discuss anything about the Hollywood plugins for Cubic IDE and Codebench here
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

FlowStudio

Post by r-tea »

There are some leaks that new FlowStudio (in the forthcoming MorphOS version) is gonna support Hollywood :D
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: FlowStudio

Post by airsoftsoftwair »

That surely would be great :mrgreen:
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Re: FlowStudio

Post by r-tea »

And so far I use FlowStudio and select "E" type manually to highlight the syntax. Looks not so bad.
For xml gui description I use "HTML".
bitRocky
Posts: 120
Joined: Fri Nov 14, 2014 6:01 pm

Re: FlowStudio

Post by bitRocky »

For anyone who uses FlowStudio for coding in Hollywood, I have some usefull scripts:

A lua script (Help.lua) to open a AmigaGuide window the node for the currently word under the cursor.
It supports the Hollywood.guide, MUIRoyale.guide and the RapaGUI.guide, no index files required.

The other script (QuickHelp.lua) shows a Quickhelp for the word under the cursor, also support for MUIRoyale and RapaGUI.
And if you type "mui." then press quickhelp, you'll get a list of all mui.xxx function. The same works with "moai."

And CompleteExt.lua, this is for completing the current word under the cursor with the help of external files.
F.e if you type "end" then press the defined hotkey, you'll get a list with all words with starts with "End", like "EndBlock", "EndFunction" etc.
There are also some specials, f.e. if the word begins with "#" all constants searched for the matching word, or "@" then all preprocessor commands are searched for.
And "#Col" will popup all colors constants or "#EVENTS" will popup all possible event flags.

There is also a generic CompleteWord script (CompleteWord.lua) to complete the current word with one of the words from the current file.


The Help.lua script supports also displaying of help for Lua, ARexx and E source files.
The QuickHelp.lua script supports Lua and E source files.
The CompleteExt.lua is also able to complete words from E and xml_RapaGUI source files.

If anyone is interested to test these scripts, I could prepare an archive with them.
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: FlowStudio

Post by tolkien »

Hello bitRocky!
I hace searching in the forum for something like this.
I'll thank you if you can share them.
bitRocky
Posts: 120
Joined: Fri Nov 14, 2014 6:01 pm

Re: FlowStudio

Post by bitRocky »

Hi tolkien,

here http://igracki.square7.ch/dl.php?file=F ... cripts.lha is the archive.

I included also some external shell commands I use in the scripts, please copy all the files from the "Hollywood" directory to Hollywood: and the files from "sys" to sys: manually.

You also have to add the scripts to the Scripts-tab in the FlowStudio settings, there is a picture FlowStudio_Prefs-Scripts.png showing my settings.

Please tell me if it works for you or if I forgot something!

And please don't upload this archive anywhere yet, its not finished!
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: FlowStudio

Post by tolkien »

I have made a quick try of the scripts and seems to work great.
I now can try to understand how to make a few of them to compile and use a few things like I have seen in your image settings.

Thanks so much mate!
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Re: FlowStudio

Post by r-tea »

bitRocky wrote: Sun Mar 03, 2019 2:51 pm If anyone is interested to test these scripts, I could prepare an archive with them.
Great thing :D
Once you finish it, how about to share it on official Hollywood website as an add-on for third-party IDEs?
amigadave
Posts: 17
Joined: Tue Feb 16, 2010 9:28 pm
Location: Northern California

Re: FlowStudio

Post by amigadave »

Any progress on these scripts? Are they going to be available as an official Hollywood add-on for third party IDE's?
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: FlowStudio

Post by tolkien »

yes...support for hollywood in the recent Morphos release. Flowstudio looks great.
Post Reply