Dmitrii Mironov

Results 61 comments of Dmitrii Mironov

Ok, but zip4j will not work properly with root files, so I disabled compress/extract actions

It's mostly because of the [SuFile](https://github.com/topjohnwu/libsu/blob/master/io/src/main/java/com/topjohnwu/superuser/io/SuFile.java) implementation, there's a new method `newOutputStream` which I have to use instead of normal `java.io.FileOutputStream`

https://github.com/massivemadness/Squircle-CE/releases/tag/2022.2.1

That's an android issue - the extended keyboard is actually appears in fullscreen mode, but it's behind your input keyboard https://issuetracker.google.com/issues/36911528 That's an old bug and there is no workarounds,...

Hi @du-wen-xuan, it would be nice to have this feature. And I think it would be pretty simple to implement themes when the UI-part of the application will be rewritten...

### TODO - [x] Syntax Highlighting (dfeb783c3f953d97a14e2e7b84733219ab3ad473) - [ ] Error Checking - [ ] Code Formatter

### TODO's - [x] Syntax Highlighting (8ad81faf28d55e47fd0456867700619015c9700d) - [x] Code Suggestions (just basic text suggestions) - [ ] Code Snippets

Yeah, it would be awesome to have it like in IDEA (simply `+` and `-` buttons). But I don't know how you going to do that, because that's something that...

Hi @CAPTAIN1947, it would be great if we have an embedded terminal in the UI, but there's just a few examples of how to do that and I don't fully...

Hi @TriMoon, it's because the editor doesn't have any json parser implementation. At this moment, only javascript is supported ☹️