Skip to content

Releases: WyattSL/greyscript

1.7.6

12 Nov 20:55
2637c79
Compare
Choose a tag to compare

1.7.6

  • Fix color picker when same tags occur twice.
  • Add parameter autocomplete and hover text.

1.7.5

  • Add variables in completion items.
  • Add function parameter signatures.
  • Add grammar changes for [Nightly] Update v0.7.4063a

1.7.4

  • Fix color picking not working.
  • Add hover text for variables and own defined functions.
  • The constants 'end', 'then' and 'function' are now included in predictions.
  • Fix 'else' description being the same as the 'if' description.
  • maybe Webpack support.

1.7.3

  • Fix minifier adding unnecessary semi-colons.

1.7.2

  • Minifier is now included, to access use CTRL+SHIFT+P to bring up the console, and use the command "Greyscript: Minify".

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.7.5

11 Nov 17:13
Compare
Choose a tag to compare

1.7.4

  • Fix color picking not working.
  • Add hover text for variables and own defined functions
  • The constants 'end', 'then' and 'function' are now included in predictions
  • Fix 'else' description being the same as the 'if' description
  • maybe Webpack support

1.7.3

  • Fix minifier adding unnecessary semi-colons.

1.7.2

  • Minifier is now included, to access use CTRL+SHIFT+P to bring up the console, and use the command "Greyscript: Minify".

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.7.4

10 Nov 16:38
Compare
Choose a tag to compare

1.7.4

  • Fix color picking not working.
  • Add hover text for variables and own defined functions
  • The constants 'end', 'then' and 'function' are now included in predictions
  • Fix 'else' description being the same as the 'if' description
  • maybe Webpack support

1.7.3

  • Fix minifier adding unnecessary semi-colons.

1.7.2

  • Minifier is now included, to access use CTRL+SHIFT+P to bring up the console, and use the command "Greyscript: Minify".

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.7.3

08 Nov 16:37
e390bca
Compare
Choose a tag to compare

1.7.3

  • Fix minifier adding unnecessary semi-colons.

1.7.2

  • Minifier is now included, to access use CTRL+SHIFT+P to bring up the console, and use the command "Greyscript: Minify".

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.7.2

08 Nov 06:15
4d66458
Compare
Choose a tag to compare

1.7.2

  • Minifier is now included, to access use CTRL+SHIFT+P to bring up the console, and use the command "Greyscript: Minify".

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.7.1

04 Nov 16:59
86a3e62
Compare
Choose a tag to compare

1.7.1

  • Webpack support
  • Better autocomplete/prediction.

1.6.4

  • Patch minor coloring issues.

1.6.3

  • Hotfix for potential bug in encryption detection.

1.6.2

  • Hotfix for HoverDocs

1.6.1

  • Support for the new nightly functions.

1.6.0

  • Introduced support for error checking, will currently check for disallowed functions inside encryption/decryption. Will be expanded in future releases.

1.4.2

  • Visual Studio Code will now auto-indent as you type.

1.4.1

  • You may now use Go To Declaration to find the declaration of a variable or function. Rightclick on some text and press Go To Declaration to try it out.

1.4.0

  • Computer.create_folder is now highlighted.
  • Router.firewall_rules is now highlighted.
  • Properties should no longer be half-highlighted (e.g. value)
  • Support functions should now have hover-data associated with them.
  • hash, wait, yield, and launch_path are now properly highlighted and documented.
  • Goto Error should now be far more accurate. You should be placed either on the line, or within 1-3 lines in either direction.

1.3.5

  • self is now highlighted.
  • Fixed some highlighting issues between class definitions.

1.3.4

  • Highlighting fixes. (again...)

1.3.3

  • Highlighting fixes.

1.3.2

  • You can now disable autocomplete or hover-documentation in the GreyScript Configuration. Use CTRL+, to access the VSCode Configuration.

1.3.1

  • Properly documented File.is_folder
  • Added documentation for control characters.

1.3.0

  • You can now find the accurate line of a error (within like, two or so lines in both directions), this however requires the inaccurate line given by the compiler. You can access this command with CTRL+SHIFT+P, then type in Goto Error. Press enter, then type in the inaccurate line.

1.2.3

  • scan_address (should) be correctly highlighted.

1.2.2

  • Fixed duplicates in auto-completion lists.
  • Shows all documentation data, instead of just data for strings. (lists/maps)

1.2.1

  • True/False now receive highlighting.
  • The params constant now receives highlighting.

1.2.0

  • All String, Number, List, and Map functions now receive highlighting, and autocompletion.

1.1.1

  • All classes now receive highlighting.
  • Null now receives highlighting.

1.1.0

  • Shell.launch is now highlighted.
  • Shell.connect_service is now highlighted.
  • File.set_owner is properly documented.

1.0.1

  • Introduction of autocompletion.
  • Minor bug fixes.

1.6.5

03 Nov 03:10
9349c66
Compare
Choose a tag to compare

Fix duplicate bugs category in package.json

Add URL to Grey Hack and the GreyScript Issues to the README.md file, for better visibility inside Visual Studio Code, and on the Marketplace.

1.6.4

29 Oct 13:54
Compare
Choose a tag to compare

Patch coloring issues.

1.6.3

29 Oct 13:42
Compare
Choose a tag to compare

Hotfix 

1.6.2

25 Oct 01:04
49703c5
Compare
Choose a tag to compare
Merge pull request #7 from WyattSL/experimental

experimental