code_editor.cpp 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  1. /*************************************************************************/
  2. /* code_editor.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /*************************************************************************/
  30. #include "code_editor.h"
  31. #include "editor/editor_scale.h"
  32. #include "editor_node.h"
  33. #include "editor_settings.h"
  34. #include "os/keyboard.h"
  35. #include "scene/gui/margin_container.h"
  36. #include "scene/gui/separator.h"
  37. #include "scene/resources/dynamic_font.h"
  38. void GotoLineDialog::popup_find_line(TextEdit *p_edit) {
  39. text_editor = p_edit;
  40. line->set_text(itos(text_editor->cursor_get_line()));
  41. line->select_all();
  42. popup_centered(Size2(180, 80));
  43. line->grab_focus();
  44. }
  45. int GotoLineDialog::get_line() const {
  46. return line->get_text().to_int();
  47. }
  48. void GotoLineDialog::ok_pressed() {
  49. if (get_line() < 1 || get_line() > text_editor->get_line_count())
  50. return;
  51. text_editor->unfold_line(get_line() - 1);
  52. text_editor->cursor_set_line(get_line() - 1);
  53. hide();
  54. }
  55. GotoLineDialog::GotoLineDialog() {
  56. set_title(TTR("Go to Line"));
  57. Label *l = memnew(Label);
  58. l->set_text(TTR("Line Number:"));
  59. l->set_position(Point2(5, 5));
  60. add_child(l);
  61. line = memnew(LineEdit);
  62. line->set_anchor(MARGIN_RIGHT, ANCHOR_END);
  63. line->set_begin(Point2(15, 22));
  64. line->set_end(Point2(-15, 35));
  65. add_child(line);
  66. register_text_enter(line);
  67. text_editor = NULL;
  68. set_hide_on_ok(false);
  69. }
  70. void FindReplaceBar::_notification(int p_what) {
  71. if (p_what == NOTIFICATION_READY) {
  72. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  73. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  74. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  75. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  76. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  77. } else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
  78. set_process_unhandled_input(is_visible_in_tree());
  79. } else if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
  80. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  81. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  82. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  83. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  84. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  85. }
  86. }
  87. void FindReplaceBar::_unhandled_input(const Ref<InputEvent> &p_event) {
  88. Ref<InputEventKey> k = p_event;
  89. if (k.is_valid()) {
  90. if (k->is_pressed() && (text_edit->has_focus() || text_vbc->is_a_parent_of(get_focus_owner()))) {
  91. bool accepted = true;
  92. switch (k->get_scancode()) {
  93. case KEY_ESCAPE: {
  94. _hide_bar();
  95. } break;
  96. default: {
  97. accepted = false;
  98. } break;
  99. }
  100. if (accepted) {
  101. accept_event();
  102. }
  103. }
  104. }
  105. }
  106. bool FindReplaceBar::_search(uint32_t p_flags, int p_from_line, int p_from_col) {
  107. int line, col;
  108. String text = get_search_text();
  109. bool found = text_edit->search(text, p_flags, p_from_line, p_from_col, line, col);
  110. if (found) {
  111. if (!preserve_cursor) {
  112. text_edit->unfold_line(line);
  113. text_edit->cursor_set_line(line, false);
  114. text_edit->cursor_set_column(col + text.length(), false);
  115. text_edit->center_viewport_to_cursor();
  116. }
  117. text_edit->set_search_text(text);
  118. text_edit->set_search_flags(p_flags);
  119. text_edit->set_current_search_result(line, col);
  120. result_line = line;
  121. result_col = col;
  122. set_error("");
  123. } else {
  124. result_line = -1;
  125. result_col = -1;
  126. text_edit->set_search_text("");
  127. set_error(text.empty() ? "" : TTR("No Matches"));
  128. }
  129. return found;
  130. }
  131. void FindReplaceBar::_replace() {
  132. if (result_line != -1 && result_col != -1) {
  133. text_edit->begin_complex_operation();
  134. text_edit->unfold_line(result_line);
  135. text_edit->select(result_line, result_col, result_line, result_col + get_search_text().length());
  136. text_edit->insert_text_at_cursor(get_replace_text());
  137. text_edit->end_complex_operation();
  138. }
  139. search_current();
  140. }
  141. void FindReplaceBar::_replace_all() {
  142. // line as x so it gets priority in comparison, column as y
  143. Point2i orig_cursor(text_edit->cursor_get_line(), text_edit->cursor_get_column());
  144. Point2i prev_match = Point2(-1, -1);
  145. bool selection_enabled = text_edit->is_selection_active();
  146. Point2i selection_begin, selection_end;
  147. if (selection_enabled) {
  148. selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_column());
  149. selection_end = Point2i(text_edit->get_selection_to_line(), text_edit->get_selection_to_column());
  150. }
  151. int vsval = text_edit->get_v_scroll();
  152. text_edit->cursor_set_line(0);
  153. text_edit->cursor_set_column(0);
  154. String replace_text = get_replace_text();
  155. int search_text_len = get_search_text().length();
  156. int rc = 0;
  157. replace_all_mode = true;
  158. text_edit->begin_complex_operation();
  159. while (search_next()) {
  160. // replace area
  161. Point2i match_from(result_line, result_col);
  162. Point2i match_to(result_line, result_col + search_text_len);
  163. if (match_from < prev_match)
  164. break; // done
  165. prev_match = Point2i(result_line, result_col + replace_text.length());
  166. text_edit->unfold_line(result_line);
  167. text_edit->select(result_line, result_col, result_line, match_to.y);
  168. if (selection_enabled && is_selection_only()) {
  169. if (match_from < selection_begin || match_to > selection_end)
  170. continue;
  171. // replace but adjust selection bounds
  172. text_edit->insert_text_at_cursor(replace_text);
  173. if (match_to.x == selection_end.x)
  174. selection_end.y += replace_text.length() - search_text_len;
  175. } else {
  176. // just replace
  177. text_edit->insert_text_at_cursor(replace_text);
  178. }
  179. rc++;
  180. }
  181. text_edit->end_complex_operation();
  182. replace_all_mode = false;
  183. // restore editor state (selection, cursor, scroll)
  184. text_edit->cursor_set_line(orig_cursor.x);
  185. text_edit->cursor_set_column(orig_cursor.y);
  186. if (selection_enabled && is_selection_only()) {
  187. // reselect
  188. text_edit->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y);
  189. } else {
  190. text_edit->deselect();
  191. }
  192. text_edit->set_v_scroll(vsval);
  193. set_error(vformat(TTR("Replaced %d occurrence(s)."), rc));
  194. }
  195. void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
  196. r_line = text_edit->cursor_get_line();
  197. r_col = text_edit->cursor_get_column();
  198. if (text_edit->is_selection_active() && !replace_all_mode) {
  199. int selection_line = text_edit->get_selection_from_line();
  200. if (text_edit->get_selection_text() == get_search_text() && r_line == selection_line) {
  201. int selection_from_col = text_edit->get_selection_from_column();
  202. if (r_col >= selection_from_col && r_col <= text_edit->get_selection_to_column()) {
  203. r_col = selection_from_col;
  204. }
  205. }
  206. }
  207. if (r_line == result_line && r_col >= result_col && r_col <= result_col + get_search_text().length()) {
  208. r_col = result_col;
  209. }
  210. }
  211. bool FindReplaceBar::search_current() {
  212. uint32_t flags = 0;
  213. if (is_whole_words())
  214. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  215. if (is_case_sensitive())
  216. flags |= TextEdit::SEARCH_MATCH_CASE;
  217. int line, col;
  218. _get_search_from(line, col);
  219. return _search(flags, line, col);
  220. }
  221. bool FindReplaceBar::search_prev() {
  222. uint32_t flags = 0;
  223. String text = get_search_text();
  224. if (is_whole_words())
  225. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  226. if (is_case_sensitive())
  227. flags |= TextEdit::SEARCH_MATCH_CASE;
  228. flags |= TextEdit::SEARCH_BACKWARDS;
  229. int line, col;
  230. _get_search_from(line, col);
  231. col -= text.length();
  232. if (col < 0) {
  233. line -= 1;
  234. if (line < 0)
  235. line = text_edit->get_line_count() - 1;
  236. col = text_edit->get_line(line).length();
  237. }
  238. return _search(flags, line, col);
  239. }
  240. bool FindReplaceBar::search_next() {
  241. uint32_t flags = 0;
  242. String text = get_search_text();
  243. if (is_whole_words())
  244. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  245. if (is_case_sensitive())
  246. flags |= TextEdit::SEARCH_MATCH_CASE;
  247. int line, col;
  248. _get_search_from(line, col);
  249. if (line == result_line && col == result_col) {
  250. col += text.length();
  251. if (col > text_edit->get_line(line).length()) {
  252. line += 1;
  253. if (line >= text_edit->get_line_count())
  254. line = 0;
  255. col = 0;
  256. }
  257. }
  258. return _search(flags, line, col);
  259. }
  260. void FindReplaceBar::_hide_bar() {
  261. if (replace_text->has_focus() || search_text->has_focus())
  262. text_edit->grab_focus();
  263. text_edit->set_search_text("");
  264. result_line = -1;
  265. result_col = -1;
  266. replace_hbc->hide();
  267. replace_options_hbc->hide();
  268. hide();
  269. }
  270. void FindReplaceBar::_show_search() {
  271. show();
  272. search_text->grab_focus();
  273. if (text_edit->is_selection_active() && !selection_only->is_pressed()) {
  274. search_text->set_text(text_edit->get_selection_text());
  275. }
  276. if (!get_search_text().empty()) {
  277. search_text->select_all();
  278. search_text->set_cursor_position(search_text->get_text().length());
  279. search_current();
  280. }
  281. }
  282. void FindReplaceBar::popup_search() {
  283. replace_hbc->hide();
  284. replace_options_hbc->hide();
  285. _show_search();
  286. }
  287. void FindReplaceBar::popup_replace() {
  288. if (!replace_hbc->is_visible_in_tree() || !replace_options_hbc->is_visible_in_tree()) {
  289. replace_text->clear();
  290. replace_hbc->show();
  291. replace_options_hbc->show();
  292. }
  293. selection_only->set_pressed((text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_edit->get_selection_to_line()));
  294. _show_search();
  295. }
  296. void FindReplaceBar::_search_options_changed(bool p_pressed) {
  297. search_current();
  298. }
  299. void FindReplaceBar::_editor_text_changed() {
  300. if (is_visible_in_tree()) {
  301. preserve_cursor = true;
  302. search_current();
  303. preserve_cursor = false;
  304. }
  305. }
  306. void FindReplaceBar::_search_text_changed(const String &p_text) {
  307. search_current();
  308. }
  309. void FindReplaceBar::_search_text_entered(const String &p_text) {
  310. search_next();
  311. }
  312. void FindReplaceBar::_replace_text_entered(const String &p_text) {
  313. if (selection_only->is_pressed() && text_edit->is_selection_active()) {
  314. _replace_all();
  315. _hide_bar();
  316. }
  317. }
  318. String FindReplaceBar::get_search_text() const {
  319. return search_text->get_text();
  320. }
  321. String FindReplaceBar::get_replace_text() const {
  322. return replace_text->get_text();
  323. }
  324. bool FindReplaceBar::is_case_sensitive() const {
  325. return case_sensitive->is_pressed();
  326. }
  327. bool FindReplaceBar::is_whole_words() const {
  328. return whole_words->is_pressed();
  329. }
  330. bool FindReplaceBar::is_selection_only() const {
  331. return selection_only->is_pressed();
  332. }
  333. void FindReplaceBar::set_error(const String &p_label) {
  334. error_label->set_text(p_label);
  335. }
  336. void FindReplaceBar::set_text_edit(TextEdit *p_text_edit) {
  337. text_edit = p_text_edit;
  338. text_edit->connect("text_changed", this, "_editor_text_changed");
  339. }
  340. void FindReplaceBar::_bind_methods() {
  341. ClassDB::bind_method("_unhandled_input", &FindReplaceBar::_unhandled_input);
  342. ClassDB::bind_method("_editor_text_changed", &FindReplaceBar::_editor_text_changed);
  343. ClassDB::bind_method("_search_text_changed", &FindReplaceBar::_search_text_changed);
  344. ClassDB::bind_method("_search_text_entered", &FindReplaceBar::_search_text_entered);
  345. ClassDB::bind_method("_replace_text_entered", &FindReplaceBar::_replace_text_entered);
  346. ClassDB::bind_method("_search_current", &FindReplaceBar::search_current);
  347. ClassDB::bind_method("_search_next", &FindReplaceBar::search_next);
  348. ClassDB::bind_method("_search_prev", &FindReplaceBar::search_prev);
  349. ClassDB::bind_method("_replace_pressed", &FindReplaceBar::_replace);
  350. ClassDB::bind_method("_replace_all_pressed", &FindReplaceBar::_replace_all);
  351. ClassDB::bind_method("_search_options_changed", &FindReplaceBar::_search_options_changed);
  352. ClassDB::bind_method("_hide_pressed", &FindReplaceBar::_hide_bar);
  353. ADD_SIGNAL(MethodInfo("search"));
  354. }
  355. FindReplaceBar::FindReplaceBar() {
  356. replace_all_mode = false;
  357. preserve_cursor = false;
  358. text_vbc = memnew(VBoxContainer);
  359. add_child(text_vbc);
  360. HBoxContainer *search_hbc = memnew(HBoxContainer);
  361. text_vbc->add_child(search_hbc);
  362. search_text = memnew(LineEdit);
  363. search_hbc->add_child(search_text);
  364. search_text->set_custom_minimum_size(Size2(200, 0));
  365. search_text->connect("text_changed", this, "_search_text_changed");
  366. search_text->connect("text_entered", this, "_search_text_entered");
  367. find_prev = memnew(ToolButton);
  368. search_hbc->add_child(find_prev);
  369. find_prev->set_focus_mode(FOCUS_NONE);
  370. find_prev->connect("pressed", this, "_search_prev");
  371. find_next = memnew(ToolButton);
  372. search_hbc->add_child(find_next);
  373. find_next->set_focus_mode(FOCUS_NONE);
  374. find_next->connect("pressed", this, "_search_next");
  375. replace_hbc = memnew(HBoxContainer);
  376. text_vbc->add_child(replace_hbc);
  377. replace_hbc->hide();
  378. replace_text = memnew(LineEdit);
  379. replace_hbc->add_child(replace_text);
  380. replace_text->set_custom_minimum_size(Size2(200, 0));
  381. replace_text->connect("text_entered", this, "_replace_text_entered");
  382. replace = memnew(Button);
  383. replace_hbc->add_child(replace);
  384. replace->set_text(TTR("Replace"));
  385. //replace->set_focus_mode(FOCUS_NONE);
  386. replace->connect("pressed", this, "_replace_pressed");
  387. replace_all = memnew(Button);
  388. replace_hbc->add_child(replace_all);
  389. replace_all->set_text(TTR("Replace All"));
  390. //replace_all->set_focus_mode(FOCUS_NONE);
  391. replace_all->connect("pressed", this, "_replace_all_pressed");
  392. Control *spacer_split = memnew(Control);
  393. spacer_split->set_custom_minimum_size(Size2(0, 1));
  394. text_vbc->add_child(spacer_split);
  395. VBoxContainer *options_vbc = memnew(VBoxContainer);
  396. add_child(options_vbc);
  397. options_vbc->set_h_size_flags(SIZE_EXPAND_FILL);
  398. HBoxContainer *search_options = memnew(HBoxContainer);
  399. options_vbc->add_child(search_options);
  400. case_sensitive = memnew(CheckBox);
  401. search_options->add_child(case_sensitive);
  402. case_sensitive->set_text(TTR("Match Case"));
  403. case_sensitive->set_focus_mode(FOCUS_NONE);
  404. case_sensitive->connect("toggled", this, "_search_options_changed");
  405. whole_words = memnew(CheckBox);
  406. search_options->add_child(whole_words);
  407. whole_words->set_text(TTR("Whole Words"));
  408. whole_words->set_focus_mode(FOCUS_NONE);
  409. whole_words->connect("toggled", this, "_search_options_changed");
  410. error_label = memnew(Label);
  411. search_options->add_child(error_label);
  412. error_label->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
  413. search_options->add_spacer();
  414. hide_button = memnew(TextureButton);
  415. search_options->add_child(hide_button);
  416. hide_button->set_focus_mode(FOCUS_NONE);
  417. hide_button->connect("pressed", this, "_hide_pressed");
  418. replace_options_hbc = memnew(HBoxContainer);
  419. options_vbc->add_child(replace_options_hbc);
  420. replace_options_hbc->hide();
  421. selection_only = memnew(CheckBox);
  422. replace_options_hbc->add_child(selection_only);
  423. selection_only->set_text(TTR("Selection Only"));
  424. selection_only->set_focus_mode(FOCUS_NONE);
  425. selection_only->connect("toggled", this, "_search_options_changed");
  426. }
  427. void FindReplaceDialog::popup_search() {
  428. set_title(TTR("Search"));
  429. replace_mc->hide();
  430. replace_label->hide();
  431. replace_vb->hide();
  432. skip->hide();
  433. popup_centered(Point2(300, 190));
  434. get_ok()->set_text(TTR("Find"));
  435. search_text->grab_focus();
  436. if (text_edit->is_selection_active() && (text_edit->get_selection_from_line() == text_edit->get_selection_to_line())) {
  437. search_text->set_text(text_edit->get_selection_text());
  438. }
  439. search_text->select_all();
  440. error_label->set_text("");
  441. }
  442. void FindReplaceDialog::popup_replace() {
  443. set_title(TTR("Replace"));
  444. bool do_selection = (text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_edit->get_selection_to_line());
  445. set_replace_selection_only(do_selection);
  446. if (!do_selection && text_edit->is_selection_active()) {
  447. search_text->set_text(text_edit->get_selection_text());
  448. }
  449. replace_mc->show();
  450. replace_label->show();
  451. replace_vb->show();
  452. popup_centered(Point2(300, 300));
  453. if (search_text->get_text() != "" && replace_text->get_text() == "") {
  454. search_text->select(0, 0);
  455. replace_text->grab_focus();
  456. } else {
  457. search_text->grab_focus();
  458. search_text->select_all();
  459. }
  460. error_label->set_text("");
  461. if (prompt->is_pressed()) {
  462. skip->show();
  463. get_ok()->set_text(TTR("Next"));
  464. selection_only->set_disabled(true);
  465. } else {
  466. skip->hide();
  467. get_ok()->set_text(TTR("Replace"));
  468. selection_only->set_disabled(false);
  469. }
  470. }
  471. void FindReplaceDialog::_search_callback() {
  472. if (is_replace_mode())
  473. _replace();
  474. else
  475. _search();
  476. }
  477. void FindReplaceDialog::_replace_skip_callback() {
  478. _search();
  479. }
  480. void FindReplaceDialog::_replace() {
  481. text_edit->begin_complex_operation();
  482. if (is_replace_all_mode()) {
  483. //line as x so it gets priority in comparison, column as y
  484. Point2i orig_cursor(text_edit->cursor_get_line(), text_edit->cursor_get_column());
  485. Point2i prev_match = Point2(-1, -1);
  486. bool selection_enabled = text_edit->is_selection_active();
  487. Point2i selection_begin, selection_end;
  488. if (selection_enabled) {
  489. selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_column());
  490. selection_end = Point2i(text_edit->get_selection_to_line(), text_edit->get_selection_to_column());
  491. }
  492. int vsval = text_edit->get_v_scroll();
  493. //int hsval = text_edit->get_h_scroll();
  494. text_edit->cursor_set_line(0);
  495. text_edit->cursor_set_column(0);
  496. int rc = 0;
  497. while (_search()) {
  498. if (!text_edit->is_selection_active()) {
  499. //search selects
  500. break;
  501. }
  502. //replace area
  503. Point2i match_from(text_edit->get_selection_from_line(), text_edit->get_selection_from_column());
  504. Point2i match_to(text_edit->get_selection_to_line(), text_edit->get_selection_to_column());
  505. if (match_from < prev_match)
  506. break; //done
  507. prev_match = match_to;
  508. if (selection_enabled && is_replace_selection_only()) {
  509. if (match_from < selection_begin || match_to > selection_end)
  510. continue;
  511. //replace but adjust selection bounds
  512. text_edit->insert_text_at_cursor(get_replace_text());
  513. if (match_to.x == selection_end.x)
  514. selection_end.y += get_replace_text().length() - get_search_text().length();
  515. } else {
  516. //just replace
  517. text_edit->insert_text_at_cursor(get_replace_text());
  518. }
  519. rc++;
  520. }
  521. //restore editor state (selection, cursor, scroll)
  522. text_edit->cursor_set_line(orig_cursor.x);
  523. text_edit->cursor_set_column(orig_cursor.y);
  524. if (selection_enabled && is_replace_selection_only()) {
  525. //reselect
  526. text_edit->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y);
  527. } else {
  528. text_edit->deselect();
  529. }
  530. text_edit->set_v_scroll(vsval);
  531. //text_edit->set_h_scroll(hsval);
  532. error_label->set_text(vformat(TTR("Replaced %d occurrence(s)."), rc));
  533. //hide();
  534. } else {
  535. if (text_edit->get_selection_text() == get_search_text()) {
  536. text_edit->insert_text_at_cursor(get_replace_text());
  537. }
  538. _search();
  539. }
  540. text_edit->end_complex_operation();
  541. }
  542. bool FindReplaceDialog::_search() {
  543. String text = get_search_text();
  544. uint32_t flags = 0;
  545. if (is_whole_words())
  546. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  547. if (is_case_sensitive())
  548. flags |= TextEdit::SEARCH_MATCH_CASE;
  549. if (is_backwards())
  550. flags |= TextEdit::SEARCH_BACKWARDS;
  551. int line = text_edit->cursor_get_line(), col = text_edit->cursor_get_column();
  552. if (is_backwards()) {
  553. col -= 1;
  554. if (col < 0) {
  555. line -= 1;
  556. if (line < 0) {
  557. line = text_edit->get_line_count() - 1;
  558. }
  559. col = text_edit->get_line(line).length();
  560. }
  561. }
  562. bool found = text_edit->search(text, flags, line, col, line, col);
  563. if (found) {
  564. // print_line("found");
  565. text_edit->unfold_line(line);
  566. text_edit->cursor_set_line(line);
  567. if (is_backwards())
  568. text_edit->cursor_set_column(col);
  569. else
  570. text_edit->cursor_set_column(col + text.length());
  571. text_edit->select(line, col, line, col + text.length());
  572. set_error("");
  573. return true;
  574. } else {
  575. set_error(TTR("Not found!"));
  576. return false;
  577. }
  578. }
  579. void FindReplaceDialog::_prompt_changed() {
  580. if (prompt->is_pressed()) {
  581. skip->show();
  582. get_ok()->set_text(TTR("Next"));
  583. selection_only->set_disabled(true);
  584. } else {
  585. skip->hide();
  586. get_ok()->set_text(TTR("Replace"));
  587. selection_only->set_disabled(false);
  588. }
  589. }
  590. void FindReplaceDialog::_skip_pressed() {
  591. _replace_skip_callback();
  592. }
  593. bool FindReplaceDialog::is_replace_mode() const {
  594. return replace_text->is_visible_in_tree();
  595. }
  596. bool FindReplaceDialog::is_replace_all_mode() const {
  597. return !prompt->is_pressed();
  598. }
  599. bool FindReplaceDialog::is_replace_selection_only() const {
  600. return selection_only->is_pressed();
  601. }
  602. void FindReplaceDialog::set_replace_selection_only(bool p_enable) {
  603. selection_only->set_pressed(p_enable);
  604. }
  605. void FindReplaceDialog::ok_pressed() {
  606. _search_callback();
  607. }
  608. void FindReplaceDialog::_search_text_entered(const String &p_text) {
  609. if (replace_text->is_visible_in_tree())
  610. return;
  611. emit_signal("search");
  612. _search();
  613. }
  614. void FindReplaceDialog::_replace_text_entered(const String &p_text) {
  615. if (!replace_text->is_visible_in_tree())
  616. return;
  617. emit_signal("search");
  618. _replace();
  619. }
  620. String FindReplaceDialog::get_search_text() const {
  621. return search_text->get_text();
  622. }
  623. String FindReplaceDialog::get_replace_text() const {
  624. return replace_text->get_text();
  625. }
  626. bool FindReplaceDialog::is_whole_words() const {
  627. return whole_words->is_pressed();
  628. }
  629. bool FindReplaceDialog::is_case_sensitive() const {
  630. return case_sensitive->is_pressed();
  631. }
  632. bool FindReplaceDialog::is_backwards() const {
  633. return backwards->is_pressed();
  634. }
  635. void FindReplaceDialog::set_error(const String &p_error) {
  636. error_label->set_text(p_error);
  637. }
  638. void FindReplaceDialog::set_text_edit(TextEdit *p_text_edit) {
  639. text_edit = p_text_edit;
  640. }
  641. void FindReplaceDialog::search_next() {
  642. _search();
  643. }
  644. void FindReplaceDialog::_bind_methods() {
  645. ClassDB::bind_method("_search_text_entered", &FindReplaceDialog::_search_text_entered);
  646. ClassDB::bind_method("_replace_text_entered", &FindReplaceDialog::_replace_text_entered);
  647. ClassDB::bind_method("_prompt_changed", &FindReplaceDialog::_prompt_changed);
  648. ClassDB::bind_method("_skip_pressed", &FindReplaceDialog::_skip_pressed);
  649. ADD_SIGNAL(MethodInfo("search"));
  650. ADD_SIGNAL(MethodInfo("skip"));
  651. }
  652. FindReplaceDialog::FindReplaceDialog() {
  653. set_self_modulate(Color(1, 1, 1, 0.8));
  654. VBoxContainer *vb = memnew(VBoxContainer);
  655. add_child(vb);
  656. search_text = memnew(LineEdit);
  657. vb->add_margin_child(TTR("Search"), search_text);
  658. search_text->connect("text_entered", this, "_search_text_entered");
  659. replace_label = memnew(Label);
  660. replace_label->set_text(TTR("Replace By"));
  661. vb->add_child(replace_label);
  662. replace_mc = memnew(MarginContainer);
  663. vb->add_child(replace_mc);
  664. replace_text = memnew(LineEdit);
  665. replace_text->set_anchor(MARGIN_RIGHT, ANCHOR_END);
  666. replace_text->set_begin(Point2(15, 132));
  667. replace_text->set_end(Point2(-15, 135));
  668. replace_mc->add_child(replace_text);
  669. replace_text->connect("text_entered", this, "_replace_text_entered");
  670. MarginContainer *opt_mg = memnew(MarginContainer);
  671. vb->add_child(opt_mg);
  672. VBoxContainer *svb = memnew(VBoxContainer);
  673. opt_mg->add_child(svb);
  674. svb->add_child(memnew(Label));
  675. whole_words = memnew(CheckButton);
  676. whole_words->set_text(TTR("Whole Words"));
  677. svb->add_child(whole_words);
  678. case_sensitive = memnew(CheckButton);
  679. case_sensitive->set_text(TTR("Case Sensitive"));
  680. svb->add_child(case_sensitive);
  681. backwards = memnew(CheckButton);
  682. backwards->set_text(TTR("Backwards"));
  683. svb->add_child(backwards);
  684. opt_mg = memnew(MarginContainer);
  685. vb->add_child(opt_mg);
  686. VBoxContainer *rvb = memnew(VBoxContainer);
  687. opt_mg->add_child(rvb);
  688. replace_vb = rvb;
  689. //rvb ->add_child(memnew(HSeparator));
  690. rvb->add_child(memnew(Label));
  691. prompt = memnew(CheckButton);
  692. prompt->set_text(TTR("Prompt On Replace"));
  693. rvb->add_child(prompt);
  694. prompt->connect("pressed", this, "_prompt_changed");
  695. selection_only = memnew(CheckButton);
  696. selection_only->set_text(TTR("Selection Only"));
  697. rvb->add_child(selection_only);
  698. int margin = get_constant("margin", "Dialogs");
  699. int button_margin = get_constant("button_margin", "Dialogs");
  700. skip = memnew(Button);
  701. skip->set_anchor(MARGIN_LEFT, ANCHOR_END);
  702. skip->set_anchor(MARGIN_TOP, ANCHOR_END);
  703. skip->set_anchor(MARGIN_RIGHT, ANCHOR_END);
  704. skip->set_anchor(MARGIN_BOTTOM, ANCHOR_END);
  705. skip->set_begin(Point2(-70, -button_margin));
  706. skip->set_end(Point2(-10, -margin));
  707. skip->set_text(TTR("Skip"));
  708. add_child(skip);
  709. skip->connect("pressed", this, "_skip_pressed");
  710. error_label = memnew(Label);
  711. error_label->set_align(Label::ALIGN_CENTER);
  712. error_label->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
  713. vb->add_child(error_label);
  714. set_hide_on_ok(false);
  715. }
  716. /*** CODE EDITOR ****/
  717. void CodeTextEditor::_text_editor_gui_input(const Ref<InputEvent> &p_event) {
  718. Ref<InputEventMouseButton> mb = p_event;
  719. if (mb.is_valid()) {
  720. if (mb->is_pressed() && mb->get_command()) {
  721. if (mb->get_button_index() == BUTTON_WHEEL_UP) {
  722. _zoom_in();
  723. } else if (mb->get_button_index() == BUTTON_WHEEL_DOWN) {
  724. _zoom_out();
  725. }
  726. }
  727. }
  728. Ref<InputEventMagnifyGesture> magnify_gesture = p_event;
  729. if (magnify_gesture.is_valid()) {
  730. Ref<DynamicFont> font = text_editor->get_font("font");
  731. if (font.is_valid()) {
  732. if (font->get_size() != (int)font_size) {
  733. font_size = font->get_size();
  734. }
  735. font_size *= powf(magnify_gesture->get_factor(), 0.25);
  736. _add_font_size((int)font_size - font->get_size());
  737. }
  738. return;
  739. }
  740. Ref<InputEventKey> k = p_event;
  741. if (k.is_valid()) {
  742. if (k->is_pressed()) {
  743. if (ED_IS_SHORTCUT("script_editor/zoom_in", p_event)) {
  744. _zoom_in();
  745. }
  746. if (ED_IS_SHORTCUT("script_editor/zoom_out", p_event)) {
  747. _zoom_out();
  748. }
  749. if (ED_IS_SHORTCUT("script_editor/reset_zoom", p_event)) {
  750. _reset_zoom();
  751. }
  752. }
  753. }
  754. }
  755. void CodeTextEditor::_zoom_in() {
  756. font_resize_val += EDSCALE;
  757. _zoom_changed();
  758. }
  759. void CodeTextEditor::_zoom_out() {
  760. font_resize_val -= EDSCALE;
  761. _zoom_changed();
  762. }
  763. void CodeTextEditor::_zoom_changed() {
  764. if (font_resize_timer->get_time_left() == 0)
  765. font_resize_timer->start();
  766. }
  767. void CodeTextEditor::_reset_zoom() {
  768. Ref<DynamicFont> font = text_editor->get_font("font"); // reset source font size to default
  769. if (font.is_valid()) {
  770. EditorSettings::get_singleton()->set("interface/editor/source_font_size", 14);
  771. font->set_size(14);
  772. }
  773. }
  774. void CodeTextEditor::_line_col_changed() {
  775. line_nb->set_text(itos(text_editor->cursor_get_line() + 1));
  776. col_nb->set_text(itos(text_editor->cursor_get_column() + 1));
  777. }
  778. void CodeTextEditor::_text_changed() {
  779. if (text_editor->is_insert_text_operation()) {
  780. code_complete_timer->start();
  781. }
  782. idle->start();
  783. }
  784. void CodeTextEditor::_code_complete_timer_timeout() {
  785. if (!is_visible_in_tree())
  786. return;
  787. if (enable_complete_timer)
  788. text_editor->query_code_comple();
  789. }
  790. void CodeTextEditor::_complete_request() {
  791. List<String> entries;
  792. String ctext = text_editor->get_text_for_completion();
  793. _code_complete_script(ctext, &entries);
  794. bool forced = false;
  795. if (code_complete_func) {
  796. code_complete_func(code_complete_ud, ctext, &entries, forced);
  797. }
  798. // print_line("COMPLETE: "+p_request);
  799. if (entries.size() == 0)
  800. return;
  801. Vector<String> strs;
  802. strs.resize(entries.size());
  803. int i = 0;
  804. for (List<String>::Element *E = entries.front(); E; E = E->next()) {
  805. strs[i++] = E->get();
  806. }
  807. text_editor->code_complete(strs, forced);
  808. }
  809. void CodeTextEditor::_font_resize_timeout() {
  810. if (_add_font_size(font_resize_val)) {
  811. font_resize_val = 0;
  812. }
  813. }
  814. bool CodeTextEditor::_add_font_size(int p_delta) {
  815. Ref<DynamicFont> font = text_editor->get_font("font");
  816. if (font.is_valid()) {
  817. int new_size = CLAMP(font->get_size() + p_delta, 8 * EDSCALE, 96 * EDSCALE);
  818. if (new_size != font->get_size()) {
  819. EditorSettings::get_singleton()->set("interface/editor/source_font_size", new_size / EDSCALE);
  820. font->set_size(new_size);
  821. }
  822. return true;
  823. } else {
  824. return false;
  825. }
  826. }
  827. void CodeTextEditor::update_editor_settings() {
  828. text_editor->set_auto_brace_completion(EditorSettings::get_singleton()->get("text_editor/completion/auto_brace_complete"));
  829. text_editor->set_scroll_pass_end_of_file(EditorSettings::get_singleton()->get("text_editor/cursor/scroll_past_end_of_file"));
  830. text_editor->set_indent_using_spaces(EditorSettings::get_singleton()->get("text_editor/indent/type"));
  831. text_editor->set_indent_size(EditorSettings::get_singleton()->get("text_editor/indent/size"));
  832. text_editor->set_auto_indent(EditorSettings::get_singleton()->get("text_editor/indent/auto_indent"));
  833. text_editor->set_draw_tabs(EditorSettings::get_singleton()->get("text_editor/indent/draw_tabs"));
  834. text_editor->set_show_line_numbers(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_line_numbers"));
  835. text_editor->set_line_numbers_zero_padded(EditorSettings::get_singleton()->get("text_editor/line_numbers/line_numbers_zero_padded"));
  836. text_editor->set_show_line_length_guideline(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_line_length_guideline"));
  837. text_editor->set_line_length_guideline_column(EditorSettings::get_singleton()->get("text_editor/line_numbers/line_length_guideline_column"));
  838. text_editor->set_syntax_coloring(EditorSettings::get_singleton()->get("text_editor/highlighting/syntax_highlighting"));
  839. text_editor->set_highlight_all_occurrences(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_all_occurrences"));
  840. text_editor->set_highlight_current_line(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_current_line"));
  841. text_editor->cursor_set_blink_enabled(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink"));
  842. text_editor->cursor_set_blink_speed(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink_speed"));
  843. text_editor->set_draw_breakpoint_gutter(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_breakpoint_gutter"));
  844. text_editor->set_hiding_enabled(EditorSettings::get_singleton()->get("text_editor/line_numbers/code_folding"));
  845. text_editor->set_draw_fold_gutter(EditorSettings::get_singleton()->get("text_editor/line_numbers/code_folding"));
  846. text_editor->cursor_set_block_mode(EditorSettings::get_singleton()->get("text_editor/cursor/block_caret"));
  847. text_editor->set_smooth_scroll_enabled(EditorSettings::get_singleton()->get("text_editor/open_scripts/smooth_scrolling"));
  848. text_editor->set_v_scroll_speed(EditorSettings::get_singleton()->get("text_editor/open_scripts/v_scroll_speed"));
  849. }
  850. void CodeTextEditor::set_error(const String &p_error) {
  851. error->set_text(p_error);
  852. }
  853. void CodeTextEditor::_update_font() {
  854. // FONTS
  855. String editor_font = EDITOR_DEF("text_editor/theme/font", "");
  856. bool font_overridden = false;
  857. if (editor_font != "") {
  858. Ref<Font> fnt = ResourceLoader::load(editor_font);
  859. if (fnt.is_valid()) {
  860. text_editor->add_font_override("font", fnt);
  861. font_overridden = true;
  862. }
  863. }
  864. if (!font_overridden) {
  865. text_editor->add_font_override("font", get_font("source", "EditorFonts"));
  866. }
  867. }
  868. void CodeTextEditor::_on_settings_change() {
  869. _update_font();
  870. // AUTO BRACE COMPLETION
  871. text_editor->set_auto_brace_completion(
  872. EDITOR_DEF("text_editor/completion/auto_brace_complete", true));
  873. code_complete_timer->set_wait_time(
  874. EDITOR_DEF("text_editor/completion/code_complete_delay", .3f));
  875. enable_complete_timer = EDITOR_DEF("text_editor/completion/enable_code_completion_delay", true);
  876. // call hint settings
  877. text_editor->set_callhint_settings(
  878. EDITOR_DEF("text_editor/completion/put_callhint_tooltip_below_current_line", true),
  879. EDITOR_DEF("text_editor/completion/callhint_tooltip_offset", Vector2()));
  880. }
  881. void CodeTextEditor::_text_changed_idle_timeout() {
  882. _validate_script();
  883. emit_signal("validate_script");
  884. }
  885. void CodeTextEditor::_notification(int p_what) {
  886. if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
  887. _load_theme_settings();
  888. emit_signal("load_theme_settings");
  889. }
  890. if (p_what == NOTIFICATION_THEME_CHANGED) {
  891. _update_font();
  892. }
  893. }
  894. void CodeTextEditor::_bind_methods() {
  895. ClassDB::bind_method("_text_editor_gui_input", &CodeTextEditor::_text_editor_gui_input);
  896. ClassDB::bind_method("_line_col_changed", &CodeTextEditor::_line_col_changed);
  897. ClassDB::bind_method("_text_changed", &CodeTextEditor::_text_changed);
  898. ClassDB::bind_method("_on_settings_change", &CodeTextEditor::_on_settings_change);
  899. ClassDB::bind_method("_text_changed_idle_timeout", &CodeTextEditor::_text_changed_idle_timeout);
  900. ClassDB::bind_method("_code_complete_timer_timeout", &CodeTextEditor::_code_complete_timer_timeout);
  901. ClassDB::bind_method("_complete_request", &CodeTextEditor::_complete_request);
  902. ClassDB::bind_method("_font_resize_timeout", &CodeTextEditor::_font_resize_timeout);
  903. ADD_SIGNAL(MethodInfo("validate_script"));
  904. ADD_SIGNAL(MethodInfo("load_theme_settings"));
  905. }
  906. void CodeTextEditor::set_code_complete_func(CodeTextEditorCodeCompleteFunc p_code_complete_func, void *p_ud) {
  907. code_complete_func = p_code_complete_func;
  908. code_complete_ud = p_ud;
  909. }
  910. CodeTextEditor::CodeTextEditor() {
  911. code_complete_func = NULL;
  912. ED_SHORTCUT("script_editor/zoom_in", TTR("Zoom In"), KEY_MASK_CMD | KEY_EQUAL);
  913. ED_SHORTCUT("script_editor/zoom_out", TTR("Zoom Out"), KEY_MASK_CMD | KEY_MINUS);
  914. ED_SHORTCUT("script_editor/reset_zoom", TTR("Reset Zoom"), KEY_MASK_CMD | KEY_0);
  915. find_replace_bar = memnew(FindReplaceBar);
  916. add_child(find_replace_bar);
  917. find_replace_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  918. find_replace_bar->hide();
  919. text_editor = memnew(TextEdit);
  920. add_child(text_editor);
  921. text_editor->set_v_size_flags(SIZE_EXPAND_FILL);
  922. find_replace_bar->set_text_edit(text_editor);
  923. text_editor->set_show_line_numbers(true);
  924. text_editor->set_brace_matching(true);
  925. text_editor->set_auto_indent(true);
  926. HBoxContainer *status_bar = memnew(HBoxContainer);
  927. add_child(status_bar);
  928. status_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  929. idle = memnew(Timer);
  930. add_child(idle);
  931. idle->set_one_shot(true);
  932. idle->set_wait_time(EDITOR_DEF("text_editor/completion/idle_parse_delay", 2));
  933. code_complete_timer = memnew(Timer);
  934. add_child(code_complete_timer);
  935. code_complete_timer->set_one_shot(true);
  936. enable_complete_timer = EDITOR_DEF("text_editor/completion/enable_code_completion_delay", true);
  937. code_complete_timer->set_wait_time(EDITOR_DEF("text_editor/completion/code_complete_delay", .3f));
  938. error = memnew(Label);
  939. status_bar->add_child(error);
  940. error->set_autowrap(true);
  941. error->set_valign(Label::VALIGN_CENTER);
  942. error->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
  943. error->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  944. error->set_h_size_flags(SIZE_EXPAND_FILL); //required for it to display, given now it's clipping contents, do not touch
  945. status_bar->add_child(memnew(Label)); //to keep the height if the other labels are not visible
  946. Label *line_txt = memnew(Label);
  947. status_bar->add_child(line_txt);
  948. line_txt->set_align(Label::ALIGN_RIGHT);
  949. line_txt->set_valign(Label::VALIGN_CENTER);
  950. line_txt->set_v_size_flags(SIZE_FILL);
  951. line_txt->set_text(TTR("Line:"));
  952. line_txt->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  953. line_nb = memnew(Label);
  954. status_bar->add_child(line_nb);
  955. line_nb->set_valign(Label::VALIGN_CENTER);
  956. line_nb->set_v_size_flags(SIZE_FILL);
  957. line_nb->set_autowrap(true); // workaround to prevent resizing the label on each change, do not touch
  958. line_nb->set_clip_text(true); // workaround to prevent resizing the label on each change, do not touch
  959. line_nb->set_custom_minimum_size(Size2(40, 1) * EDSCALE);
  960. line_nb->set_align(Label::ALIGN_RIGHT);
  961. line_nb->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  962. Label *col_txt = memnew(Label);
  963. status_bar->add_child(col_txt);
  964. col_txt->set_align(Label::ALIGN_RIGHT);
  965. col_txt->set_valign(Label::VALIGN_CENTER);
  966. col_txt->set_v_size_flags(SIZE_FILL);
  967. col_txt->set_text(TTR("Col:"));
  968. col_txt->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  969. col_nb = memnew(Label);
  970. status_bar->add_child(col_nb);
  971. col_nb->set_valign(Label::VALIGN_CENTER);
  972. col_nb->set_v_size_flags(SIZE_FILL);
  973. col_nb->set_autowrap(true); // workaround to prevent resizing the label on each change, do not touch
  974. col_nb->set_clip_text(true); // workaround to prevent resizing the label on each change, do not touch
  975. col_nb->set_custom_minimum_size(Size2(40, 1) * EDSCALE);
  976. col_nb->set_align(Label::ALIGN_RIGHT);
  977. col_nb->set("custom_constants/margin_right", 0);
  978. col_nb->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  979. text_editor->connect("gui_input", this, "_text_editor_gui_input");
  980. text_editor->connect("cursor_changed", this, "_line_col_changed");
  981. text_editor->connect("text_changed", this, "_text_changed");
  982. text_editor->connect("request_completion", this, "_complete_request");
  983. Vector<String> cs;
  984. cs.push_back(".");
  985. cs.push_back(",");
  986. cs.push_back("(");
  987. cs.push_back("=");
  988. cs.push_back("$");
  989. text_editor->set_completion(true, cs);
  990. idle->connect("timeout", this, "_text_changed_idle_timeout");
  991. code_complete_timer->connect("timeout", this, "_code_complete_timer_timeout");
  992. font_resize_val = 0;
  993. font_size = -1;
  994. font_resize_timer = memnew(Timer);
  995. add_child(font_resize_timer);
  996. font_resize_timer->set_one_shot(true);
  997. font_resize_timer->set_wait_time(0.07);
  998. font_resize_timer->connect("timeout", this, "_font_resize_timeout");
  999. EditorSettings::get_singleton()->connect("settings_changed", this, "_on_settings_change");
  1000. }