code_editor.cpp 57 KB

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