Xed-Editor / KarbonIDE

Extended Version of Karbon
MIT License
5 stars 0 forks source link

Java and kotlin support #4

Open hasanelfalakiy opened 3 months ago

hasanelfalakiy commented 3 months 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 3 months 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 3 months 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 3 months ago

Todo

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

psynyde commented 2 months 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.