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