Settuba
Settuba
2.10.0 works for me, but 2.11.0 throws the same error as in the title. I wish I could help more, but I am not very familiar with JS to debug...
@pakoito If you have more idea's post them here !
- [ ] _**The Ank Idea Plugin**_ The Ank idea plugin runs Ank snippets and can be executed by a RunLineMarker as we know them for Tests and Main Methods....
@ahinchman1 there is already an IR Generator within the functionality of the `Decompile to Kotlin Bytecode` Action. Please, correct me if that is not what you were proposing.
| Plugin | Feature | Icon | Description | Expanded Description | |---|---|---|---|---| |Comprehensions | LineMarker |  [`arrow-meta-bind.svg`](https://github.com/arrow-kt/arrow-meta/blob/master/idea-plugin/src/main/resources/arrow/meta/plugin/idea/icons/arrow-meta-bind.svg)| "Bind" | - |Nothing | LineMarker | [`arrow-meta-nothing.svg`](https://github.com/arrow-kt/arrow-meta/blob/master/idea-plugin/src/main/resources/arrow/meta/plugin/idea/icons/arrow-meta-nothing.svg)| "Bottom Type" |...
One proposal is to add a costume `QuickDocumentProvider`, where we can display the text. I'll link a small PR down below, on how it may look like. This may clash...
Another way to present Text using Side Panels like the one we see with `Kotlin Bytcode` This is feature is a composition of `AnAction`and a ToolWindow. Here `Kotlin Bytecode` is...
Gifs should be possible, but I can not confidently confirm whether videos are possible. There might be a workaround to do that.
The editor defines it's UI with an initial wrapper, which holds it's Content. We can use 4 existing UI wrappers/ templates from the editor: - *Tool Windows* proposed here https://github.com/arrow-kt/arrow-meta/issues/131#issuecomment-557104807...
This PR provides drafts over the aforementioned UI wrappers https://github.com/arrow-kt/arrow-meta/pull/214