Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
DFDL language. Initial omega-edit client integration:
- Created DFDL language extension, to be used to replace the snippets - Initial implementation of omega-edit client - By default it is hidden - Prompt for file to edit. In the future once it is to replace the hex view it will auto open the data file instead of prompting - Downloads Scala server from release pacakges then runs it - Will prompt if you want to stop the omega_edit server once you exit out of the webview - Supported functions: - Insert - Delete - Overwrite (workaround method, going to make an issue for making this function call the Scala server once the bug is worked out over there) - Undo (workaround method, issue will be made to update code to call Scala server once the undo method is fully implemented in the server) - Redo (workaround method, issue will be made to update code to call Scala server once the undo method is fully implemented in the server) - Copy & Paste - Save Session - undo/redo will be updated later to use the Scala implementation once it is complete Closes #127 Closes #128 Closes #129 Closes #133 Closes #134 Closes #135 Closes #142 Closes #144 Closes #152 Closes #153 Closes #154 Closes #155 Closes #156 Closes #157 Closes #158 Closes #159 Closes #126
- Loading branch information
Showing
39 changed files
with
4,419 additions
and
1,278 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
Oops, something went wrong.