|
85 | 85 | - [x] flatpak |
86 | 86 | - [x] GNOME store? |
87 | 87 | - [x] javadoc |
88 | | - - [ ] CD (needs a pre-release for prototyping purposes) |
89 | | - - [ ] flathub (needs an actual binary release) |
90 | 88 | - [x] gitignored Project cache, such as what files did you have open last etc. |
91 | 89 | - [x] windows menubar not showing |
92 | 90 | - [x] Migraters |
|
110 | 108 | - [x] Additions (new syntactic elements), Deletions (B does not have some syntactic element), Edits (Some syntactic element's properties has been changed) |
111 | 109 | - [x] Cut / Copy / Paste support |
112 | 110 | - [x] Lint layer |
113 | | - - [ ] Lint protobuf specification |
| 111 | + - [x] Lint protobuf specification |
114 | 112 | - [x] Implement `ILint` / `ILinter` interfaces |
115 | 113 | - [x] Release core as a library on ossrh |
116 | 114 | - [x] Additional Syntaxes |
|
120 | 118 | - [x] Plugin Manager |
121 | 119 | - [x] Fix TODOs |
122 | 120 | - [x] Polish |
123 | | - - [x] Release `v1.2.0 |
124 | | - - [ ] Third party language plugins |
125 | | - - [ ] TIOA |
126 | | - - [ ] NTTA |
127 | | - - [ ] HAWK |
128 | | - - [ ] expr richtextfx.CodeArea implementation |
129 | | - - [ ] Trace-traverser & specification |
130 | | - - [ ] Plan for git integration |
131 | | - - [ ] Diff view? |
132 | | - - [x] Add plugin API and |
133 | | - - [x] LSP like specification (use docusaurus, or github wiki) |
134 | | - - [ ] Protobuf specification (that way, you are language agnostic) |
135 | | - - [x] Implement `ILsp` / `ILspEngine` interfaces |
136 | | - - [ ] Release `v1.3.0` |
137 | | - - [ ] Planarity Embedding |
138 | | - - [ ] DAP like specification |
139 | | - - [ ] Protobuf specification (that way, you are language agnostic) |
140 | | - - [ ] Implement `IDap` / `IDapEngine` interfaces |
| 121 | + - [x] Release `v1.3.0 |
| 122 | + - [x] Third party language plugins |
| 123 | + - [x] NTTA |
| 124 | + - [x] HAWK |
| 125 | + - [x] Model metadata editor |
| 126 | + - [x] Add plugin API and |
| 127 | + - [x] LSP like specification (use docusaurus, or github wiki) |
| 128 | + - [x] Protobuf specification (that way, you are language agnostic) |
| 129 | + - [x] Implement `ILsp` / `ILspEngine` interfaces |
141 | 130 | - [ ] Release `v1.4.0` |
142 | | - - [ ] Example lua plugin [LuaJava](https://github.com/gudzpoz/luajava/tree/main). |
143 | | - - [ ] Release `v2.0.0` |
| 131 | + - [ ] HAWK / nttals usability exploration fixes |
| 132 | + - [ ] Importer / Exporter interfaces |
| 133 | + - [x] importer interface & tapaal example |
| 134 | + - [ ] exporter interface & tapaal example |
| 135 | + - [ ] Fix TODOs |
| 136 | + - [ ] Javadocs |
| 137 | + - [ ] Release `v1.5.0` |
| 138 | + - [ ] Purge github issues |
| 139 | + - [ ] CodeArea tree highlighter implementation |
| 140 | + - [ ] Trace-traverser & specification |
| 141 | + - [ ] Release `v1.6.0` |
| 142 | + - [ ] Plan for git integration |
| 143 | + - [ ] Diff view? |
| 144 | + - [ ] Release `v1.7.0` |
| 145 | + - [ ] Planarity Embedding |
| 146 | + - [ ] Release `v1.8.0` |
| 147 | + - [ ] DAP like specification |
| 148 | + - [ ] Protobuf specification |
| 149 | + - [ ] Implement `IDap` / `IDapEngine` interfaces |
| 150 | + - [ ] Release `v1.9.0` |
| 151 | + - [ ] Clean up `DI` usage |
| 152 | + Create some analysis tools, maybe a dependency graph from where things are added and where they are retrived again. |
| 153 | + - [ ] Lua bindings [LuaJava](https://github.com/gudzpoz/luajava/tree/main). |
| 154 | + - [ ] Release `v1.11.0` |
| 155 | + |
| 156 | +## Not abandoned, but not planned |
| 157 | + - [ ] TIOA syntax |
| 158 | + - [ ] TA syntax |
| 159 | + - [ ] CD (needs a pre-release for prototyping purposes) |
| 160 | + - [ ] flathub |
0 commit comments