code_editor.cpp 65 KB

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