Martín Lucas Golini
2f6f825a63
More WIP implementing more functionalities in DAP. This commit will probably fail on some OSes.
2025-01-11 16:24:27 -03:00
Martín Lucas Golini
5dc0bd24cc
Load supported launch.json vscode configurations.
...
Add debug controls in debugger panel.
2025-01-10 00:38:41 -03:00
Martín Lucas Golini
10e128c7f5
Initial implementation of mouse hover symbol during debugging session + some improvements.
2025-01-09 01:50:53 -03:00
Martín Lucas Golini
d73f1ea1ed
debugger fixes and improvements for macOS.
2025-01-05 11:31:52 -03:00
Martín Lucas Golini
443aead0df
More WIP.
2025-01-02 01:08:02 -03:00
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
42e7369c2f
DAP WIP.
2024-12-28 01:13:01 -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
062040bdcd
Added perl LSP support and some syntax highlighting improvements.
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
1de8c60e75
Add support to Julia LanguageServer.jl.
2024-11-23 16:07:59 -03:00
Martín Lucas Golini
0a84052d23
Add ocaml lsp support.
2024-11-15 23:22:40 -03:00
Martín Lucas Golini
7dd0579842
This is a fix for issue SpartanJ/ecode#310 .
2024-08-11 01:40:43 -03:00
Martín Lucas Golini
de9c2b4736
Add mhtml extension support.
...
Update efsw.
2024-08-10 17:29:24 -03:00
Martín Lucas Golini
3d19f4903f
Add formatter support for Java using clang-format.
2024-06-10 19:21:28 -03:00
Clemens Schmid
5e6cfc197d
Update lspclient.json
...
The haskell language server executable must be called with the --lsp flag to operate as an lsp server
2024-05-24 13:16:45 +02:00
Martín Lucas Golini
04540a3ebe
Improve gopls default configuration.
2024-05-13 21:08:58 -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
c6a2bc2c44
Auto-complete improvements. Added some partial Emmet support via emmet lsp.
2024-04-15 23:51:33 -03:00
Martín Lucas Golini
bdc376a1eb
Fix TypeScript React and JavasSript React files in LSP, they were recognized as TypeScript and JavaScript files so it was incorrectly parsed.
2024-03-21 12:55:36 -03:00
Martín Lucas Golini
7d12ceeabb
Add native linter support for XML.
2024-03-10 15:53:07 -03:00
Martín Lucas Golini
6f65a90b8b
Fix json linter.
2024-03-10 12:40:47 -03:00
Martín Lucas Golini
70c1c4daa5
Fix SpartanJ/ecode#169 .
...
Shutdown correctly LSPs (wait for shudown response).
Allow LSPs definition to declare dynamic vars that can run external commands to set the vars.
Added AdeptLSP support (SpartanJ/ecode#157 ).
2024-03-08 23:02:59 -03:00
Martín Lucas Golini
5c700e4ca7
Added Vala syntax-highlighting support ( SpartanJ/ecode#137 ), vala-language-server support ( SpartanJ/ecode#138 ), and in consequence formatter ( SpartanJ/ecode#139 ) and linter support ( SpartanJ/ecode#140 ).
2024-03-05 23:46:38 -03:00
Martín Lucas Golini
d5ae85de81
Format html files with prettier.
2023-12-01 00:23:31 -03:00
Martín Lucas Golini
5a33ad428e
Add GLSL LSP support thanks to the new glsl_analyzer ( https://github.com/nolanderc/glsl_analyzer ).
2023-10-08 21:09:06 -03:00
Martín Lucas Golini
d9ccaf2597
XML Tools fixes.
...
V lang LSP server updated to the new official LSP.
2023-08-05 14:42:27 -03:00
Martín Lucas Golini
9b61d249c5
eepp: Improve macOS trackpad events.
...
ecode: Remove --use-dirty-headers in clangd default configuration since it's not available in older versions.
2023-07-12 00:04:30 -03:00
Martín Lucas Golini
1f6122cb85
Minor fix in terminal commands.
...
Replaced PHP LSP server in favor of an open-source and free LSP.
2023-07-08 14:24:17 -03:00
Martín Lucas Golini
7e1e715dfd
ecode: Linter now allows to navigate between erros and warnings with keyboard shortcuts.
2023-06-24 16:25:53 -03:00
Martín Lucas Golini
0afbaa2971
eepp: Fixed SyntaxTokenizer with empty string. Fixed Process when building with custom environment variables. Fixed MD5::fromStream. Added Node::hasEventsOfType.
...
ecode: Fixed Build Settings UI (bug in event handling). Improvements in project builds. Improvements and fixes in formatter plugin.
2023-06-17 03:34:28 -03:00
Martín Lucas Golini
4e13d4d651
Fixed issues in document search.
2023-06-16 00:48:56 -03:00
Martín Lucas Golini
a1b173818e
eepp: Improved cell classes performance.
...
ecode: Implemented languages health window.
2023-06-10 01:42:40 -03:00
Martín Lucas Golini
cc62ec5790
ecode:
...
Improved drastically UIBorderDrawable performance.
Added Event::OnItemValueChange event and ItemValueEvent.
Added i18n function to UIWidget.
Remamed Node::addMouseClickListener to Node::onClick.
Added UI_SCROLLABLE flag and UINode::isScrollable to indicate if the widget implements some scrolling function and now UIScrollView will check if it can scroll by checking if the widget over is scrollable or not.
UISceneNode now implements loadLayoutFromString with const char* to avoid unnecessary std::string allocations.
Several fixes in UIListBox and UIDropDownList.
ecode:
Continued working on UIBuildSettings screen and Project Build configuration.
2023-06-01 02:32:03 -03:00
Martín Lucas Golini
d368065efd
ecode: TSX and JSX support improvements.
2023-05-22 23:28:16 -03:00
Martín Lucas Golini
168a7babaa
eepp:
...
Minor improvements in UICodeEditor rendering.
Allow to limit the maximum line length accepted in the highlighter (will not highlight lines that are above the threshold).
ecode:
Allow to share processes between language LSPs that use the same process (for example: clangd for C and C++, it doesn't make sense to fire 2 processes because clangd will manage both languages just fine in a single instance).
Fixed some bugs when selecting the build type.
2023-05-12 14:06:44 -03:00
Martín Lucas Golini
b04e07a896
Fixes for mingw compilation and Android.
2023-04-02 00:03:22 -03:00
Martín Lucas Golini
c3de302ccd
Improved terminal selection.
2023-03-12 18:05:35 -03:00
Martín Lucas Golini
6901cc7196
ecode: Added url to formatters and linters configuration. Improved the markdown report of feature health.
2023-03-12 15:01:22 -03:00
Martín Lucas Golini
f7faa6240e
Find/Replace improvements.
...
Windows build fix.
ecode: Minor fix in lspclient.json.
Minor fix in features health.
2023-03-10 20:08:15 -03:00
Martín Lucas Golini
5aef110bda
Ups, staged the wrong files:
...
Improved ThreadPool.
ecode: Make consistent the find/search highlighting with the actual results (Closes SpartanJ/ecode#73 ).
Fixed $NPROC in LSP client commands.
2023-03-10 02:37:01 -03:00
Martín Lucas Golini
9afac33690
ecode: LSP command can be customized per platform.
...
Added LSP support for Objective-C, ELM, Crystal, V, Scala, Swift and R.
Added formatter support for Objective-C and V.
Improved --health output.
2023-03-10 00:04:10 -03:00
Martín Lucas Golini
cdec2b8d99
ecode: Added CMake LSP support.
2023-03-09 02:28:07 -03:00
Martín Lucas Golini
9b6e5383c5
ecode: Added elixir LSP support.
2023-03-09 02:23:49 -03:00
Martín Lucas Golini
61ecffe2e7
Fix typo.
2023-03-09 02:19:23 -03:00
Martín Lucas Golini
c6200f4b53
Added x86 assembly syntax highlighting ( Closes SpartanJ/ecode#75 ).
...
Added PICO8 syntax highlighting.
Added PSQL syntax highlighting.
Added Haskell linter, formatter and LSP support.
Improved JSON syntax definition to CPP.
Cleaning up SyntaxDefinitionManager.
2023-03-09 02:14:14 -03:00
Martín Lucas Golini
ec4d5e87de
ecode: Added linter and formatter support for JSX.
2023-02-27 23:56:11 -03:00
Martín Lucas Golini
353988f292
eepp:
...
Fixed an issue in UINodeDrawable that was breaking the color tint of the drawables in some cases.
Fixed an issue when using clipping mask that prevented the batched geometry to be rendered.
Added border-smooth and background-smooth properties (I'm not sure if I'm gonna use them yet).
ecode:
Closes SpartanJ/ecode#59 .
Fixed a minor issue when dropping SVG files into the editor, they weren't being opened in a new tab.
Added Solidity LSP support using solc.
2023-02-23 00:02:01 -03:00
Martín Lucas Golini
23a815b3fc
ecode: Fixes subprocess_write_stdin (it was breaking LSPs). Fixed formatter health report. Added zig formatter support.
2023-02-16 13:02:29 -03:00
Martín Lucas Golini
ee64d434f7
ecode: Added --health command line parameter to get a health status (like helix editor).
2023-02-15 21:47:42 -03:00