SimonIT
SimonIT
I don't really understand what you mean... Where do you see any spaces inside the plugin ID? What's even the plugin ID? I only now the plugin name https://github.com/aefimov/idea-batch/blob/5c1d7d6179c94f6990cbd26b08ece55162845d92/build.gradle#L24 or...
Thank you for enlighten me! There seem to be problems with changing the ID with an update https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000777330-Changing-plugin-ID-with-update
Do you can run this batch file outside PyCharm inside the normal cmd? Because that is what this plugin basically does. If not, I really don't know how we can...
Is this still a problem? If so, could you provide the bat file so we can reproduce the problem?
You can use the normal commenting shortcut *Strg+/* or over the context menu (theoretically). Or what do you mean by command?
The thing is, that these options exists if I run the plugin via gradle in intellij:   But if I press one of them, the cursor goes simply in...
As I said, wibotwi implemented the commenter for this plugin ([this](https://github.com/aefimov/idea-batch/blob/master/src/main/java/org/intellij/lang/batch/editor/BatchCommenter.java) file) and after looking at the [example](https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/commenter.html) from jetbrains I don't see any differences. However it doesn't work like...
@Liroo it would be great if you could merge this PR :)
@shroudedcode this fixes #140. Also tested 2.8.1 which works too
error: No resource identifier found for attribute 'enableOnBackInvokedCallback' in package 'android'
I got the same problem. The root of this problem seem to be in the apktool iBotPeaches/Apktool#2712