RetroDECK icon indicating copy to clipboard operation
RetroDECK copied to clipboard

Log reader tool in the Godot Configurator

Open Lazorne opened this issue 1 year ago • 4 comments

A place where you can read all the logs in / logs sorted per function or system with a nice looking interface.

Lazorne avatar Mar 22 '24 12:03 Lazorne

Any interest in using this? used it with c++ too?

https://github.com/pkdawson/imgui-godot

monkeyx-net avatar May 11 '24 12:05 monkeyx-net

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.

XargonWan avatar May 11 '24 12:05 XargonWan

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?

monkeyx-net avatar May 13 '24 17:05 monkeyx-net

I will look to make a start with this.

Will I need to use the GoDot branch to test this?

monkeyx-net avatar May 28 '24 15:05 monkeyx-net