Log reader tool in the Godot Configurator
A place where you can read all the logs in / logs sorted per function or system with a nice looking interface.
Any interest in using this? used it with c++ too?
https://github.com/pkdawson/imgui-godot
Any interest in using this? used it with c++ too?
https://github.com/pkdawson/imgui-godot
Seems too much complex for oir scope, we just need to list the logfiles and read them. Moreover we can have an option to open a terminal to see the live log stream.
Sorry I meant that it would be useful for configurator in general. As it extends the functionality of Godot
In terms of a log viewer the TextEdit node set to no edits might be good for this.
It adds select and copy functions automatically. Has a mini map for file and can add line number references etc
Are you wanting an explorer widget for viewing log files. Or a preset list of files to view?
I will look to make a start with this.
Will I need to use the GoDot branch to test this?