All notable changes to the "pml" extension will be documented in this file.
- Bump
eslint-utils
from 1.3.1 to 1.4.2 - Added
Go to symbol
functionality, to navigate between methods in an opened file.
- Extended support for
.mac
file extension. - Minor changes to syntax highlighting.
- Updated dependency requirement for
tar
to">=4.4.2"
in order to fix potential security issue described here. - Updated dependency requirement for
lodash
to4.17.14
from to4.17.11
to address a potential security issue. - Updated dependency requirement for
diff
to"3.5.0"
in order to fix potential security issue. - Updated dependency requirement for
querystringify
to"2.1.1"
in order to fix potential security issue.
- Updated vscode requirement to
"vscode": "^1.21.1"
- Syntax highlight updates.
!!alert
Snippet added
- Extended support for
.pmlcmd
files. - Minor syntax highlight adjustments.
- Quick fix (semicolon removed)
- Updated comments in snippets
- Fixed
Uglifier
to skip the!this
variable
- Minor changes
- Fixed problems in syntax highlighter
- Added basic code completion logic
- Added basic functionality to "uglify" and encrypt PML files using the "trivial encryption" (for testing purposes).
- Several fixes in
pmlformg
snippet. - Added new snippet
pmlbut
to add a button inside a pml form
- Added new snippet
pmlobj
: used to create the scaffolding for a new pml object
- Minor Changes
- Added new snippet
pmlformg
: used to create a new pml form which uses a .NetControl Grid - Minor changes to syntax highlighter
- Initial release of the
pml
VSCode extension