Skip to content

Releases: JohnArcher/vscode-hollywood-mal

hw4vsc v10.0.1

08 Jan 21:37
fde4055
Compare
Choose a tag to compare

This is just a minor fix which changes the supported Hollywood version to the correct one (version 10: Xcelicious). Thanks Stefan and Primax!

hw4vsc v10.0.0

06 Jan 13:03
Compare
Choose a tag to compare

This release adds support for Hollywood 10 (keywords, functions, constants).

hw4vsc v9.2.0

12 Dec 22:49
Compare
Choose a tag to compare

This release brings a new setting to the extension which fixes a problem in the tasks.json: hollywood.mainOutputFile.

This setting defines the name of the compiled program. Reason for this is, that the former setting $fileBasenameNoExtension} didn't work as indented when a different file than the actual main file was focused/active in Visual Studio Code.

hw4vsc v9.1.2

12 Dec 22:01
Compare
Choose a tag to compare

This minor release fixes small documentation problems and the example tasks.json file for multiple exetype options (#28) (thanks @midwan)

hw4vsc v9.1.1

03 Sep 12:00
Compare
Choose a tag to compare

This small release adds support for Hollywood 9.1 (keywords for new commands and constants).

hw4vsc v9.1.0

20 Mar 17:13
7b0a640
Compare
Choose a tag to compare

This release adds support for the "Go to definition" feature (F12) for the whole workspace.

Additionally issue #22 was fixed.

hw4vsc v9.0.1

29 Aug 20:20
Compare
Choose a tag to compare

This is a minor update which drops the camelCase-support for snipptes (see issue #15).

hw4vsc v9.0.0

27 Aug 08:54
Compare
Choose a tag to compare

This release adds support for Hollywood 9 (keywords, functions, constants).

Also it is prefered to use Hollywood_Console.exe instead of Hollywood.exe as your configurable Hollywood executable (see README.md "Path to Hollywood executeable").

hw4vsc v8.0.4

07 Apr 21:46
Compare
Choose a tag to compare

This update mainly adds support for two things:

  • Go to definition for variables, constants, and functions in the current file
  • Go to symbol (variables, constants, functions) and showing all symbols in the Outline view and Breadcrump view

hw4vsc v8.0.3

01 Jun 12:10
Compare
Choose a tag to compare

This release mainly adds new Code Snippets. So have a look at the CHANGELOG.md and snippets.md.