Search found 335 matches
- Mon Apr 12, 2021 11:28 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
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 inside of "Ne...
- Thu Apr 08, 2021 9:30 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
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 there, too...
- Wed Apr 07, 2021 11:35 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
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...
- Sat Apr 03, 2021 1:25 pm
- Forum: Windows IDE
- Topic: How to use -printerror and -formaterror
- Replies: 3
- Views: 166
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 ...
- Fri Apr 02, 2021 3:52 pm
- Forum: Windows IDE
- Topic: How to use -printerror and -formaterror
- Replies: 3
- Views: 166
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 like this and get the ...
- Thu Mar 18, 2021 8:33 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
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.
- Thu Mar 18, 2021 8:17 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
First, it is great to hear that you like the extension (and @mrupp, thanks for your help). About the function list: That is a feature I am currently implementing. Better said, it is already implemented and mrupp did already some great tests. I plan to release this feature soon so you will get the up...
- Mon Mar 15, 2021 11:06 pm
- Forum: Wishlist
- Topic: Windows IDE , Line numbering
- Replies: 3
- Views: 460
Re: Windows IDE , Line numbering
... or my extension for Visual Studio Code (viewtopic.php?f=13&t=2424). *shameless promotion*

Which will get some nice updates soon, btw (thanks to mrupp!) ...


Which will get some nice updates soon, btw (thanks to mrupp!) ...

- Mon Feb 15, 2021 10:19 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 31
- Views: 6689
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Hi Michael, thanks a lot, I am glad you like it! I hadn't had any chance to work on the plugin since I started my new job in June 2020. :-( But to be honest your questions raise my motivation a lot. I will try to find some time this week and will have a look. I think, both of your wishes should be d...
- Tue Feb 02, 2021 12:20 am
- Forum: Off topic
- Topic: Am I the only one here using GitHub with Hollywood?
- Replies: 9
- Views: 3281
Re: Am I the only one here using GitHub with Hollywood?
Same here. Branching and merging is important for multi-user projects. Even for single user projects! Want to try something new out? Create a branch, completly modify your code. It is all rubish? No need to press ctrl + z in your IDE a hundred of times or copy back a backup. Simply delete the branc...