godot-xterm/addons/godot_xterm/editor_plugins/terminal
Leroy Hopson 5e25ebbab6 Add rudimentary terminal to editor's bottom panel
In order to use the gdnative library as an editor plugin it was
neccessary to set the `reloadable` property of the gdnlib file to false,
in order to prevent crashes when the godot editor window lost focus.

This may have consequences when recompiling the library.
See: https://docs.godotengine.org/en/3.3/classes/class_gdnativelibrary.html#class-gdnativelibrary-property-reloadable

Still crashes quite frequently and doesn't close child processes
properly.

Part of #43.
2021-07-11 23:03:33 +07:00
..
editor_terminal.gd Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
editor_terminal.tscn Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
terminal_panel.gd Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
terminal_panel.tscn Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00