godot-console icon indicating copy to clipboard operation
godot-console copied to clipboard

Separate console into two modules: Console and Console Ui.

Open quentincaffeino opened this issue 5 years ago • 3 comments
trafficstars

So yeah, the idea is to make the UI a separate entity to be able to swap them and also to give option for user to use multiple instances of the console or use console with no ui at all (for eg. to create a cli app).

quentincaffeino avatar Apr 09 '20 16:04 quentincaffeino

How is it going?

havi05 avatar Feb 25 '21 14:02 havi05

Slowly) I have half-done three new modules image Definitely missing tests and maybe some minor stuff here and there. I think as soon as this three will be ready I'll release new minor version. From then I'll continue moving stuff from the core to the separate modules.

UI modules will be probably last because it has many dependencies and I want to start with smaller easier pieces to iterate on development naturally.

quentincaffeino avatar Feb 25 '21 14:02 quentincaffeino

I started working on this requirement (Along with other resources(https://github.com/expressobits/godot-console)), firstly separating the Console from a new script called ConsoleUI,

However, ConsoleLine still needs to be split.

scriptsengineer avatar Jun 01 '23 23:06 scriptsengineer