code_editor.cpp 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793
  1. /*************************************************************************/
  2. /* code_editor.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2020 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 "core/os/input.h"
  32. #include "core/os/keyboard.h"
  33. #include "core/string_builder.h"
  34. #include "editor/editor_scale.h"
  35. #include "editor_node.h"
  36. #include "editor_settings.h"
  37. #include "scene/gui/margin_container.h"
  38. #include "scene/gui/separator.h"
  39. #include "scene/resources/dynamic_font.h"
  40. void GotoLineDialog::popup_find_line(TextEdit *p_edit) {
  41. text_editor = p_edit;
  42. line->set_text(itos(text_editor->cursor_get_line()));
  43. line->select_all();
  44. popup_centered(Size2(180, 80) * EDSCALE);
  45. line->grab_focus();
  46. }
  47. int GotoLineDialog::get_line() const {
  48. return line->get_text().to_int();
  49. }
  50. void GotoLineDialog::ok_pressed() {
  51. if (get_line() < 1 || get_line() > text_editor->get_line_count())
  52. return;
  53. text_editor->unfold_line(get_line() - 1);
  54. text_editor->cursor_set_line(get_line() - 1);
  55. hide();
  56. }
  57. GotoLineDialog::GotoLineDialog() {
  58. set_title(TTR("Go to Line"));
  59. VBoxContainer *vbc = memnew(VBoxContainer);
  60. vbc->set_anchor_and_margin(MARGIN_LEFT, ANCHOR_BEGIN, 8 * EDSCALE);
  61. vbc->set_anchor_and_margin(MARGIN_TOP, ANCHOR_BEGIN, 8 * EDSCALE);
  62. vbc->set_anchor_and_margin(MARGIN_RIGHT, ANCHOR_END, -8 * EDSCALE);
  63. vbc->set_anchor_and_margin(MARGIN_BOTTOM, ANCHOR_END, -8 * EDSCALE);
  64. add_child(vbc);
  65. Label *l = memnew(Label);
  66. l->set_text(TTR("Line Number:"));
  67. vbc->add_child(l);
  68. line = memnew(LineEdit);
  69. vbc->add_child(line);
  70. register_text_enter(line);
  71. text_editor = NULL;
  72. set_hide_on_ok(false);
  73. }
  74. void FindReplaceBar::_notification(int p_what) {
  75. if (p_what == NOTIFICATION_READY) {
  76. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  77. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  78. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  79. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  80. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  81. hide_button->set_custom_minimum_size(hide_button->get_normal_texture()->get_size());
  82. } else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
  83. set_process_unhandled_input(is_visible_in_tree());
  84. } else if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
  85. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  86. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  87. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  88. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  89. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  90. hide_button->set_custom_minimum_size(hide_button->get_normal_texture()->get_size());
  91. } else if (p_what == NOTIFICATION_THEME_CHANGED) {
  92. matches_label->add_color_override("font_color", results_count > 0 ? get_color("font_color", "Label") : get_color("error_color", "Editor"));
  93. }
  94. }
  95. void FindReplaceBar::_unhandled_input(const Ref<InputEvent> &p_event) {
  96. Ref<InputEventKey> k = p_event;
  97. if (k.is_valid()) {
  98. if (k->is_pressed() && (text_edit->has_focus() || vbc_lineedit->is_a_parent_of(get_focus_owner()))) {
  99. bool accepted = true;
  100. switch (k->get_scancode()) {
  101. case KEY_ESCAPE: {
  102. _hide_bar();
  103. } break;
  104. default: {
  105. accepted = false;
  106. } break;
  107. }
  108. if (accepted) {
  109. accept_event();
  110. }
  111. }
  112. }
  113. }
  114. bool FindReplaceBar::_search(uint32_t p_flags, int p_from_line, int p_from_col) {
  115. int line, col;
  116. String text = get_search_text();
  117. bool found = text_edit->search(text, p_flags, p_from_line, p_from_col, line, col);
  118. if (found) {
  119. if (!preserve_cursor) {
  120. text_edit->unfold_line(line);
  121. text_edit->cursor_set_line(line, false);
  122. text_edit->cursor_set_column(col + text.length(), false);
  123. text_edit->center_viewport_to_cursor();
  124. text_edit->select(line, col, line, col + text.length());
  125. }
  126. text_edit->set_search_text(text);
  127. text_edit->set_search_flags(p_flags);
  128. text_edit->set_current_search_result(line, col);
  129. result_line = line;
  130. result_col = col;
  131. _update_results_count();
  132. } else {
  133. results_count = 0;
  134. result_line = -1;
  135. result_col = -1;
  136. text_edit->set_search_text("");
  137. text_edit->set_search_flags(p_flags);
  138. text_edit->set_current_search_result(line, col);
  139. }
  140. _update_matches_label();
  141. return found;
  142. }
  143. void FindReplaceBar::_replace() {
  144. if (result_line != -1 && result_col != -1) {
  145. text_edit->begin_complex_operation();
  146. text_edit->unfold_line(result_line);
  147. text_edit->select(result_line, result_col, result_line, result_col + get_search_text().length());
  148. text_edit->insert_text_at_cursor(get_replace_text());
  149. text_edit->end_complex_operation();
  150. results_count = -1;
  151. }
  152. if (!search_current()) {
  153. search_next();
  154. }
  155. }
  156. void FindReplaceBar::_replace_all() {
  157. text_edit->disconnect_compat("text_changed", this, "_editor_text_changed");
  158. // Line as x so it gets priority in comparison, column as y.
  159. Point2i orig_cursor(text_edit->cursor_get_line(), text_edit->cursor_get_column());
  160. Point2i prev_match = Point2(-1, -1);
  161. bool selection_enabled = text_edit->is_selection_active();
  162. Point2i selection_begin, selection_end;
  163. if (selection_enabled) {
  164. selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_column());
  165. selection_end = Point2i(text_edit->get_selection_to_line(), text_edit->get_selection_to_column());
  166. }
  167. int vsval = text_edit->get_v_scroll();
  168. text_edit->cursor_set_line(0);
  169. text_edit->cursor_set_column(0);
  170. String replace_text = get_replace_text();
  171. int search_text_len = get_search_text().length();
  172. int rc = 0;
  173. replace_all_mode = true;
  174. text_edit->begin_complex_operation();
  175. if (search_current()) {
  176. do {
  177. // replace area
  178. Point2i match_from(result_line, result_col);
  179. Point2i match_to(result_line, result_col + search_text_len);
  180. if (match_from < prev_match) {
  181. break; // Done.
  182. }
  183. prev_match = Point2i(result_line, result_col + replace_text.length());
  184. text_edit->unfold_line(result_line);
  185. text_edit->select(result_line, result_col, result_line, match_to.y);
  186. if (selection_enabled && is_selection_only()) {
  187. if (match_from < selection_begin || match_to > selection_end) {
  188. continue;
  189. }
  190. // Replace but adjust selection bounds.
  191. text_edit->insert_text_at_cursor(replace_text);
  192. if (match_to.x == selection_end.x) {
  193. selection_end.y += replace_text.length() - search_text_len;
  194. }
  195. } else {
  196. // Just replace.
  197. text_edit->insert_text_at_cursor(replace_text);
  198. }
  199. rc++;
  200. } while (search_next());
  201. }
  202. text_edit->end_complex_operation();
  203. replace_all_mode = false;
  204. // Restore editor state (selection, cursor, scroll).
  205. text_edit->cursor_set_line(orig_cursor.x);
  206. text_edit->cursor_set_column(orig_cursor.y);
  207. if (selection_enabled && is_selection_only()) {
  208. // Reselect.
  209. text_edit->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y);
  210. } else {
  211. text_edit->deselect();
  212. }
  213. text_edit->set_v_scroll(vsval);
  214. matches_label->add_color_override("font_color", rc > 0 ? get_color("font_color", "Label") : get_color("error_color", "Editor"));
  215. matches_label->set_text(vformat(TTR("%d replaced."), rc));
  216. text_edit->call_deferred("connect", "text_changed", Callable(this, "_editor_text_changed"));
  217. results_count = -1;
  218. }
  219. void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
  220. r_line = text_edit->cursor_get_line();
  221. r_col = text_edit->cursor_get_column();
  222. if (r_line == result_line && r_col >= result_col && r_col <= result_col + get_search_text().length()) {
  223. r_col = result_col;
  224. }
  225. }
  226. void FindReplaceBar::_update_results_count() {
  227. if (results_count != -1)
  228. return;
  229. results_count = 0;
  230. String searched = get_search_text();
  231. if (searched.empty()) return;
  232. String full_text = text_edit->get_text();
  233. int from_pos = 0;
  234. while (true) {
  235. int pos = is_case_sensitive() ? full_text.find(searched, from_pos) : full_text.findn(searched, from_pos);
  236. if (pos == -1) break;
  237. if (is_whole_words()) {
  238. from_pos++; // Making sure we won't hit the same match next time, if we get out via a continue.
  239. if (pos > 0 && !is_symbol(full_text[pos - 1]))
  240. continue;
  241. if (pos + searched.length() < full_text.length() && !is_symbol(full_text[pos + searched.length()]))
  242. continue;
  243. }
  244. results_count++;
  245. from_pos = pos + searched.length();
  246. }
  247. }
  248. void FindReplaceBar::_update_matches_label() {
  249. if (search_text->get_text().empty() || results_count == -1) {
  250. matches_label->hide();
  251. } else {
  252. matches_label->show();
  253. matches_label->add_color_override("font_color", results_count > 0 ? get_color("font_color", "Label") : get_color("error_color", "Editor"));
  254. matches_label->set_text(vformat(results_count == 1 ? TTR("%d match.") : TTR("%d matches."), results_count));
  255. }
  256. }
  257. bool FindReplaceBar::search_current() {
  258. uint32_t flags = 0;
  259. if (is_whole_words())
  260. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  261. if (is_case_sensitive())
  262. flags |= TextEdit::SEARCH_MATCH_CASE;
  263. int line, col;
  264. _get_search_from(line, col);
  265. return _search(flags, line, col);
  266. }
  267. bool FindReplaceBar::search_prev() {
  268. if (!is_visible())
  269. popup_search(true);
  270. uint32_t flags = 0;
  271. String text = get_search_text();
  272. if (is_whole_words())
  273. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  274. if (is_case_sensitive())
  275. flags |= TextEdit::SEARCH_MATCH_CASE;
  276. flags |= TextEdit::SEARCH_BACKWARDS;
  277. int line, col;
  278. _get_search_from(line, col);
  279. if (text_edit->is_selection_active())
  280. col--; // Skip currently selected word.
  281. col -= text.length();
  282. if (col < 0) {
  283. line -= 1;
  284. if (line < 0)
  285. line = text_edit->get_line_count() - 1;
  286. col = text_edit->get_line(line).length();
  287. }
  288. return _search(flags, line, col);
  289. }
  290. bool FindReplaceBar::search_next() {
  291. if (!is_visible())
  292. popup_search(true);
  293. uint32_t flags = 0;
  294. String text;
  295. if (replace_all_mode)
  296. text = get_replace_text();
  297. else
  298. text = get_search_text();
  299. if (is_whole_words())
  300. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  301. if (is_case_sensitive())
  302. flags |= TextEdit::SEARCH_MATCH_CASE;
  303. int line, col;
  304. _get_search_from(line, col);
  305. if (line == result_line && col == result_col) {
  306. col += text.length();
  307. if (col > text_edit->get_line(line).length()) {
  308. line += 1;
  309. if (line >= text_edit->get_line_count())
  310. line = 0;
  311. col = 0;
  312. }
  313. }
  314. return _search(flags, line, col);
  315. }
  316. void FindReplaceBar::_hide_bar() {
  317. if (replace_text->has_focus() || search_text->has_focus())
  318. text_edit->grab_focus();
  319. text_edit->set_search_text("");
  320. result_line = -1;
  321. result_col = -1;
  322. hide();
  323. }
  324. void FindReplaceBar::_show_search(bool p_focus_replace, bool p_show_only) {
  325. show();
  326. if (p_show_only)
  327. return;
  328. if (p_focus_replace) {
  329. search_text->deselect();
  330. replace_text->call_deferred("grab_focus");
  331. } else {
  332. replace_text->deselect();
  333. search_text->call_deferred("grab_focus");
  334. }
  335. if (text_edit->is_selection_active() && !selection_only->is_pressed()) {
  336. search_text->set_text(text_edit->get_selection_text());
  337. }
  338. if (!get_search_text().empty()) {
  339. if (p_focus_replace) {
  340. replace_text->select_all();
  341. replace_text->set_cursor_position(replace_text->get_text().length());
  342. } else {
  343. search_text->select_all();
  344. search_text->set_cursor_position(search_text->get_text().length());
  345. }
  346. results_count = -1;
  347. _update_results_count();
  348. _update_matches_label();
  349. }
  350. }
  351. void FindReplaceBar::popup_search(bool p_show_only) {
  352. replace_text->hide();
  353. hbc_button_replace->hide();
  354. hbc_option_replace->hide();
  355. _show_search(false, p_show_only);
  356. }
  357. void FindReplaceBar::popup_replace() {
  358. if (!replace_text->is_visible_in_tree()) {
  359. replace_text->show();
  360. hbc_button_replace->show();
  361. hbc_option_replace->show();
  362. }
  363. selection_only->set_pressed((text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_edit->get_selection_to_line()));
  364. _show_search(is_visible() || text_edit->is_selection_active());
  365. }
  366. void FindReplaceBar::_search_options_changed(bool p_pressed) {
  367. results_count = -1;
  368. search_current();
  369. }
  370. void FindReplaceBar::_editor_text_changed() {
  371. results_count = -1;
  372. if (is_visible_in_tree()) {
  373. preserve_cursor = true;
  374. search_current();
  375. preserve_cursor = false;
  376. }
  377. }
  378. void FindReplaceBar::_search_text_changed(const String &p_text) {
  379. results_count = -1;
  380. search_current();
  381. }
  382. void FindReplaceBar::_search_text_entered(const String &p_text) {
  383. if (Input::get_singleton()->is_key_pressed(KEY_SHIFT)) {
  384. search_prev();
  385. } else {
  386. search_next();
  387. }
  388. }
  389. void FindReplaceBar::_replace_text_entered(const String &p_text) {
  390. if (selection_only->is_pressed() && text_edit->is_selection_active()) {
  391. _replace_all();
  392. _hide_bar();
  393. } else if (Input::get_singleton()->is_key_pressed(KEY_SHIFT)) {
  394. _replace();
  395. search_prev();
  396. } else {
  397. _replace();
  398. }
  399. }
  400. String FindReplaceBar::get_search_text() const {
  401. return search_text->get_text();
  402. }
  403. String FindReplaceBar::get_replace_text() const {
  404. return replace_text->get_text();
  405. }
  406. bool FindReplaceBar::is_case_sensitive() const {
  407. return case_sensitive->is_pressed();
  408. }
  409. bool FindReplaceBar::is_whole_words() const {
  410. return whole_words->is_pressed();
  411. }
  412. bool FindReplaceBar::is_selection_only() const {
  413. return selection_only->is_pressed();
  414. }
  415. void FindReplaceBar::set_error(const String &p_label) {
  416. emit_signal("error", p_label);
  417. }
  418. void FindReplaceBar::set_text_edit(TextEdit *p_text_edit) {
  419. results_count = -1;
  420. text_edit = p_text_edit;
  421. text_edit->connect_compat("text_changed", this, "_editor_text_changed");
  422. }
  423. void FindReplaceBar::_bind_methods() {
  424. ClassDB::bind_method("_unhandled_input", &FindReplaceBar::_unhandled_input);
  425. ClassDB::bind_method("_editor_text_changed", &FindReplaceBar::_editor_text_changed);
  426. ClassDB::bind_method("_search_text_changed", &FindReplaceBar::_search_text_changed);
  427. ClassDB::bind_method("_search_text_entered", &FindReplaceBar::_search_text_entered);
  428. ClassDB::bind_method("_replace_text_entered", &FindReplaceBar::_replace_text_entered);
  429. ClassDB::bind_method("_search_current", &FindReplaceBar::search_current);
  430. ClassDB::bind_method("_search_next", &FindReplaceBar::search_next);
  431. ClassDB::bind_method("_search_prev", &FindReplaceBar::search_prev);
  432. ClassDB::bind_method("_replace_pressed", &FindReplaceBar::_replace);
  433. ClassDB::bind_method("_replace_all_pressed", &FindReplaceBar::_replace_all);
  434. ClassDB::bind_method("_search_options_changed", &FindReplaceBar::_search_options_changed);
  435. ClassDB::bind_method("_hide_pressed", &FindReplaceBar::_hide_bar);
  436. ADD_SIGNAL(MethodInfo("search"));
  437. ADD_SIGNAL(MethodInfo("error"));
  438. }
  439. FindReplaceBar::FindReplaceBar() {
  440. results_count = -1;
  441. replace_all_mode = false;
  442. preserve_cursor = false;
  443. vbc_lineedit = memnew(VBoxContainer);
  444. add_child(vbc_lineedit);
  445. vbc_lineedit->set_alignment(ALIGN_CENTER);
  446. vbc_lineedit->set_h_size_flags(SIZE_EXPAND_FILL);
  447. VBoxContainer *vbc_button = memnew(VBoxContainer);
  448. add_child(vbc_button);
  449. VBoxContainer *vbc_option = memnew(VBoxContainer);
  450. add_child(vbc_option);
  451. HBoxContainer *hbc_button_search = memnew(HBoxContainer);
  452. vbc_button->add_child(hbc_button_search);
  453. hbc_button_search->set_alignment(ALIGN_END);
  454. hbc_button_replace = memnew(HBoxContainer);
  455. vbc_button->add_child(hbc_button_replace);
  456. hbc_button_replace->set_alignment(ALIGN_END);
  457. HBoxContainer *hbc_option_search = memnew(HBoxContainer);
  458. vbc_option->add_child(hbc_option_search);
  459. hbc_option_replace = memnew(HBoxContainer);
  460. vbc_option->add_child(hbc_option_replace);
  461. // search toolbar
  462. search_text = memnew(LineEdit);
  463. vbc_lineedit->add_child(search_text);
  464. search_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  465. search_text->connect_compat("text_changed", this, "_search_text_changed");
  466. search_text->connect_compat("text_entered", this, "_search_text_entered");
  467. matches_label = memnew(Label);
  468. hbc_button_search->add_child(matches_label);
  469. matches_label->hide();
  470. find_prev = memnew(ToolButton);
  471. hbc_button_search->add_child(find_prev);
  472. find_prev->set_focus_mode(FOCUS_NONE);
  473. find_prev->connect_compat("pressed", this, "_search_prev");
  474. find_next = memnew(ToolButton);
  475. hbc_button_search->add_child(find_next);
  476. find_next->set_focus_mode(FOCUS_NONE);
  477. find_next->connect_compat("pressed", this, "_search_next");
  478. case_sensitive = memnew(CheckBox);
  479. hbc_option_search->add_child(case_sensitive);
  480. case_sensitive->set_text(TTR("Match Case"));
  481. case_sensitive->set_focus_mode(FOCUS_NONE);
  482. case_sensitive->connect_compat("toggled", this, "_search_options_changed");
  483. whole_words = memnew(CheckBox);
  484. hbc_option_search->add_child(whole_words);
  485. whole_words->set_text(TTR("Whole Words"));
  486. whole_words->set_focus_mode(FOCUS_NONE);
  487. whole_words->connect_compat("toggled", this, "_search_options_changed");
  488. // replace toolbar
  489. replace_text = memnew(LineEdit);
  490. vbc_lineedit->add_child(replace_text);
  491. replace_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  492. replace_text->connect_compat("text_entered", this, "_replace_text_entered");
  493. replace = memnew(Button);
  494. hbc_button_replace->add_child(replace);
  495. replace->set_text(TTR("Replace"));
  496. replace->connect_compat("pressed", this, "_replace_pressed");
  497. replace_all = memnew(Button);
  498. hbc_button_replace->add_child(replace_all);
  499. replace_all->set_text(TTR("Replace All"));
  500. replace_all->connect_compat("pressed", this, "_replace_all_pressed");
  501. selection_only = memnew(CheckBox);
  502. hbc_option_replace->add_child(selection_only);
  503. selection_only->set_text(TTR("Selection Only"));
  504. selection_only->set_focus_mode(FOCUS_NONE);
  505. selection_only->connect_compat("toggled", this, "_search_options_changed");
  506. hide_button = memnew(TextureButton);
  507. add_child(hide_button);
  508. hide_button->set_focus_mode(FOCUS_NONE);
  509. hide_button->connect_compat("pressed", this, "_hide_pressed");
  510. hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
  511. }
  512. /*** CODE EDITOR ****/
  513. // This function should be used to handle shortcuts that could otherwise
  514. // be handled too late if they weren't handled here.
  515. void CodeTextEditor::_input(const Ref<InputEvent> &event) {
  516. const Ref<InputEventKey> key_event = event;
  517. if (!key_event.is_valid() || !key_event->is_pressed())
  518. return;
  519. if (ED_IS_SHORTCUT("script_text_editor/move_up", key_event)) {
  520. move_lines_up();
  521. accept_event();
  522. return;
  523. }
  524. if (ED_IS_SHORTCUT("script_text_editor/move_down", key_event)) {
  525. move_lines_down();
  526. accept_event();
  527. return;
  528. }
  529. if (ED_IS_SHORTCUT("script_text_editor/delete_line", key_event)) {
  530. delete_lines();
  531. accept_event();
  532. return;
  533. }
  534. if (ED_IS_SHORTCUT("script_text_editor/clone_down", key_event)) {
  535. clone_lines_down();
  536. accept_event();
  537. return;
  538. }
  539. }
  540. void CodeTextEditor::_text_editor_gui_input(const Ref<InputEvent> &p_event) {
  541. Ref<InputEventMouseButton> mb = p_event;
  542. if (mb.is_valid()) {
  543. if (mb->is_pressed() && mb->get_command()) {
  544. if (mb->get_button_index() == BUTTON_WHEEL_UP) {
  545. _zoom_in();
  546. } else if (mb->get_button_index() == BUTTON_WHEEL_DOWN) {
  547. _zoom_out();
  548. }
  549. }
  550. }
  551. Ref<InputEventMagnifyGesture> magnify_gesture = p_event;
  552. if (magnify_gesture.is_valid()) {
  553. Ref<DynamicFont> font = text_editor->get_font("font");
  554. if (font.is_valid()) {
  555. if (font->get_size() != (int)font_size) {
  556. font_size = font->get_size();
  557. }
  558. font_size *= powf(magnify_gesture->get_factor(), 0.25);
  559. _add_font_size((int)font_size - font->get_size());
  560. }
  561. return;
  562. }
  563. Ref<InputEventKey> k = p_event;
  564. if (k.is_valid()) {
  565. if (k->is_pressed()) {
  566. if (ED_IS_SHORTCUT("script_editor/zoom_in", p_event)) {
  567. _zoom_in();
  568. }
  569. if (ED_IS_SHORTCUT("script_editor/zoom_out", p_event)) {
  570. _zoom_out();
  571. }
  572. if (ED_IS_SHORTCUT("script_editor/reset_zoom", p_event)) {
  573. _reset_zoom();
  574. }
  575. }
  576. }
  577. }
  578. void CodeTextEditor::_zoom_in() {
  579. font_resize_val += MAX(EDSCALE, 1.0f);
  580. _zoom_changed();
  581. }
  582. void CodeTextEditor::_zoom_out() {
  583. font_resize_val -= MAX(EDSCALE, 1.0f);
  584. _zoom_changed();
  585. }
  586. void CodeTextEditor::_zoom_changed() {
  587. if (font_resize_timer->get_time_left() == 0)
  588. font_resize_timer->start();
  589. }
  590. void CodeTextEditor::_reset_zoom() {
  591. Ref<DynamicFont> font = text_editor->get_font("font"); // Reset source font size to default.
  592. if (font.is_valid()) {
  593. EditorSettings::get_singleton()->set("interface/editor/code_font_size", 14);
  594. font->set_size(14);
  595. }
  596. }
  597. void CodeTextEditor::_line_col_changed() {
  598. String line = text_editor->get_line(text_editor->cursor_get_line());
  599. int positional_column = 0;
  600. for (int i = 0; i < text_editor->cursor_get_column(); i++) {
  601. if (line[i] == '\t') {
  602. positional_column += text_editor->get_indent_size(); //tab size
  603. } else {
  604. positional_column += 1;
  605. }
  606. }
  607. StringBuilder sb;
  608. sb.append("(");
  609. sb.append(itos(text_editor->cursor_get_line() + 1).lpad(3));
  610. sb.append(",");
  611. sb.append(itos(positional_column + 1).lpad(3));
  612. sb.append(")");
  613. line_and_col_txt->set_text(sb.as_string());
  614. }
  615. void CodeTextEditor::_text_changed() {
  616. if (text_editor->is_insert_text_operation()) {
  617. code_complete_timer->start();
  618. }
  619. idle->start();
  620. }
  621. void CodeTextEditor::_code_complete_timer_timeout() {
  622. if (!is_visible_in_tree())
  623. return;
  624. text_editor->query_code_comple();
  625. }
  626. void CodeTextEditor::_complete_request() {
  627. List<ScriptCodeCompletionOption> entries;
  628. String ctext = text_editor->get_text_for_completion();
  629. _code_complete_script(ctext, &entries);
  630. bool forced = false;
  631. if (code_complete_func) {
  632. code_complete_func(code_complete_ud, ctext, &entries, forced);
  633. }
  634. if (entries.size() == 0)
  635. return;
  636. for (List<ScriptCodeCompletionOption>::Element *E = entries.front(); E; E = E->next()) {
  637. E->get().icon = _get_completion_icon(E->get());
  638. }
  639. text_editor->code_complete(entries, forced);
  640. }
  641. Ref<Texture2D> CodeTextEditor::_get_completion_icon(const ScriptCodeCompletionOption &p_option) {
  642. Ref<Texture2D> tex;
  643. switch (p_option.kind) {
  644. case ScriptCodeCompletionOption::KIND_CLASS: {
  645. if (has_icon(p_option.display, "EditorIcons")) {
  646. tex = get_icon(p_option.display, "EditorIcons");
  647. } else {
  648. tex = get_icon("Object", "EditorIcons");
  649. }
  650. } break;
  651. case ScriptCodeCompletionOption::KIND_ENUM:
  652. tex = get_icon("Enum", "EditorIcons");
  653. break;
  654. case ScriptCodeCompletionOption::KIND_FILE_PATH:
  655. tex = get_icon("File", "EditorIcons");
  656. break;
  657. case ScriptCodeCompletionOption::KIND_NODE_PATH:
  658. tex = get_icon("NodePath", "EditorIcons");
  659. break;
  660. case ScriptCodeCompletionOption::KIND_VARIABLE:
  661. tex = get_icon("Variant", "EditorIcons");
  662. break;
  663. case ScriptCodeCompletionOption::KIND_CONSTANT:
  664. tex = get_icon("MemberConstant", "EditorIcons");
  665. break;
  666. case ScriptCodeCompletionOption::KIND_MEMBER:
  667. tex = get_icon("MemberProperty", "EditorIcons");
  668. break;
  669. case ScriptCodeCompletionOption::KIND_SIGNAL:
  670. tex = get_icon("MemberSignal", "EditorIcons");
  671. break;
  672. case ScriptCodeCompletionOption::KIND_FUNCTION:
  673. tex = get_icon("MemberMethod", "EditorIcons");
  674. break;
  675. case ScriptCodeCompletionOption::KIND_PLAIN_TEXT:
  676. tex = get_icon("CubeMesh", "EditorIcons");
  677. break;
  678. default:
  679. tex = get_icon("String", "EditorIcons");
  680. break;
  681. }
  682. return tex;
  683. }
  684. void CodeTextEditor::_font_resize_timeout() {
  685. if (_add_font_size(font_resize_val)) {
  686. font_resize_val = 0;
  687. }
  688. }
  689. bool CodeTextEditor::_add_font_size(int p_delta) {
  690. Ref<DynamicFont> font = text_editor->get_font("font");
  691. if (font.is_valid()) {
  692. int new_size = CLAMP(font->get_size() + p_delta, 8 * EDSCALE, 96 * EDSCALE);
  693. if (new_size != font->get_size()) {
  694. EditorSettings::get_singleton()->set("interface/editor/code_font_size", new_size / EDSCALE);
  695. font->set_size(new_size);
  696. }
  697. return true;
  698. } else {
  699. return false;
  700. }
  701. }
  702. void CodeTextEditor::update_editor_settings() {
  703. text_editor->set_syntax_coloring(EditorSettings::get_singleton()->get("text_editor/highlighting/syntax_highlighting"));
  704. text_editor->set_highlight_all_occurrences(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_all_occurrences"));
  705. text_editor->set_highlight_current_line(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_current_line"));
  706. text_editor->set_indent_using_spaces(EditorSettings::get_singleton()->get("text_editor/indent/type"));
  707. text_editor->set_indent_size(EditorSettings::get_singleton()->get("text_editor/indent/size"));
  708. text_editor->set_auto_indent(EditorSettings::get_singleton()->get("text_editor/indent/auto_indent"));
  709. text_editor->set_draw_tabs(EditorSettings::get_singleton()->get("text_editor/indent/draw_tabs"));
  710. text_editor->set_draw_spaces(EditorSettings::get_singleton()->get("text_editor/indent/draw_spaces"));
  711. text_editor->set_smooth_scroll_enabled(EditorSettings::get_singleton()->get("text_editor/navigation/smooth_scrolling"));
  712. text_editor->set_v_scroll_speed(EditorSettings::get_singleton()->get("text_editor/navigation/v_scroll_speed"));
  713. text_editor->set_draw_minimap(EditorSettings::get_singleton()->get("text_editor/navigation/show_minimap"));
  714. text_editor->set_minimap_width((int)EditorSettings::get_singleton()->get("text_editor/navigation/minimap_width") * EDSCALE);
  715. text_editor->set_show_line_numbers(EditorSettings::get_singleton()->get("text_editor/appearance/show_line_numbers"));
  716. text_editor->set_line_numbers_zero_padded(EditorSettings::get_singleton()->get("text_editor/appearance/line_numbers_zero_padded"));
  717. text_editor->set_bookmark_gutter_enabled(EditorSettings::get_singleton()->get("text_editor/appearance/show_bookmark_gutter"));
  718. text_editor->set_breakpoint_gutter_enabled(EditorSettings::get_singleton()->get("text_editor/appearance/show_breakpoint_gutter"));
  719. text_editor->set_draw_info_gutter(EditorSettings::get_singleton()->get("text_editor/appearance/show_info_gutter"));
  720. text_editor->set_hiding_enabled(EditorSettings::get_singleton()->get("text_editor/appearance/code_folding"));
  721. text_editor->set_draw_fold_gutter(EditorSettings::get_singleton()->get("text_editor/appearance/code_folding"));
  722. text_editor->set_wrap_enabled(EditorSettings::get_singleton()->get("text_editor/appearance/word_wrap"));
  723. text_editor->set_show_line_length_guidelines(EditorSettings::get_singleton()->get("text_editor/appearance/show_line_length_guidelines"));
  724. text_editor->set_line_length_guideline_soft_column(EditorSettings::get_singleton()->get("text_editor/appearance/line_length_guideline_soft_column"));
  725. text_editor->set_line_length_guideline_hard_column(EditorSettings::get_singleton()->get("text_editor/appearance/line_length_guideline_hard_column"));
  726. text_editor->set_scroll_pass_end_of_file(EditorSettings::get_singleton()->get("text_editor/cursor/scroll_past_end_of_file"));
  727. text_editor->cursor_set_block_mode(EditorSettings::get_singleton()->get("text_editor/cursor/block_caret"));
  728. text_editor->cursor_set_blink_enabled(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink"));
  729. text_editor->cursor_set_blink_speed(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink_speed"));
  730. text_editor->set_auto_brace_completion(EditorSettings::get_singleton()->get("text_editor/completion/auto_brace_complete"));
  731. }
  732. void CodeTextEditor::trim_trailing_whitespace() {
  733. bool trimed_whitespace = false;
  734. for (int i = 0; i < text_editor->get_line_count(); i++) {
  735. String line = text_editor->get_line(i);
  736. if (line.ends_with(" ") || line.ends_with("\t")) {
  737. if (!trimed_whitespace) {
  738. text_editor->begin_complex_operation();
  739. trimed_whitespace = true;
  740. }
  741. int end = 0;
  742. for (int j = line.length() - 1; j > -1; j--) {
  743. if (line[j] != ' ' && line[j] != '\t') {
  744. end = j + 1;
  745. break;
  746. }
  747. }
  748. text_editor->set_line(i, line.substr(0, end));
  749. }
  750. }
  751. if (trimed_whitespace) {
  752. text_editor->end_complex_operation();
  753. text_editor->update();
  754. }
  755. }
  756. void CodeTextEditor::insert_final_newline() {
  757. int final_line = text_editor->get_line_count() - 1;
  758. String line = text_editor->get_line(final_line);
  759. //length 0 means it's already an empty line,
  760. //no need to add a newline
  761. if (line.length() > 0 && !line.ends_with("\n")) {
  762. text_editor->begin_complex_operation();
  763. line += "\n";
  764. text_editor->set_line(final_line, line);
  765. text_editor->end_complex_operation();
  766. text_editor->update();
  767. }
  768. }
  769. void CodeTextEditor::convert_indent_to_spaces() {
  770. int indent_size = EditorSettings::get_singleton()->get("text_editor/indent/size");
  771. String indent = "";
  772. for (int i = 0; i < indent_size; i++) {
  773. indent += " ";
  774. }
  775. int cursor_line = text_editor->cursor_get_line();
  776. int cursor_column = text_editor->cursor_get_column();
  777. bool changed_indentation = false;
  778. for (int i = 0; i < text_editor->get_line_count(); i++) {
  779. String line = text_editor->get_line(i);
  780. if (line.length() <= 0) {
  781. continue;
  782. }
  783. int j = 0;
  784. while (j < line.length() && (line[j] == ' ' || line[j] == '\t')) {
  785. if (line[j] == '\t') {
  786. if (!changed_indentation) {
  787. text_editor->begin_complex_operation();
  788. changed_indentation = true;
  789. }
  790. if (cursor_line == i && cursor_column > j) {
  791. cursor_column += indent_size - 1;
  792. }
  793. line = line.left(j) + indent + line.right(j + 1);
  794. }
  795. j++;
  796. }
  797. if (changed_indentation) {
  798. text_editor->set_line(i, line);
  799. }
  800. }
  801. if (changed_indentation) {
  802. text_editor->cursor_set_column(cursor_column);
  803. text_editor->end_complex_operation();
  804. text_editor->update();
  805. }
  806. }
  807. void CodeTextEditor::convert_indent_to_tabs() {
  808. int indent_size = EditorSettings::get_singleton()->get("text_editor/indent/size");
  809. indent_size -= 1;
  810. int cursor_line = text_editor->cursor_get_line();
  811. int cursor_column = text_editor->cursor_get_column();
  812. bool changed_indentation = false;
  813. for (int i = 0; i < text_editor->get_line_count(); i++) {
  814. String line = text_editor->get_line(i);
  815. if (line.length() <= 0) {
  816. continue;
  817. }
  818. int j = 0;
  819. int space_count = -1;
  820. while (j < line.length() && (line[j] == ' ' || line[j] == '\t')) {
  821. if (line[j] != '\t') {
  822. space_count++;
  823. if (space_count == indent_size) {
  824. if (!changed_indentation) {
  825. text_editor->begin_complex_operation();
  826. changed_indentation = true;
  827. }
  828. if (cursor_line == i && cursor_column > j) {
  829. cursor_column -= indent_size;
  830. }
  831. line = line.left(j - indent_size) + "\t" + line.right(j + 1);
  832. j = 0;
  833. space_count = -1;
  834. }
  835. } else {
  836. space_count = -1;
  837. }
  838. j++;
  839. }
  840. if (changed_indentation) {
  841. text_editor->set_line(i, line);
  842. }
  843. }
  844. if (changed_indentation) {
  845. text_editor->cursor_set_column(cursor_column);
  846. text_editor->end_complex_operation();
  847. text_editor->update();
  848. }
  849. }
  850. void CodeTextEditor::convert_case(CaseStyle p_case) {
  851. if (!text_editor->is_selection_active()) {
  852. return;
  853. }
  854. text_editor->begin_complex_operation();
  855. int begin = text_editor->get_selection_from_line();
  856. int end = text_editor->get_selection_to_line();
  857. int begin_col = text_editor->get_selection_from_column();
  858. int end_col = text_editor->get_selection_to_column();
  859. for (int i = begin; i <= end; i++) {
  860. int len = text_editor->get_line(i).length();
  861. if (i == end)
  862. len = end_col;
  863. if (i == begin)
  864. len -= begin_col;
  865. String new_line = text_editor->get_line(i).substr(i == begin ? begin_col : 0, len);
  866. switch (p_case) {
  867. case UPPER: {
  868. new_line = new_line.to_upper();
  869. } break;
  870. case LOWER: {
  871. new_line = new_line.to_lower();
  872. } break;
  873. case CAPITALIZE: {
  874. new_line = new_line.capitalize();
  875. } break;
  876. }
  877. if (i == begin) {
  878. new_line = text_editor->get_line(i).left(begin_col) + new_line;
  879. }
  880. if (i == end) {
  881. new_line = new_line + text_editor->get_line(i).right(end_col);
  882. }
  883. text_editor->set_line(i, new_line);
  884. }
  885. text_editor->end_complex_operation();
  886. }
  887. void CodeTextEditor::move_lines_up() {
  888. text_editor->begin_complex_operation();
  889. if (text_editor->is_selection_active()) {
  890. int from_line = text_editor->get_selection_from_line();
  891. int from_col = text_editor->get_selection_from_column();
  892. int to_line = text_editor->get_selection_to_line();
  893. int to_column = text_editor->get_selection_to_column();
  894. for (int i = from_line; i <= to_line; i++) {
  895. int line_id = i;
  896. int next_id = i - 1;
  897. if (line_id == 0 || next_id < 0)
  898. return;
  899. text_editor->unfold_line(line_id);
  900. text_editor->unfold_line(next_id);
  901. text_editor->swap_lines(line_id, next_id);
  902. text_editor->cursor_set_line(next_id);
  903. }
  904. int from_line_up = from_line > 0 ? from_line - 1 : from_line;
  905. int to_line_up = to_line > 0 ? to_line - 1 : to_line;
  906. text_editor->select(from_line_up, from_col, to_line_up, to_column);
  907. } else {
  908. int line_id = text_editor->cursor_get_line();
  909. int next_id = line_id - 1;
  910. if (line_id == 0 || next_id < 0)
  911. return;
  912. text_editor->unfold_line(line_id);
  913. text_editor->unfold_line(next_id);
  914. text_editor->swap_lines(line_id, next_id);
  915. text_editor->cursor_set_line(next_id);
  916. }
  917. text_editor->end_complex_operation();
  918. text_editor->update();
  919. }
  920. void CodeTextEditor::move_lines_down() {
  921. text_editor->begin_complex_operation();
  922. if (text_editor->is_selection_active()) {
  923. int from_line = text_editor->get_selection_from_line();
  924. int from_col = text_editor->get_selection_from_column();
  925. int to_line = text_editor->get_selection_to_line();
  926. int to_column = text_editor->get_selection_to_column();
  927. for (int i = to_line; i >= from_line; i--) {
  928. int line_id = i;
  929. int next_id = i + 1;
  930. if (line_id == text_editor->get_line_count() - 1 || next_id > text_editor->get_line_count())
  931. return;
  932. text_editor->unfold_line(line_id);
  933. text_editor->unfold_line(next_id);
  934. text_editor->swap_lines(line_id, next_id);
  935. text_editor->cursor_set_line(next_id);
  936. }
  937. int from_line_down = from_line < text_editor->get_line_count() ? from_line + 1 : from_line;
  938. int to_line_down = to_line < text_editor->get_line_count() ? to_line + 1 : to_line;
  939. text_editor->select(from_line_down, from_col, to_line_down, to_column);
  940. } else {
  941. int line_id = text_editor->cursor_get_line();
  942. int next_id = line_id + 1;
  943. if (line_id == text_editor->get_line_count() - 1 || next_id > text_editor->get_line_count())
  944. return;
  945. text_editor->unfold_line(line_id);
  946. text_editor->unfold_line(next_id);
  947. text_editor->swap_lines(line_id, next_id);
  948. text_editor->cursor_set_line(next_id);
  949. }
  950. text_editor->end_complex_operation();
  951. text_editor->update();
  952. }
  953. void CodeTextEditor::_delete_line(int p_line) {
  954. // this is currently intended to be called within delete_lines()
  955. // so `begin_complex_operation` is omitted here
  956. text_editor->set_line(p_line, "");
  957. if (p_line == 0 && text_editor->get_line_count() > 1) {
  958. text_editor->cursor_set_line(1);
  959. text_editor->cursor_set_column(0);
  960. }
  961. text_editor->backspace_at_cursor();
  962. text_editor->unfold_line(p_line);
  963. text_editor->cursor_set_line(p_line);
  964. }
  965. void CodeTextEditor::delete_lines() {
  966. text_editor->begin_complex_operation();
  967. if (text_editor->is_selection_active()) {
  968. int to_line = text_editor->get_selection_to_line();
  969. int from_line = text_editor->get_selection_from_line();
  970. int count = Math::abs(to_line - from_line) + 1;
  971. text_editor->cursor_set_line(from_line, false);
  972. for (int i = 0; i < count; i++) {
  973. _delete_line(from_line);
  974. }
  975. text_editor->deselect();
  976. } else {
  977. _delete_line(text_editor->cursor_get_line());
  978. }
  979. text_editor->end_complex_operation();
  980. }
  981. void CodeTextEditor::clone_lines_down() {
  982. const int cursor_column = text_editor->cursor_get_column();
  983. int from_line = text_editor->cursor_get_line();
  984. int to_line = text_editor->cursor_get_line();
  985. int from_column = 0;
  986. int to_column = 0;
  987. int cursor_new_line = to_line + 1;
  988. int cursor_new_column = text_editor->cursor_get_column();
  989. String new_text = "\n" + text_editor->get_line(from_line);
  990. bool selection_active = false;
  991. text_editor->cursor_set_column(text_editor->get_line(from_line).length());
  992. if (text_editor->is_selection_active()) {
  993. from_column = text_editor->get_selection_from_column();
  994. to_column = text_editor->get_selection_to_column();
  995. from_line = text_editor->get_selection_from_line();
  996. to_line = text_editor->get_selection_to_line();
  997. cursor_new_line = to_line + text_editor->cursor_get_line() - from_line;
  998. cursor_new_column = to_column == cursor_column ? 2 * to_column - from_column : to_column;
  999. new_text = text_editor->get_selection_text();
  1000. selection_active = true;
  1001. text_editor->cursor_set_line(to_line);
  1002. text_editor->cursor_set_column(to_column);
  1003. }
  1004. text_editor->begin_complex_operation();
  1005. for (int i = from_line; i <= to_line; i++) {
  1006. text_editor->unfold_line(i);
  1007. }
  1008. text_editor->deselect();
  1009. text_editor->insert_text_at_cursor(new_text);
  1010. text_editor->cursor_set_line(cursor_new_line);
  1011. text_editor->cursor_set_column(cursor_new_column);
  1012. if (selection_active) {
  1013. text_editor->select(to_line, to_column, 2 * to_line - from_line, 2 * to_column - from_column);
  1014. }
  1015. text_editor->end_complex_operation();
  1016. text_editor->update();
  1017. }
  1018. void CodeTextEditor::toggle_inline_comment(const String &delimiter) {
  1019. text_editor->begin_complex_operation();
  1020. if (text_editor->is_selection_active()) {
  1021. int begin = text_editor->get_selection_from_line();
  1022. int end = text_editor->get_selection_to_line();
  1023. // End of selection ends on the first column of the last line, ignore it.
  1024. if (text_editor->get_selection_to_column() == 0)
  1025. end -= 1;
  1026. int col_to = text_editor->get_selection_to_column();
  1027. int cursor_pos = text_editor->cursor_get_column();
  1028. // Check if all lines in the selected block are commented.
  1029. bool is_commented = true;
  1030. for (int i = begin; i <= end; i++) {
  1031. if (!text_editor->get_line(i).begins_with(delimiter)) {
  1032. is_commented = false;
  1033. break;
  1034. }
  1035. }
  1036. for (int i = begin; i <= end; i++) {
  1037. String line_text = text_editor->get_line(i);
  1038. if (line_text.strip_edges().empty()) {
  1039. line_text = delimiter;
  1040. } else {
  1041. if (is_commented) {
  1042. line_text = line_text.substr(delimiter.length(), line_text.length());
  1043. } else {
  1044. line_text = delimiter + line_text;
  1045. }
  1046. }
  1047. text_editor->set_line(i, line_text);
  1048. }
  1049. // Adjust selection & cursor position.
  1050. int offset = (is_commented ? -1 : 1) * delimiter.length();
  1051. int col_from = text_editor->get_selection_from_column() > 0 ? text_editor->get_selection_from_column() + offset : 0;
  1052. if (is_commented && text_editor->cursor_get_column() == text_editor->get_line(text_editor->cursor_get_line()).length() + 1)
  1053. cursor_pos += 1;
  1054. if (text_editor->get_selection_to_column() != 0 && col_to != text_editor->get_line(text_editor->get_selection_to_line()).length() + 1)
  1055. col_to += offset;
  1056. if (text_editor->cursor_get_column() != 0)
  1057. cursor_pos += offset;
  1058. text_editor->select(begin, col_from, text_editor->get_selection_to_line(), col_to);
  1059. text_editor->cursor_set_column(cursor_pos);
  1060. } else {
  1061. int begin = text_editor->cursor_get_line();
  1062. String line_text = text_editor->get_line(begin);
  1063. int delimiter_length = delimiter.length();
  1064. int col = text_editor->cursor_get_column();
  1065. if (line_text.begins_with(delimiter)) {
  1066. line_text = line_text.substr(delimiter_length, line_text.length());
  1067. col -= delimiter_length;
  1068. } else {
  1069. line_text = delimiter + line_text;
  1070. col += delimiter_length;
  1071. }
  1072. text_editor->set_line(begin, line_text);
  1073. text_editor->cursor_set_column(col);
  1074. }
  1075. text_editor->end_complex_operation();
  1076. text_editor->update();
  1077. }
  1078. void CodeTextEditor::goto_line(int p_line) {
  1079. text_editor->deselect();
  1080. text_editor->unfold_line(p_line);
  1081. text_editor->call_deferred("cursor_set_line", p_line);
  1082. }
  1083. void CodeTextEditor::goto_line_selection(int p_line, int p_begin, int p_end) {
  1084. text_editor->unfold_line(p_line);
  1085. text_editor->call_deferred("cursor_set_line", p_line);
  1086. text_editor->call_deferred("cursor_set_column", p_begin);
  1087. text_editor->select(p_line, p_begin, p_line, p_end);
  1088. }
  1089. void CodeTextEditor::goto_line_centered(int p_line) {
  1090. goto_line(p_line);
  1091. text_editor->call_deferred("center_viewport_to_cursor");
  1092. }
  1093. void CodeTextEditor::set_executing_line(int p_line) {
  1094. text_editor->set_executing_line(p_line);
  1095. }
  1096. void CodeTextEditor::clear_executing_line() {
  1097. text_editor->clear_executing_line();
  1098. }
  1099. Variant CodeTextEditor::get_edit_state() {
  1100. Dictionary state;
  1101. state["scroll_position"] = text_editor->get_v_scroll();
  1102. state["h_scroll_position"] = text_editor->get_h_scroll();
  1103. state["column"] = text_editor->cursor_get_column();
  1104. state["row"] = text_editor->cursor_get_line();
  1105. state["selection"] = get_text_edit()->is_selection_active();
  1106. if (get_text_edit()->is_selection_active()) {
  1107. state["selection_from_line"] = text_editor->get_selection_from_line();
  1108. state["selection_from_column"] = text_editor->get_selection_from_column();
  1109. state["selection_to_line"] = text_editor->get_selection_to_line();
  1110. state["selection_to_column"] = text_editor->get_selection_to_column();
  1111. }
  1112. state["folded_lines"] = text_editor->get_folded_lines();
  1113. state["breakpoints"] = text_editor->get_breakpoints_array();
  1114. state["bookmarks"] = text_editor->get_bookmarks_array();
  1115. state["syntax_highlighter"] = TTR("Standard");
  1116. SyntaxHighlighter *syntax_highlighter = text_editor->_get_syntax_highlighting();
  1117. if (syntax_highlighter) {
  1118. state["syntax_highlighter"] = syntax_highlighter->get_name();
  1119. }
  1120. return state;
  1121. }
  1122. void CodeTextEditor::set_edit_state(const Variant &p_state) {
  1123. Dictionary state = p_state;
  1124. /* update the row first as it sets the column to 0 */
  1125. text_editor->cursor_set_line(state["row"]);
  1126. text_editor->cursor_set_column(state["column"]);
  1127. text_editor->set_v_scroll(state["scroll_position"]);
  1128. text_editor->set_h_scroll(state["h_scroll_position"]);
  1129. if (state.has("selection")) {
  1130. text_editor->select(state["selection_from_line"], state["selection_from_column"], state["selection_to_line"], state["selection_to_column"]);
  1131. }
  1132. if (state.has("folded_lines")) {
  1133. Vector<int> folded_lines = state["folded_lines"];
  1134. for (int i = 0; i < folded_lines.size(); i++) {
  1135. text_editor->fold_line(folded_lines[i]);
  1136. }
  1137. }
  1138. if (state.has("breakpoints")) {
  1139. Array breakpoints = state["breakpoints"];
  1140. for (int i = 0; i < breakpoints.size(); i++) {
  1141. text_editor->set_line_as_breakpoint(breakpoints[i], true);
  1142. }
  1143. }
  1144. if (state.has("bookmarks")) {
  1145. Array bookmarks = state["bookmarks"];
  1146. for (int i = 0; i < bookmarks.size(); i++) {
  1147. text_editor->set_line_as_bookmark(bookmarks[i], true);
  1148. }
  1149. }
  1150. text_editor->grab_focus();
  1151. }
  1152. void CodeTextEditor::set_error(const String &p_error) {
  1153. error->set_text(p_error);
  1154. if (p_error != "") {
  1155. error->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1156. } else {
  1157. error->set_default_cursor_shape(CURSOR_ARROW);
  1158. }
  1159. }
  1160. void CodeTextEditor::set_error_pos(int p_line, int p_column) {
  1161. error_line = p_line;
  1162. error_column = p_column;
  1163. }
  1164. void CodeTextEditor::goto_error() {
  1165. if (error->get_text() != "") {
  1166. text_editor->cursor_set_line(error_line);
  1167. text_editor->cursor_set_column(error_column);
  1168. text_editor->center_viewport_to_cursor();
  1169. }
  1170. }
  1171. void CodeTextEditor::_update_font() {
  1172. text_editor->add_font_override("font", get_font("source", "EditorFonts"));
  1173. error->add_font_override("font", get_font("status_source", "EditorFonts"));
  1174. error->add_color_override("font_color", get_color("error_color", "Editor"));
  1175. Ref<Font> status_bar_font = get_font("status_source", "EditorFonts");
  1176. error->add_font_override("font", status_bar_font);
  1177. int count = status_bar->get_child_count();
  1178. for (int i = 0; i < count; i++) {
  1179. Control *n = Object::cast_to<Control>(status_bar->get_child(i));
  1180. if (n)
  1181. n->add_font_override("font", status_bar_font);
  1182. }
  1183. }
  1184. void CodeTextEditor::_on_settings_change() {
  1185. _update_font();
  1186. font_size = EditorSettings::get_singleton()->get("interface/editor/code_font_size");
  1187. // Auto brace completion.
  1188. text_editor->set_auto_brace_completion(
  1189. EDITOR_GET("text_editor/completion/auto_brace_complete"));
  1190. code_complete_timer->set_wait_time(
  1191. EDITOR_GET("text_editor/completion/code_complete_delay"));
  1192. // Call hint settings.
  1193. text_editor->set_callhint_settings(
  1194. EDITOR_GET("text_editor/completion/put_callhint_tooltip_below_current_line"),
  1195. EDITOR_GET("text_editor/completion/callhint_tooltip_offset"));
  1196. idle->set_wait_time(EDITOR_GET("text_editor/completion/idle_parse_delay"));
  1197. }
  1198. void CodeTextEditor::_text_changed_idle_timeout() {
  1199. _validate_script();
  1200. emit_signal("validate_script");
  1201. }
  1202. void CodeTextEditor::validate_script() {
  1203. idle->start();
  1204. }
  1205. void CodeTextEditor::_warning_label_gui_input(const Ref<InputEvent> &p_event) {
  1206. Ref<InputEventMouseButton> mb = p_event;
  1207. if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) {
  1208. _warning_button_pressed();
  1209. }
  1210. }
  1211. void CodeTextEditor::_warning_button_pressed() {
  1212. _set_show_warnings_panel(!is_warnings_panel_opened);
  1213. }
  1214. void CodeTextEditor::_set_show_warnings_panel(bool p_show) {
  1215. is_warnings_panel_opened = p_show;
  1216. emit_signal("show_warnings_panel", p_show);
  1217. }
  1218. void CodeTextEditor::_toggle_scripts_pressed() {
  1219. toggle_scripts_button->set_icon(ScriptEditor::get_singleton()->toggle_scripts_panel() ? get_icon("Back", "EditorIcons") : get_icon("Forward", "EditorIcons"));
  1220. }
  1221. void CodeTextEditor::_error_pressed(const Ref<InputEvent> &p_event) {
  1222. Ref<InputEventMouseButton> mb = p_event;
  1223. if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) {
  1224. emit_signal("error_pressed");
  1225. }
  1226. }
  1227. void CodeTextEditor::_notification(int p_what) {
  1228. switch (p_what) {
  1229. case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
  1230. _load_theme_settings();
  1231. emit_signal("load_theme_settings");
  1232. } break;
  1233. case NOTIFICATION_THEME_CHANGED: {
  1234. if (toggle_scripts_button->is_visible()) {
  1235. update_toggle_scripts_button();
  1236. }
  1237. _update_font();
  1238. } break;
  1239. case NOTIFICATION_ENTER_TREE: {
  1240. warning_button->set_icon(get_icon("NodeWarning", "EditorIcons"));
  1241. add_constant_override("separation", 4 * EDSCALE);
  1242. } break;
  1243. case NOTIFICATION_VISIBILITY_CHANGED: {
  1244. if (toggle_scripts_button->is_visible()) {
  1245. update_toggle_scripts_button();
  1246. }
  1247. set_process_input(is_visible_in_tree());
  1248. } break;
  1249. default:
  1250. break;
  1251. }
  1252. }
  1253. void CodeTextEditor::set_warning_nb(int p_warning_nb) {
  1254. warning_count_label->set_text(itos(p_warning_nb));
  1255. warning_count_label->set_visible(p_warning_nb > 0);
  1256. warning_button->set_visible(p_warning_nb > 0);
  1257. if (!p_warning_nb)
  1258. _set_show_warnings_panel(false);
  1259. }
  1260. void CodeTextEditor::toggle_bookmark() {
  1261. int line = text_editor->cursor_get_line();
  1262. text_editor->set_line_as_bookmark(line, !text_editor->is_line_set_as_bookmark(line));
  1263. }
  1264. void CodeTextEditor::goto_next_bookmark() {
  1265. List<int> bmarks;
  1266. text_editor->get_bookmarks(&bmarks);
  1267. if (bmarks.size() <= 0) {
  1268. return;
  1269. }
  1270. int line = text_editor->cursor_get_line();
  1271. if (line >= bmarks[bmarks.size() - 1]) {
  1272. text_editor->unfold_line(bmarks[0]);
  1273. text_editor->cursor_set_line(bmarks[0]);
  1274. text_editor->center_viewport_to_cursor();
  1275. } else {
  1276. for (List<int>::Element *E = bmarks.front(); E; E = E->next()) {
  1277. int bline = E->get();
  1278. if (bline > line) {
  1279. text_editor->unfold_line(bline);
  1280. text_editor->cursor_set_line(bline);
  1281. text_editor->center_viewport_to_cursor();
  1282. return;
  1283. }
  1284. }
  1285. }
  1286. }
  1287. void CodeTextEditor::goto_prev_bookmark() {
  1288. List<int> bmarks;
  1289. text_editor->get_bookmarks(&bmarks);
  1290. if (bmarks.size() <= 0) {
  1291. return;
  1292. }
  1293. int line = text_editor->cursor_get_line();
  1294. if (line <= bmarks[0]) {
  1295. text_editor->unfold_line(bmarks[bmarks.size() - 1]);
  1296. text_editor->cursor_set_line(bmarks[bmarks.size() - 1]);
  1297. text_editor->center_viewport_to_cursor();
  1298. } else {
  1299. for (List<int>::Element *E = bmarks.back(); E; E = E->prev()) {
  1300. int bline = E->get();
  1301. if (bline < line) {
  1302. text_editor->unfold_line(bline);
  1303. text_editor->cursor_set_line(bline);
  1304. text_editor->center_viewport_to_cursor();
  1305. return;
  1306. }
  1307. }
  1308. }
  1309. }
  1310. void CodeTextEditor::remove_all_bookmarks() {
  1311. List<int> bmarks;
  1312. text_editor->get_bookmarks(&bmarks);
  1313. for (List<int>::Element *E = bmarks.front(); E; E = E->next()) {
  1314. text_editor->set_line_as_bookmark(E->get(), false);
  1315. }
  1316. }
  1317. void CodeTextEditor::_bind_methods() {
  1318. ClassDB::bind_method(D_METHOD("_input"), &CodeTextEditor::_input);
  1319. ClassDB::bind_method("_text_editor_gui_input", &CodeTextEditor::_text_editor_gui_input);
  1320. ClassDB::bind_method("_line_col_changed", &CodeTextEditor::_line_col_changed);
  1321. ClassDB::bind_method("_text_changed", &CodeTextEditor::_text_changed);
  1322. ClassDB::bind_method("_on_settings_change", &CodeTextEditor::_on_settings_change);
  1323. ClassDB::bind_method("_text_changed_idle_timeout", &CodeTextEditor::_text_changed_idle_timeout);
  1324. ClassDB::bind_method("_code_complete_timer_timeout", &CodeTextEditor::_code_complete_timer_timeout);
  1325. ClassDB::bind_method("_complete_request", &CodeTextEditor::_complete_request);
  1326. ClassDB::bind_method("_font_resize_timeout", &CodeTextEditor::_font_resize_timeout);
  1327. ClassDB::bind_method("_error_pressed", &CodeTextEditor::_error_pressed);
  1328. ClassDB::bind_method("_toggle_scripts_pressed", &CodeTextEditor::_toggle_scripts_pressed);
  1329. ClassDB::bind_method("_warning_button_pressed", &CodeTextEditor::_warning_button_pressed);
  1330. ClassDB::bind_method("_warning_label_gui_input", &CodeTextEditor::_warning_label_gui_input);
  1331. ADD_SIGNAL(MethodInfo("validate_script"));
  1332. ADD_SIGNAL(MethodInfo("load_theme_settings"));
  1333. ADD_SIGNAL(MethodInfo("show_warnings_panel"));
  1334. ADD_SIGNAL(MethodInfo("error_pressed"));
  1335. }
  1336. void CodeTextEditor::set_code_complete_func(CodeTextEditorCodeCompleteFunc p_code_complete_func, void *p_ud) {
  1337. code_complete_func = p_code_complete_func;
  1338. code_complete_ud = p_ud;
  1339. }
  1340. void CodeTextEditor::show_toggle_scripts_button() {
  1341. toggle_scripts_button->show();
  1342. }
  1343. void CodeTextEditor::update_toggle_scripts_button() {
  1344. toggle_scripts_button->set_icon(ScriptEditor::get_singleton()->is_scripts_panel_toggled() ? get_icon("Back", "EditorIcons") : get_icon("Forward", "EditorIcons"));
  1345. toggle_scripts_button->set_tooltip(TTR("Toggle Scripts Panel") + " (" + ED_GET_SHORTCUT("script_editor/toggle_scripts_panel")->get_as_text() + ")");
  1346. }
  1347. CodeTextEditor::CodeTextEditor() {
  1348. code_complete_func = NULL;
  1349. ED_SHORTCUT("script_editor/zoom_in", TTR("Zoom In"), KEY_MASK_CMD | KEY_EQUAL);
  1350. ED_SHORTCUT("script_editor/zoom_out", TTR("Zoom Out"), KEY_MASK_CMD | KEY_MINUS);
  1351. ED_SHORTCUT("script_editor/reset_zoom", TTR("Reset Zoom"), KEY_MASK_CMD | KEY_0);
  1352. text_editor = memnew(TextEdit);
  1353. add_child(text_editor);
  1354. text_editor->set_v_size_flags(SIZE_EXPAND_FILL);
  1355. // Added second so it opens at the bottom, so it won't shift the entire text editor when opening.
  1356. find_replace_bar = memnew(FindReplaceBar);
  1357. add_child(find_replace_bar);
  1358. find_replace_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  1359. find_replace_bar->hide();
  1360. find_replace_bar->set_text_edit(text_editor);
  1361. text_editor->set_show_line_numbers(true);
  1362. text_editor->set_brace_matching(true);
  1363. text_editor->set_auto_indent(true);
  1364. status_bar = memnew(HBoxContainer);
  1365. add_child(status_bar);
  1366. status_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  1367. status_bar->set_custom_minimum_size(Size2(0, 24 * EDSCALE)); // Adjust for the height of the warning icon.
  1368. idle = memnew(Timer);
  1369. add_child(idle);
  1370. idle->set_one_shot(true);
  1371. idle->set_wait_time(EDITOR_GET("text_editor/completion/idle_parse_delay"));
  1372. code_complete_timer = memnew(Timer);
  1373. add_child(code_complete_timer);
  1374. code_complete_timer->set_one_shot(true);
  1375. code_complete_timer->set_wait_time(EDITOR_GET("text_editor/completion/code_complete_delay"));
  1376. error_line = 0;
  1377. error_column = 0;
  1378. toggle_scripts_button = memnew(ToolButton);
  1379. toggle_scripts_button->connect_compat("pressed", this, "_toggle_scripts_pressed");
  1380. status_bar->add_child(toggle_scripts_button);
  1381. toggle_scripts_button->hide();
  1382. // Error
  1383. ScrollContainer *scroll = memnew(ScrollContainer);
  1384. scroll->set_h_size_flags(SIZE_EXPAND_FILL);
  1385. scroll->set_v_size_flags(SIZE_EXPAND_FILL);
  1386. scroll->set_enable_v_scroll(false);
  1387. status_bar->add_child(scroll);
  1388. error = memnew(Label);
  1389. scroll->add_child(error);
  1390. error->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1391. error->set_mouse_filter(MOUSE_FILTER_STOP);
  1392. error->connect_compat("gui_input", this, "_error_pressed");
  1393. find_replace_bar->connect_compat("error", error, "set_text");
  1394. // Warnings
  1395. warning_button = memnew(ToolButton);
  1396. status_bar->add_child(warning_button);
  1397. warning_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1398. warning_button->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1399. warning_button->connect_compat("pressed", this, "_warning_button_pressed");
  1400. warning_button->set_tooltip(TTR("Warnings"));
  1401. warning_count_label = memnew(Label);
  1402. status_bar->add_child(warning_count_label);
  1403. warning_count_label->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1404. warning_count_label->set_align(Label::ALIGN_RIGHT);
  1405. warning_count_label->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1406. warning_count_label->set_mouse_filter(MOUSE_FILTER_STOP);
  1407. warning_count_label->set_tooltip(TTR("Warnings"));
  1408. warning_count_label->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("warning_color", "Editor"));
  1409. warning_count_label->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  1410. warning_count_label->connect_compat("gui_input", this, "_warning_label_gui_input");
  1411. is_warnings_panel_opened = false;
  1412. set_warning_nb(0);
  1413. // Line and column
  1414. line_and_col_txt = memnew(Label);
  1415. status_bar->add_child(line_and_col_txt);
  1416. line_and_col_txt->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1417. line_and_col_txt->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  1418. line_and_col_txt->set_tooltip(TTR("Line and column numbers."));
  1419. line_and_col_txt->set_mouse_filter(MOUSE_FILTER_STOP);
  1420. text_editor->connect_compat("gui_input", this, "_text_editor_gui_input");
  1421. text_editor->connect_compat("cursor_changed", this, "_line_col_changed");
  1422. text_editor->connect_compat("text_changed", this, "_text_changed");
  1423. text_editor->connect_compat("request_completion", this, "_complete_request");
  1424. Vector<String> cs;
  1425. cs.push_back(".");
  1426. cs.push_back(",");
  1427. cs.push_back("(");
  1428. cs.push_back("=");
  1429. cs.push_back("$");
  1430. text_editor->set_completion(true, cs);
  1431. idle->connect_compat("timeout", this, "_text_changed_idle_timeout");
  1432. code_complete_timer->connect_compat("timeout", this, "_code_complete_timer_timeout");
  1433. font_resize_val = 0;
  1434. font_size = EditorSettings::get_singleton()->get("interface/editor/code_font_size");
  1435. font_resize_timer = memnew(Timer);
  1436. add_child(font_resize_timer);
  1437. font_resize_timer->set_one_shot(true);
  1438. font_resize_timer->set_wait_time(0.07);
  1439. font_resize_timer->connect_compat("timeout", this, "_font_resize_timeout");
  1440. EditorSettings::get_singleton()->connect_compat("settings_changed", this, "_on_settings_change");
  1441. }