code_editor.cpp 49 KB

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