Versions
What versions of Godot do you want to use this feature in?
4.7
The Feature
when changing the default directory of GUT from "res://addons/gut" to something like "res://addons/editor/gut", theres a lot of load that need be changed, and that is all right, since the filesystem is based on the default... i did change all the refences for the old directories, but the addon keeps throwing a error ERROR: scene/gui/text_edit.cpp:6981 - Index p_gutter = -1 is out of bounds (gutters.size() = 4). that is someting activated by the exension that i cant fix on the addon code.
Versions
What versions of Godot do you want to use this feature in?
4.7
The Feature
when changing the default directory of GUT from "res://addons/gut" to something like "res://addons/editor/gut", theres a lot of load that need be changed, and that is all right, since the filesystem is based on the default... i did change all the refences for the old directories, but the addon keeps throwing a error ERROR: scene/gui/text_edit.cpp:6981 - Index p_gutter = -1 is out of bounds (gutters.size() = 4). that is someting activated by the exension that i cant fix on the addon code.