mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Support Keep Results in results of Find in Files
This commit is contained in:
parent
8327dfa215
commit
fdd0f32774
4 changed files with 283 additions and 13 deletions
|
|
@ -249,8 +249,8 @@ public:
|
|||
typedef ScriptEditorBase *(*CreateScriptEditorFunc)(const Ref<Resource> &p_resource);
|
||||
|
||||
class EditorScriptCodeCompletionCache;
|
||||
class FindInFilesContainer;
|
||||
class FindInFilesDialog;
|
||||
class FindInFilesPanel;
|
||||
|
||||
class ScriptEditor : public PanelContainer {
|
||||
GDCLASS(ScriptEditor, PanelContainer);
|
||||
|
|
@ -367,7 +367,7 @@ class ScriptEditor : public PanelContainer {
|
|||
Button *script_forward = nullptr;
|
||||
|
||||
FindInFilesDialog *find_in_files_dialog = nullptr;
|
||||
FindInFilesPanel *find_in_files = nullptr;
|
||||
FindInFilesContainer *find_in_files = nullptr;
|
||||
Button *find_in_files_button = nullptr;
|
||||
|
||||
WindowWrapper *window_wrapper = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue