-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved sequence adaptation uploading to the command dictionary page, started adding support for uploading parameter and channel dictionaries * Fixed issues with uploading command dictionaries and sequence adaptations * Added support for parsing channel and parameter dictionaries * Fixed an issue with uploading a parameter dictionary * Fixed the form builder from showing on the sequence select screen, fixed a problem with the seq page not loading * First pass at adding parcels * Changed sequence editing to use parcels rather than command dictionaries * Hooked up sequence adaptation id to parcels * Added support for a single parameter dictionary * link adaptation code up with parcel * editor is readonly in table view * content assist uses adaptation * check unclosed blocks * annotate all parser errors * variable names, but not types are checked * better detection of command on selection line * code style * cleaned up some commented out print statements * cleaned up some commented out print statements * reduce block nesting and remove obsolete commented code * Some code cleanup * use symbol for all enum type arguments * wip grammar support for arrays * support for nested objects --------- Co-authored-by: Cody Hansen <[email protected]>
- Loading branch information
Showing
5 changed files
with
106 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters