Commit Graph

2849 Commits

Author SHA1 Message Date
Martín Lucas Golini
04540a3ebe Improve gopls default configuration. 2024-05-13 21:08:58 -03:00
Martín Lucas Golini
c7ab4109f5 Load emoji font in UIApplication. 2024-05-11 21:22:26 -03:00
Martín Lucas Golini
568b6ea479 Freaking windows git and autocrlf. 2024-05-11 15:50:05 -03:00
Martín Lucas Golini
156774d80f Merge branch 'text-encodings' into develop 2024-05-11 15:46:47 -03:00
Martín Lucas Golini
f88954022f Fix encodingFromString. 2024-05-11 15:44:10 -03:00
Martín Lucas Golini
44b1656ca1 Clean up format errors. 2024-05-11 14:12:38 -03:00
Martín Lucas Golini
1760c7da07 Try fix unit test in Windows CI. 2024-05-11 13:33:20 -03:00
Martín Lucas Golini
93cb5b160c Windows build fixes. 2024-05-11 01:00:48 -03:00
Martín Lucas Golini
ae5d1baab1 Added unit tests for text encoding.
Updated the CI scripts.
Clean up libzip files with invalid characters.
2024-05-10 21:21:20 -03:00
Martín Lucas Golini
f8d466de22 Text encodings WIP. 2024-05-10 02:06:15 -03:00
Martín Lucas Golini
6b8da507d3 Small clean up. 2024-05-09 20:42:02 -03:00
Martín Lucas Golini
5023cdd898 Fix bug in HTTP redirection when changing host. HTTP 1.1 connection is now keep-alive by default (as the spec expects). 2024-05-09 00:51:56 -03:00
Martín Lucas Golini
2664dabfaf Fix in tokenizer, fixes SpartanJ/ecode#275. 2024-05-08 12:55:15 -03:00
Martín Lucas Golini
f49e16c50e Fix Vue script tag syntax highlight (SpartanJ/ecode#275). 2024-05-08 01:07:58 -03:00
Martín Lucas Golini
a0253bf1a7 Clean up build. 2024-05-07 11:11:36 -03:00
Martín Lucas Golini
d371ac3170 Line Wrapping more basic logic. 2024-05-07 01:33:36 -03:00
Martín Lucas Golini
beb6ff974c Starting to think about line wrapping and its implementation. 2024-05-06 00:06:40 -03:00
Martín Lucas Golini
9600f82f8c Fix Text::wrapText for string views.
ecode: Minor visual fixes.
2024-05-05 12:23:13 -03:00
Martín Lucas Golini
e40cce1b58 Update README, add 7GUIs demos. 2024-05-01 19:48:07 -03:00
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