Commit Graph

3222 Commits

Author SHA1 Message Date
Martín Lucas Golini
bbfcc74977 More WIP, debugger starting correctly. Tested several commands and all working. 2024-12-28 20:31:33 -03:00
Martín Lucas Golini
d07bb2572c More WIP. 2024-12-28 13:16:03 -03:00
Martín Lucas Golini
42e7369c2f DAP WIP. 2024-12-28 01:13:01 -03:00
Martín Lucas Golini
72a3d09e66 Merge branch 'develop' into debugger 2024-12-27 19:04:24 -03:00
Martín Lucas Golini
4084e38e3c Minor clean up. 2024-12-27 19:04:18 -03:00
Martín Lucas Golini
0dc3642692 Merge branch 'develop' into debugger 2024-12-27 13:17:28 -03:00
Martín Lucas Golini
48772bc6d3 Minor fixes. 2024-12-27 01:03:49 -03:00
Martín Lucas Golini
524ea4da15 Async load fonts too. 2024-12-24 18:05:36 -03:00
Martín Lucas Golini
d166041228 Merge branch 'develop' into debugger 2024-12-22 22:23:50 -03:00
Martín Lucas Golini
a15e461cc8 Speed up load time by loading asynchronously some resources before window creation and avoiding creating some of the largest submenues in settings menu. 2024-12-22 22:23:44 -03:00
Martín Lucas Golini
a19fabee51 Merge branch 'develop' into debugger 2024-12-22 20:25:33 -03:00
Martín Lucas Golini
d96a505f68 Constness clean-up in Window class. 2024-12-22 17:30:48 -03:00
Martín Lucas Golini
60784d79a6 Window size fixes on macOS.
Changes for SpartanJ/ecode/#373
2024-12-22 14:40:02 -03:00
Martín Lucas Golini
fe63326255 Add incognito option parameter (SpartanJ/ecode#373). 2024-12-22 12:12:39 -03:00
Martín Lucas Golini
9cf7a1a6a3 More DAP WIP. 2024-12-21 19:56:09 -03:00
Martín Lucas Golini
83cb083f67 Merge branch 'develop' into debugger 2024-12-21 18:09:35 -03:00
Martín Lucas Golini
10c9a63793 Optimization for StyleSheetSelectorRule::matches. 2024-12-21 16:15:55 -03:00
Martín Lucas Golini
48f7d64e35 Merge branch 'develop' into debugger 2024-12-20 20:22:57 -03:00
Martín Lucas Golini
c4daa30880 Fixes for multi-cursor.
Fixes for file extensions (improperly filtering file extensions).
Added very basic tests for TextDocument multi-cursor.
Add .txt files into projects (register .txt extension as Plain Text).
2024-12-20 20:22:50 -03:00
Martín Lucas Golini
ecf0bf11be Merge branch 'develop' into debugger 2024-12-19 19:16:55 -03:00
Martín Lucas Golini
98c387f2b1 Fix for SpartanJ/ecode#371.
Slightly increase brighness in inactive tab text color.
2024-12-19 19:16:20 -03:00
Martín Lucas Golini
2c36c42c99 Merge branch 'develop' into debugger 2024-12-19 12:39:47 -03:00
Martín Lucas Golini
90ef341f00 Don't open terminal in playground path. 2024-12-19 12:39:41 -03:00
Martín Lucas Golini
401c6ea4f6 Load user styles from style.css user config path if file exists (SpartanJ/ecode#370). 2024-12-19 10:43:46 -03:00
Martín Lucas Golini
09d8067947 More DAP WIP. 2024-12-19 01:23:02 -03:00
Martín Lucas Golini
adcf1e2ea7 Merge branch 'develop' into debugger 2024-12-19 01:22:50 -03:00
Martín Lucas Golini
7e512c48a3 Make tabs more contrast-y. 2024-12-18 10:54:11 -03:00
Martín Lucas Golini
8b2f178615 More DAP WIP. 2024-12-17 22:01:49 -03:00
Martín Lucas Golini
e4ee5f1c09 More DAP WIP. 2024-12-17 20:22:35 -03:00
Martín Lucas Golini
75490bf10b More WIP. 2024-12-16 00:14:42 -03:00
Martín Lucas Golini
d2dabdf92c WIP 2024-12-15 20:56:41 -03:00
Martín Lucas Golini
6e458c8297 Merge branch 'develop' into debugger 2024-12-15 20:42:06 -03:00
Martín Lucas Golini
7fa4bc8139 Add "lsp-show-document-symbols" keybinding to the default LSP options. 2024-12-15 11:27:17 -03:00
Martín Lucas Golini
6c5522575a Fix for issue SpartanJ/ecode#366. 2024-12-11 21:57:19 -03:00
Martín Lucas Golini
43a6f34eaf Fix unexpected tab bar scrolling while clicking on a tab. 2024-12-11 15:23:20 -03:00
Martín Lucas Golini
a2cb1c3d7e Merge branch 'develop' into debugger 2024-12-09 00:05:55 -03:00
Martín Lucas Golini
88f38c313a Fix global search searching text in images. 2024-12-06 19:34:17 -03:00
Martín Lucas Golini
f20017ff71 Merge pull request #85 from mdales/mwd-delete-to-end-of-line
Add delete to end of line for unix folk
2024-12-04 16:56:41 -03:00
Michael Dales
526387a3d6 Add delete to end of line for unix folk 2024-12-04 19:06:59 +00:00
Martín Lucas Golini
be6469d3fb Fixes for SpartanJ/ecode#365 (needs more testing).
Fix in syntax highlighting regex detection.
2024-12-04 02:00:01 -03:00
Martín Lucas Golini
5ed72776d8 Sketching debugger protocol. 2024-12-02 01:02:14 -03:00
Martín Lucas Golini
83741283e0 Pump versions after release. 2024-12-01 18:52:51 -03:00
Martín Lucas Golini
062040bdcd Added perl LSP support and some syntax highlighting improvements. eepp-2.8.4 ecode-0.6.4 2024-11-30 21:09:11 -03:00
Martín Lucas Golini
2cdd14c7dc Add fortran lsp support plus some improvements to the syntax highlighter. 2024-11-30 20:19:23 -03:00
Martín Lucas Golini
b9037e3cb5 A few adjustments in the HTTP request. 2024-11-29 21:33:42 -03:00
Martín Lucas Golini
ca0d80d631 Fix ecode --health and update SOIL2. 2024-11-29 00:24:13 -03:00
Martín Lucas Golini
c4e6b24e9f Added syntax highlighting for: Bazel, Ring, OpenSCAD and TCL.
Moved most languages to a separate module that it's not part of the base eepp module.
2024-11-29 00:15:02 -03:00
Martín Lucas Golini
9f283725d7 Fix using new line with multi-cursors in the same line (SpartanJ/ecode#364). 2024-11-28 20:17:22 -03:00
Martín Lucas Golini
762dd548b4 Fixes SpartanJ/ecode#363. 2024-11-26 11:04:54 -03:00
Martín Lucas Golini
0e97236369 Started implementing LSP workspace diagnostic to find that not a single LSP implements it, so I just wasted 2 hours of my life. I'll keep the base structure for the future. 2024-11-26 00:51:23 -03:00