RohitKushvaha01 / Xed-Editor

Advanced Text Editor for android
MIT License
246 stars 16 forks source link

Question #4

Closed Alexandru51 closed 6 months ago

Alexandru51 commented 6 months ago

Why it is no longer an code editor?

RohitKushvaha01 commented 6 months ago

Why it is no longer an code editor?

Thank you for bringing this up. My focus initially is on building a solid foundation for the text editor functionality, ensuring it's robust and user-friendly. While syntax highlighting isn't currently supported (removed), i plan to incorporate language-specific features through plugins in the future. This approach allows for a more flexible and customizable experience for users.

Alexandru51 commented 6 months ago

Oh, okay 👍🏻

hasanelfalakiy commented 2 months ago

Why it is no longer an code editor?

Thank you for bringing this up. My focus initially is on building a solid foundation for the text editor functionality, ensuring it's robust and user-friendly. While syntax highlighting isn't currently supported (removed), i plan to incorporate language-specific features through plugins in the future. This approach allows for a more flexible and customizable experience for users.

Will it allow for code suggestion, autocomplete, and running/compiling code with plugins?

RohitKushvaha01 commented 2 months ago

Why it is no longer an code editor?

Thank you for bringing this up. My focus initially is on building a solid foundation for the text editor functionality, ensuring it's robust and user-friendly. While syntax highlighting isn't currently supported (removed), i plan to incorporate language-specific features through plugins in the future. This approach allows for a more flexible and customizable experience for users.

Will it allow for code suggestion, autocomplete, and running/compiling code with plugins?

Yes, plugin system can do anything at this point but it's not very user friendly

You can use java reflection to get internal methods and classes from xed

Here are some resources to create language plugin

feel free to ask if you have any question

hasanelfalakiy commented 2 months ago

yes, but who will make a plugin for this (which I have explained)?

RohitKushvaha01 commented 2 months ago

yes, but who will make a plugin for this (which I have explained)?

You can create yourself or you have to wait few weeks until I create

hasanelfalakiy commented 2 months ago

how to make it yourself? I'm still a beginner

RohitKushvaha01 commented 2 months ago

how to make it yourself? I'm still a beginner

The code in the entry point will be executed by xed editor

hasanelfalakiy commented 2 months ago

okay thanks I'll try it