Several fixed to editor doc.
Improved style Fixed editor help issues Added editor help index
This commit is contained in:
@ -118,6 +118,7 @@ class EditorHelp : public VBoxContainer {
|
||||
|
||||
String edited_class;
|
||||
|
||||
Vector<Pair<String, int> > section_line;
|
||||
Map<String, int> method_line;
|
||||
Map<String, int> signal_line;
|
||||
Map<String, int> property_line;
|
||||
@ -168,6 +169,9 @@ public:
|
||||
void go_to_help(const String &p_help);
|
||||
void go_to_class(const String &p_class, int p_scroll = 0);
|
||||
|
||||
Vector<Pair<String, int> > get_sections();
|
||||
void scroll_to_section(int p_section_index);
|
||||
|
||||
void popup_search();
|
||||
void search_again();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user