Commit Graph

2830 Commits

Author SHA1 Message Date
Martín Lucas Golini
d4e2fa42cb Fix status bar not being visible when menu bar was visible. ecode-0.5.2 eepp-2.7.2 2024-05-01 18:01:51 -03:00
Martín Lucas Golini
2693160e94 Fix reset syntax on saved or moved doc. 2024-05-01 17:20:58 -03:00
Martín Lucas Golini
209a786f2c Revert debug comment. 2024-05-01 16:52:06 -03:00
Martín Lucas Golini
2742ae862a Updated SDL2 version (Fixes windows clipboard history, issue SpartanJ/ecode#123). 2024-05-01 16:34:04 -03:00
Martín Lucas Golini
ad2ed604f0 Added AutoComplete plugin configuration.
Reduced status bar buttons icons size.
2024-05-01 00:38:59 -03:00
Martín Lucas Golini
15e51118eb Auto complete suggestions improved. Snippets improvements. 2024-04-29 20:57:50 -03:00
Martín Lucas Golini
c6aedb8dd3 Safer LSP Server shutdown. 2024-04-29 19:36:33 -03:00
Martín Lucas Golini
ab39db1ab8 Fix UIDataBind trimming string values by mistake. 2024-04-29 18:29:44 -03:00
Martín Lucas Golini
630a611133 Two crash fixes. 2024-04-29 13:51:50 -03:00
Martín Lucas Golini
e9f6c32046 Snippet nav WIP. 2024-04-28 18:56:24 -03:00
Martín Lucas Golini
c971c16911 Added vertical menu for status build output and app output.
Fix incorrect initialization of the Git plugin model controller when loading a folder from the Welcome Screen.
2024-04-28 01:42:43 -03:00
Martín Lucas Golini
3762a6b87b Visual improvements. 2024-04-27 00:59:04 -03:00
Martín Lucas Golini
2daf5f837a Allow set line width in CSS poly function. 2024-04-27 00:34:06 -03:00
Martín Lucas Golini
b7079d1f91 Added srt command to Switch Run Target. 2024-04-26 21:52:50 -03:00
Martín Lucas Golini
2360861a98 Detect if run command is not in PATH and prepend the working dir. Also create the process with NoWindow flag. 2024-04-25 20:55:26 -03:00
Martín Lucas Golini
7a70e571b4 Try again. 2024-04-25 19:36:58 -03:00
Martín Lucas Golini
7f92fea3dc Try fix CI. 2024-04-25 19:18:46 -03:00
Martín Lucas Golini
fa580caa00 Added some logs. 2024-04-25 16:13:46 -03:00
Martín Lucas Golini
e55535cc7c Add dynamic vars to Run command. 2024-04-25 14:25:30 -03:00
Martín Lucas Golini
3ae10dab6c Merge pull request #45 from iahung3/develop
Syntax highlighting for Fantom
2024-04-24 13:50:27 -03:00
Martín Lucas Golini
893d2e69c1 Skip lintin if no linter binary is present (helps SpartanJ/ecode#270). 2024-04-24 11:09:23 -03:00
Martín Lucas Golini
d07598d535 Fix crash when deleting a file from the model (SpartanJ/ecode#270). 2024-04-23 16:20:53 -03:00
3oheicrw
65c20bea8e Update syntaxdefinitionmanager.cpp 2024-04-22 22:41:52 +07:00
3oheicrw
99c80d93ed Create fantom.cpp 2024-04-22 22:39:56 +07:00
3oheicrw
0af6263af7 Create fantom.hpp 2024-04-22 22:39:29 +07:00
Martín Lucas Golini
3864e3aaef Merge pull request #44 from iahung3/develop
Syntax highlighting for Xtend
2024-04-22 11:49:36 -03:00
3oheicrw
b56b80fab7 Merge branch 'SpartanJ:develop' into develop 2024-04-22 21:01:20 +07:00
3oheicrw
4da70d0ce5 Update xtend.cpp 2024-04-22 20:36:19 +07:00
Martín Lucas Golini
18452139ab Add build and run commnad. Fix memory leak in FileSystemModel. Fix Log stdOut flag. 2024-04-22 10:11:18 -03:00
3oheicrw
e4fd6ebe68 Create xtend.cpp 2024-04-22 14:46:27 +07:00
3oheicrw
35f8e0ebaa Create xtend.hpp 2024-04-22 14:46:04 +07:00
3oheicrw
215681a9af Update syntaxdefinitionmanager.cpp 2024-04-22 14:45:36 +07:00
Martín Lucas Golini
9f11c96e17 Add Application Output panel. 2024-04-20 19:59:58 -03:00
Martín Lucas Golini
517298ba34 Fix: Newly created file is not included in Recent Files (SpartanJ/ecode#260).
Fixes in UITextInputPassword.
2024-04-20 16:09:32 -03:00
Martín Lucas Golini
4cd6c1f008 Added syntax highlighting for Buzz, Clojure and Groovy. Added clojure-lsp support. Expanded emmet-language-server file extensions. 2024-04-20 15:20:00 -03:00
Martín Lucas Golini
a4a56d2154 Added node focus reason information. 2024-04-20 01:04:57 -03:00
Martín Lucas Golini
395a01532b Single Click Navigation in File Dialogs (SpartanJ/ecode#256). 2024-04-19 23:50:12 -03:00
Martín Lucas Golini
657c977564 Fix macOS build.
Allow to use Find in locked UICodeEditor, plus some minor improvements.
2024-04-19 20:45:01 -03:00
Martín Lucas Golini
944d6eeab3 Fix Run behavior on Windowses without terminal support. Now opens cmd.exe with a bat script helper that waits the user to terminate the process after it run.
ProjectBuild and StatusBuildOutputController clean up (unify build and clean).
2024-04-19 19:42:57 -03:00
Martín Lucas Golini
e01a03ad8c Simplify background-position parsing.
UI Theme improve arrow in DropDownList, ComboBox and SpinBox.
2024-04-18 22:51:31 -03:00
Martín Lucas Golini
803b2af136 Focus nodes on mouse down instead of mouse up (testing, refers to issue #43). 2024-04-18 12:17:14 -03:00
Martín Lucas Golini
132db136f0 Added run target configuration. 2024-04-18 02:20:49 -03:00
Martín Lucas Golini
fcc9eb2204 Autocomplete improvements. 2024-04-16 23:41:46 -03:00
Martín Lucas Golini
6c6ee22b00 Fix string. 2024-04-16 12:35:33 -03:00
Martín Lucas Golini
c6a2bc2c44 Auto-complete improvements. Added some partial Emmet support via emmet lsp. 2024-04-15 23:51:33 -03:00
Martín Lucas Golini
9032f3c899 Run step improvements. 2024-04-15 11:21:51 -03:00
Martín Lucas Golini
e18c29c595 Added a Run step for the Build Settings (SpartanJ/ecode#222). 2024-04-15 01:28:27 -03:00
Martín Lucas Golini
6461402e30 Menu Bar keyboard navigation improvements. 2024-04-14 16:44:16 -03:00
Martín Lucas Golini
16f4bea13e Added menu bar support (solves SpartanJ/ecode#128). 2024-04-14 00:53:11 -03:00
Martín Lucas Golini
89227a946d MenuBar style changes. 2024-04-13 17:27:34 -03:00