Search found 349 matches

by Clyde
Sun Aug 29, 2021 2:49 pm
Forum: Showcase
Topic: SonosController
Replies: 7
Views: 4735

Re: SonosController

Congrats on the release, buddy! Unfortunately I have no Sonos (compatible) speaker, so I cannot test and use it. But I think this is helpful for many Amiga users.
by Clyde
Sun Aug 29, 2021 2:12 pm
Forum: Tutorials
Topic: Balloons - a Scratch tutorial written in Hollywood
Replies: 15
Views: 26000

Re: Balloons - a Scratch tutorial written in Hollywood

Looks cool and it's a great idea to further develop this tutorial into a full game.
by Clyde
Sun Aug 29, 2021 2:07 pm
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

@Andreas: Thank you!

@Bugala: Great to hear! Do you still have the problem you reported last time?
by Clyde
Fri Aug 27, 2021 11:32 am
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

Great to see this update! Now on to Hollywood 9.0 support :) Finally your wish came true. :-) I just release the new version (9.0.0) of the hw4vsc extension. The update should be visible in the Extension tab of Visual Studio Code for those who have it installed already. Additionally it seems wise t...
by Clyde
Mon Apr 12, 2021 11:28 pm
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

Hi Bugala, thanks for your feedback. The Breadcrump view is above your code editor, see here: https://thumbs2.imgbox.com/be/d0/xjJEImvt_t.png Hm, your example with instance functions works here. It does not work when I press F12 while over "MyOOP", but it works, when I place the cursor ins...
by Clyde
Thu Apr 08, 2021 9:30 pm
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

@tolkien: You're welcome! Hope it is of help for you. @Bugala: I am glad you like. No, you can not disable showing all the variables. But I think I could implement that; but be aware that this would also affect the Breadcrump view and the "Go to symbol" functionality. It would be disabled ...
by Clyde
Wed Apr 07, 2021 11:35 pm
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

I am happy to announce that I just released a new version of the extension (version 8.0.4). The main things that were added: - Go to definition of variables, constants, and functions in the current file - Go to symbol (variables, constants, functions) and show all of those symbols in the outline vie...
by Clyde
Sat Apr 03, 2021 1:25 pm
Forum: Windows IDE
Topic: How to use -printerror and -formaterror
Replies: 3
Views: 4277

Re: How to use -printerror and -formaterror

Perfect, thanks a lot for the clarification! I was aware of that file but wasn't sure when to use it. Now it seems obvious to me ... It seems those infos you posted are not in the documentation, are they? Maybe you could add that. Another thing regarding this, which should probably be posted in the ...
by Clyde
Fri Apr 02, 2021 3:52 pm
Forum: Windows IDE
Topic: How to use -printerror and -formaterror
Replies: 3
Views: 4277

How to use -printerror and -formaterror

I am have trouble the new Hollywood 9 console arguments -printerror (and -formaterror). I created this faulty script (see missing "n" of the word "Function"): Local Functio p_myDebugPrint(p1) DebugPrint(p1) EndFunction On Windows in the standard command prompt I run the script li...
by Clyde
Thu Mar 18, 2021 8:33 pm
Forum: Windows IDE
Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
Replies: 37
Views: 31808

Re: Hollywood extension for Visual Studio Code (hw4vsc) released

Hm, this should work already. Maybe it is just in my current dev build? But I am quite sure it used to work before. I will have a look at this. But it definitely works in the current dev build.