Several fixed to editor doc.

Improved style
Fixed editor help issues
Added editor help index
This commit is contained in:
Daniel J. Ramirez
2017-09-13 19:56:37 -05:00
parent b17c801ee8
commit d21f20eb5f
6 changed files with 218 additions and 147 deletions

View File

@ -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();