forked from docToolchain/diagrams.net-intellij-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ZenUml/zenuml-viewer
Zenuml viewer
- Loading branch information
Showing
16 changed files
with
174 additions
and
444 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[[section-solution-strategy]] | ||
== Building Block View | ||
|
||
This plugin has two blocks: the viewer and the plugin shell. In the plugin shell, it has glue layer (file type, icon, language, etc.), the web container and settings. | ||
|
||
=== plugin.xml | ||
In this file we defined 5 extensions and 1 action. | ||
|
||
==== Extensions (5) | ||
[options="header"] | ||
|=== | ||
| Extension | Name | Implementation | Notes | ||
| filetype | Diagrams.net Diagram | x.x.DiagramsNetFileType | define file extensions | ||
| fileEditorProvider | NA | DiagramsEditorProvider | | ||
| iconProvider | NA | DiagramsEditorIconProvider | load it from an SVG file | ||
| applicationConfigurable | NA | x.x.DiagramsConfigurable | allow plugins to add pages to the Settings/Preferences dialog | ||
| applicationService | NA | x.x.DiagramsApplicationSettings | also for settings? | ||
|=== | ||
|
||
==== Actions (1) | ||
[options="header"] | ||
|=== | ||
| ID | Class | Notes | ||
| DiagramsNetNewFile | DiagramCreateFileAction | Users can select SVG, PNG or XML | ||
|=== | ||
|
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.