RohitKushvaha01 / Xed-Editor

Advanced Text Editor for android
MIT License
226 stars 13 forks source link

Java and kotlin support #31

Closed hasanelfalakiy closed 3 weeks ago

hasanelfalakiy commented 1 month ago

I see that the xed editor is light, please add plugins for Kotlin & Java: syntax highlighting, code suggestions, auto complete, code compilation (multi tab/file support)

RohitKushvaha01 commented 1 month ago

I see that the xed editor is light, please add plugins for Kotlin & Java: syntax highlighting, code suggestions, auto complete, code compilation (multi tab/file support)

What do you mean by multi tab support xed already support multiple tabs

hasanelfalakiy commented 1 month ago

I see that the xed editor is light, please add plugins for Kotlin & Java: syntax highlighting, code suggestions, auto complete, code compilation (multi tab/file support)

What do you mean by multi tab support xed already support multiple tabs

I mean plugins that compile multi file code, separate files

RohitKushvaha01 commented 1 month ago

Todo

Since F-droid doesn't allow precompiled binaries the only option left is create a new fork for these features

PsyNyde commented 1 month ago

i think you could follow an approach similar to androidIDE. I'm not entirely sure how they manage their compiler & lsp but most probably they're using something termux based.