Martín Lucas Golini
9797d49723
Improvements for Translator, added saveToStream.
...
XML support CDATA.
SyntaxTokenizer allow to customize start and end ranges chunks styles.
2024-02-04 13:33:36 -03:00
Martín Lucas Golini
0fe59e3ca9
Fix automatic scrolling while writing in UITextEdit.
...
Fix threadpool close.
Git plugin safetly destruct.
2024-02-03 12:37:49 -03:00
Martín Lucas Golini
7da6093507
Http now can consume ThreadPool for async requests.
...
Minor clean up.
2024-02-02 10:53:15 -03:00
Martín Lucas Golini
ea0f34de7e
Fixed minor bug in UISplitter that caused to incorrectly calculate its size after being dragged.
...
Code clean up regarding the status bar (WIP).
2024-01-31 01:14:50 -03:00
Martín Lucas Golini
d4e859be4b
Git plugin: Added stash management.
...
UITreeView now selects items with right mouse click too.
2024-01-28 21:24:53 -03:00
Martín Lucas Golini
4a0533c28a
Git Panel WIP.
2024-01-14 19:08:13 -03:00
Martín Lucas Golini
82b13329fd
Improve context menu in tab widget.
2024-01-07 21:22:16 -03:00
Martín Lucas Golini
74e3dee369
Hide tab widget scroll when mouse is not over.
...
Add context menu for splitter tabs.
Git status count lines of added files and other fixes.
Other code clean up regarding Variant class.
2024-01-07 15:18:07 -03:00
Martín Lucas Golini
eec3397592
Allow to pass std::string and std::string_view as a %s parameter in String::format and Log::debug/info/etc.
2024-01-06 10:37:38 -03:00
Martín Lucas Golini
ad92686fdd
Git minor changes.
...
Display current language in doc info.
2024-01-05 00:30:54 -03:00
Martín Lucas Golini
ffbd2c92df
Fix build.
2024-01-02 22:41:24 -03:00
Martín Lucas Golini
f6738cf79d
ecode: Fix memory leak on theme change.
2024-01-02 22:31:05 -03:00
Martín Lucas Golini
2cbdc44ce7
Enable semantic highlighting by default.
2023-12-29 10:50:33 -03:00
Martín Lucas Golini
ece5de2a1b
ecode: openURI check if scheme has been provided.
...
ecode: Add portable mode.
2023-12-28 21:44:10 -03:00
Martín Lucas Golini
cf40449840
ecode: remove titlebar separator.
2023-12-21 20:58:36 -03:00
Martín Lucas Golini
fc8ec9610b
eepp: Fixed Node::debounce.
...
ecode: Fixes in Git plugin, now status also recurses submodules. Fixed doc info being incorrect on startup.
2023-12-18 21:18:29 -03:00
Martín Lucas Golini
05684dffc9
ecode: Visual improvements.
2023-12-17 19:11:41 -03:00
Martín Lucas Golini
ac35e9ca0e
Git Plugin more WIP.
2023-12-17 14:44:00 -03:00
Martín Lucas Golini
e09b62a40d
ecode: Fix in tooltip. Added static Text::wrapText. Fix export of syntax definitions.
...
eepp: Started working on a Git plugin.
2023-12-16 22:24:35 -03:00
Martín Lucas Golini
936550171c
ScrollViewType for ScrollableWidget improvements.
2023-11-28 00:51:00 -03:00
Martín Lucas Golini
db5fea8735
Crash fix.
2023-11-23 18:30:20 -03:00
Martín Lucas Golini
ece0c2adde
Added InputEvent::MouseWheel event. Also added onMouseWheel event for Node.
...
Enabled wheel scroll momentum for macOS on ecode.
2023-11-21 23:47:43 -03:00
Martín Lucas Golini
7452bf204c
Added text-overflow support.
...
Minor bug fix on app title.
2023-11-12 23:03:49 -03:00
Martín Lucas Golini
e9654631ea
Fixes an issue when reloading documents (file system change) that disabled the linter by mistake.
2023-11-09 20:32:45 -03:00
Martín Lucas Golini
3867a472b3
Allow multiple fallback fonts.
...
Reduced allocations and improved logs in LSP Plugin.
Added String::split for std::string_view.
Added support for std::string_view in Log.
2023-11-05 18:56:56 -03:00
Martín Lucas Golini
809781b119
Display file lock icon when editor is on read-only state.
...
Fix emscripten build.
Fix scroll on status build logs.
Display shortcut for document read-only checkbox in settings.
Fix duplicating command execution on project tree view.
2023-11-01 22:48:52 -03:00
Martín Lucas Golini
b7bdfd33ba
eepp:
...
Added Sys::execute and Sys::getProcessFilePath (not tested on macOS, could be broken).
ecode:
Optimized document search (now is async).
Improved auto-reload of plugins, should solve some issues.
Added "New Window" option on Settings Menu.
2023-10-28 01:09:00 -03:00
Martín Lucas Golini
7d2fbc4678
ecode: Fix improper lock when adding watches. Fixed several crashed when plugin events where fired from closed editors.
2023-10-27 01:55:43 -03:00
Martín Lucas Golini
6597c901e9
Fix file not reloading when changed from disk.
2023-10-17 23:06:51 -03:00
Martín Lucas Golini
2b15e0749d
Try fix an issue with plugin reload.
...
Don't auto format config files when auto format on save is set to avoid issues.
Try to fix a very rare issue with the syntax highlighter (also improve locking).
2023-10-12 20:55:55 -03:00
Martín Lucas Golini
893e3cd912
Allow selecting and copying text in UIConsole.
...
IniFile detects BOM headers.
Fix small bug when opening ecode logs.
2023-10-04 20:30:28 -03:00
Martín Lucas Golini
8612eb2721
eepp: Improvements in Process. Some minor performance improvements.
...
ecode : Fixes in XML Tools. Fixes in Linter Plugin.
2023-09-28 01:05:15 -03:00
Martín Lucas Golini
70d4c51c98
Fix app close on macOS.
2023-09-25 23:45:35 -03:00
Martín Lucas Golini
ccd6a04429
Fixed a bug introduced when adding a cb to the InputEvent::Quit.
2023-09-24 20:17:49 -03:00
Martín Lucas Golini
cf8501337b
Nit.
2023-09-24 01:45:43 -03:00
Martín Lucas Golini
a87b1b3def
On macOS check the PATH defined in the shell and append all pending PATHs to the current environment. This should improve binary finding. Solves issue SpartanJ/ecode#63 .
...
Renamed MACOSX references to MACOS / macOS.
2023-09-24 01:33:15 -03:00
Martín Lucas Golini
b3b5566f1c
Try to load font family from @font-face (not tested yet).
...
Added NotoSans font family (Bold, Italic and BoldItalic).
Features Health will only check against language names (and ignore extensions).
2023-09-18 00:34:06 -03:00
Martín Lucas Golini
cc7c4a5c75
Minor clean up.
2023-09-17 12:33:07 -03:00
Martín Lucas Golini
1c1c3c81ba
ecode:
...
Allow selecting the default language for an extension when the extension could represent more than one language.
Some minor improvements.
2023-09-16 22:28:36 -03:00
Martín Lucas Golini
2e80cdb77e
Don't remove keybindings of formatter and linter plugins if any document is still open.
...
Converting from UTF8 now checks for BOM UTF8 strings.
2023-09-15 23:47:47 -03:00
Martín Lucas Golini
e795b70c7e
eepp:
...
Updated efsw.
Refactored MD5 class.
ecode:
Updated build.app.sh scripts with the new font assets.
Tried to reduce the false positives of the document modified alert (I don't think it worked, needs more investigation).
2023-09-14 01:15:46 -03:00
Martín Lucas Golini
4520a74b1b
setFontSize and all its relatives are now in pixels (instead of dp)
...
TextureLoader can now report of loaded files.
Some minor refactor in TextureFactory and UIWidget.
Added UITextureViewer tool. A very simple tool to display current loaded textures, added this util to the UIWidgetInspector.
2023-09-13 00:48:26 -03:00
Martín Lucas Golini
bfd49ea019
User FLATPAK_ID instead of FLATPAK_ISOLATION to find out if it's running from flatpak.
2023-09-10 14:09:09 -03:00
Martín Lucas Golini
e479760ec8
Stop using FileSystem::fileCanWrite for write access check since it doesn't work on Windows. I couldn't find any reliable way to check this than simply trying to open a file as "wb".
2023-09-09 17:17:59 -03:00
Martín Lucas Golini
3231dabbee
Minor fixes and improvements.
2023-09-05 19:51:36 -03:00
Martín Lucas Golini
86000a3047
ecode: Some minor performance improvements.
...
eterm: added font family.
2023-08-13 00:33:27 -03:00
Martín Lucas Golini
0903bd7039
Font family WIP.
2023-08-11 01:21:46 -03:00
Martín Lucas Golini
9814f25696
Added flatpak warning.
2023-07-30 20:18:45 -03:00
Martín Lucas Golini
87afb70851
ecode: Use default modifier for all the shortcuts using KEYMOD_CTRL.
2023-07-28 21:12:34 -03:00
Martín Lucas Golini
451ffc75ad
ecode: Improved "Open with ecode" on macOS.
2023-07-23 20:07:44 -03:00