2
0

code_editor.cpp 52 KB

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