All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- feat: accomidate for legacy
processing.path
conig option
- fix: escape spaces in executable path
- feat(snippets): add snippets for circle() and square()
- feat(py): add config option processing.py.isEnabled
- feat(search): directly search processing reference if possible
- feat(search): add py.processing.org search
- fix: add extra restrictions to commands
- feat: add python run button
- fix(docs): trim documentation hover data
- fix: don't show hover docs on single line comments
- feat: add
runPathQuote
option
- ! diagnostics are opt-out by default
- fix: quote windows path names
- Make valid project names case insensitive
- Handle paths with spaces better
- Added quotes around run command to allow for whitespaced paths #1
Even more changes to README
More changes to README
Only some changes to README and CI
- made the run button a lighter green
- feat: add documentation on hover for Processing Buildtins
- feat: add diagnostics from the
processing-java
CLI - feat: add a run button to the editor menu
- feat: add quotes to
autoClosingPairs
andsurroundingPairs
- changed configuration
processing.path
toprocessing.processingPath
- changed language configuration
- changed the langauge grammar to Red Hat's Java Grammar
- removed the task file feature in favour of a run button
- Updated markdown files
- Updated packages
- Using GitHub Actions instead of Travis
Can now use DuckDuckGo or Google to search. Thanks to @atnbueno
Merged in bugfix PRs from @hysysk and @atnbueno
Updated dependencies
Improved snippets.json thanks to work from @jerrylususu
Fixed Windows on Bash path issue thanks to @micuat
Updated tests from latest template to fix automatic builds.
Users can now choose between processing.org's documentation and p5js
Thanks to @brianmcfadden
- Updated NPM packages
- Removed the opn requirement, using new internal open external API
- Updated package.json requirements
- Added path setting
- Added documentation search
- Changed extension namespace to processing (from "extension")
- Added Changelog
- Support for multi root workplaces
- Updated dependencies and deploy scripts