Page 1 of 2

FlowStudio

Posted: Fri Mar 01, 2019 8:51 pm
by r-tea
There are some leaks that new FlowStudio (in the forthcoming MorphOS version) is gonna support Hollywood :D

Re: FlowStudio

Posted: Fri Mar 01, 2019 9:30 pm
by airsoftsoftwair
That surely would be great :mrgreen:

Re: FlowStudio

Posted: Sun Mar 03, 2019 1:58 pm
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".

Re: FlowStudio

Posted: Sun Mar 03, 2019 2:51 pm
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.

Re: FlowStudio

Posted: Tue Mar 05, 2019 11:39 pm
by tolkien
Hello bitRocky!
I hace searching in the forum for something like this.
I'll thank you if you can share them.

Re: FlowStudio

Posted: Fri Mar 08, 2019 3:51 pm
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!

Re: FlowStudio

Posted: Fri Mar 08, 2019 10:50 pm
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!

Re: FlowStudio

Posted: Mon Mar 11, 2019 5:58 pm
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?

Re: FlowStudio

Posted: Wed Aug 07, 2019 12:11 pm
by amigadave
Any progress on these scripts? Are they going to be available as an official Hollywood add-on for third party IDE's?

Re: FlowStudio

Posted: Thu Oct 03, 2019 1:14 pm
by tolkien
yes...support for hollywood in the recent Morphos release. Flowstudio looks great.