Features
Official extension for highlighting, auto-complete, simulation and diagram for .userpil .
Requirements
None
Extension Settings
None
Known Issues
So far, none
Release Notes
0.1.14
0.1.13
0.1.12
- Disallow dialogs to be dispatched twice in form mode
- Form mode bugs fixing
0.1.11
- Support single node metadata
0.1.10
- Bugs fixing
- Support
symbols.UNRESOLVED
- Use single hook for
external and action
0.1.9
0.1.8
0.1.7
- Support
META construct
- Support identifier in
LIST
- Real-time validation
0.1.6
- Support conditional options for SELECT/MULTI_SELECT.
- Support multiple dynamic options.
0.1.5
0.1.4
- Support object access, same object property access with Javascript. E.g:
someVar.someProperty , someVar["someProperty"] , or someVar[otherVar]
- Support dynamic options.
0.1.3
- Allow
ACTION handler to return a value to input.
- Allow passing arguments to
ACTION handlers
- Add object literal.
0.1.2
- Added
null , true , false literal.
- Select and MultiSelect's option's value is now literal. Eg.
- ("Option 1", "some string")
- ("Option 2", 100)
- ("Option 3", true)
- ("Option 4", null)
- ("Option 5", someVar)
Note For backward compatible, if the engine can find a value for someVar , that value is used, if not, the value will be the string "someVar"
0.1.1
0.1.0
- New parser engine.
- Operators added:
HAS , HAS_ALL , HAS_ONE , MATCH and LIKE .
- Auto format.
0.0.7
- Fixing bugs
- Reduce package size
0.0.6
- Allow multiple node in boolean expression
0.0.5
- Fix language server problem
- Update diagram/simulation on save
0.0.4
- Support recursive injection.
- Add shorthands for RUN and TEMPLATE.
- Support recursive diagram.
- Support large script diagram.
0.0.3
- Language server
- Better injectable completion
0.0.2
0.0.1
- Hightlight
- Simple completion
- Simulate
- Diagram
| |