Martín Lucas Golini
|
fa62aa00ff
|
Rever small change in fuzzy search for command palette.
|
2024-10-20 14:51:01 -03:00 |
|
Martín Lucas Golini
|
be303f65f6
|
Should fix windows build.
|
2024-10-20 14:29:41 -03:00 |
|
Martín Lucas Golini
|
b9d8f365aa
|
Fix wrong isdigit usage.
|
2024-10-20 14:04:35 -03:00 |
|
Martín Lucas Golini
|
6c413995ae
|
Reduce type ambiguity.
Don't expose locale headers.
|
2024-10-20 13:43:08 -03:00 |
|
Martín Lucas Golini
|
b62668dc74
|
Fix Linux build.
|
2024-10-20 13:15:45 -03:00 |
|
Martín Lucas Golini
|
4c8965c876
|
Add fast_float for string to float conversions.
Try to hide headers from string.hpp and move to implementation (this will probably break some builds).
|
2024-10-20 12:48:22 -03:00 |
|
Martín Lucas Golini
|
66002c3db8
|
Fixes Haiku performance issues.
|
2024-10-20 04:09:20 -03:00 |
|
Martín Lucas Golini
|
2bb66d2e40
|
Improvements for better theming support in ecode.
|
2024-10-19 22:59:16 -03:00 |
|
Martín Lucas Golini
|
b9667b75a3
|
Identify and flag nightly builds. If a new version is released as stable they will be able to recognize that there's a new version available.
|
2024-10-19 17:29:18 -03:00 |
|
Martín Lucas Golini
|
1914488336
|
Minor clean up.
|
2024-10-19 14:32:58 -03:00 |
|
Martín Lucas Golini
|
46b2a1b769
|
Expose export-compile-commands in premake5 project.
Minor fix in Sys::getOSArchitecture.
|
2024-10-18 12:55:15 -03:00 |
|
Martín Lucas Golini
|
8ff5245e77
|
Fix invalid call to close handle in AutoHandle.
|
2024-10-17 20:39:57 -03:00 |
|
Martín Lucas Golini
|
09acc6ff59
|
Nit.
|
2024-10-17 12:00:27 -03:00 |
|
Martín Lucas Golini
|
66c57a11e4
|
loadFolder lnk support.
|
2024-10-17 01:28:14 -03:00 |
|
Martín Lucas Golini
|
c29000c274
|
Fix possible dead-lock when calling window->restore() (SDL_RestoreWindow seems to dead-lock on Linux for no reason).
|
2024-10-17 00:39:32 -03:00 |
|
Martín Lucas Golini
|
4389c99401
|
Fix breadcrumb highlight.
Minor nit for lnk files.
|
2024-10-16 12:06:17 -03:00 |
|
Martín Lucas Golini
|
0f95121af9
|
Added windows shortcut support, solves SpartanJ/ecode#349.
|
2024-10-15 15:49:17 -03:00 |
|
Martín Lucas Golini
|
8459f4e11f
|
Fix fuzzy search for keys in commnad palette.
Fix in premake4 project file.
|
2024-10-14 20:36:22 -03:00 |
|
Martín Lucas Golini
|
3d04112402
|
Allow uieditor to select color scheme.
|
2024-10-14 15:32:16 -03:00 |
|
Martín Lucas Golini
|
c881410a39
|
Minor nit with eterm.
|
2024-10-04 15:01:51 -03:00 |
|
Martín Lucas Golini
|
406a7de910
|
Disable regex jit in emscripten (fix build) and enable jit in windows.
|
2024-10-03 12:02:41 -03:00 |
|
Martín Lucas Golini
|
e7f4c6fa45
|
Change "Single Instance" to "Open Files in New Window".
|
2024-10-03 00:22:45 -03:00 |
|
Martín Lucas Golini
|
8669ced73b
|
Small fix in text shadow for tooltip in light theme.
Try again downgrading Ubuntu version for arm64 nightly build (probably won't work, but locally works! 😞)
|
2024-10-02 19:57:54 -03:00 |
|
Martín Lucas Golini
|
38349805d3
|
Fix word selection match not being visible with word wrap.
Try to improve ecode nightly yml.
|
2024-10-01 20:30:30 -03:00 |
|
Martín Lucas Golini
|
3b1ad7723b
|
Some performance optimizations + fix page up and page down with line-wrap enabled.
|
2024-09-30 01:36:30 -03:00 |
|
Martín Lucas Golini
|
e789c15022
|
Start producing nightly builds of ecode for Linux and Windows, macOS pending (issue SpartanJ/ecode#228)
|
2024-09-29 14:23:54 -03:00 |
|
Martín Lucas Golini
|
cf3ca0d82c
|
Raise and restore window when loaded file in single-instance.
Added select-single-line command.
|
2024-09-29 12:19:49 -03:00 |
|
Martín Lucas Golini
|
12e393b96a
|
Minor improvements to the ecode build scripts.
|
2024-09-29 01:28:24 -03:00 |
|
Martín Lucas Golini
|
20c18f0c4b
|
Focus tab if file loaded is already opened.
|
2024-09-28 18:53:21 -03:00 |
|
Martín Lucas Golini
|
625144fc08
|
Fix Haiku Sys functions
|
2024-09-28 20:25:56 +00:00 |
|
Martín Lucas Golini
|
6457d5db20
|
Fix haiku build.
|
2024-09-28 14:40:20 -03:00 |
|
Martín Lucas Golini
|
38d799f742
|
Forgot include.
|
2024-09-28 14:27:57 -03:00 |
|
Martín Lucas Golini
|
8c898b68e2
|
Try fix new Sys functions in Haiku.
|
2024-09-28 14:26:37 -03:00 |
|
Martín Lucas Golini
|
5a7e7e5387
|
Avoid crashes on plugin unload while loading.
|
2024-09-28 13:42:54 -03:00 |
|
Martín Lucas Golini
|
49e56f05a2
|
Single instance support (tested in Linux and Windows, pending the rest of the OSes, issue SpartanJ/ecode#58).
Refresh buttons state when Clear Menu is used (issue SpartanJ/ecode#339).
|
2024-09-28 01:01:14 -03:00 |
|
Martín Lucas Golini
|
63cc931dec
|
Fix text replace with captures when using RegEx.
|
2024-09-27 01:16:29 -03:00 |
|
Martín Lucas Golini
|
bf31d457c9
|
More improvements in CMake syntax highlighting (solves file example from SpartanJ/ecode#204).
|
2024-09-26 02:28:38 -03:00 |
|
Martín Lucas Golini
|
b3bb61389a
|
Improve CMake syntax highlight (SpartanJ/ecode#205).
|
2024-09-26 01:56:51 -03:00 |
|
Martín Lucas Golini
|
c71aebc786
|
Slightly improve Makefiles syntax highlight.
|
2024-09-26 00:03:43 -03:00 |
|
Martín Lucas Golini
|
5570dbd001
|
Allow to configure keybindings for auto complete plugin (SpartanJ/ecode#337).
|
2024-09-25 23:34:47 -03:00 |
|
Martín Lucas Golini
|
92291448c0
|
Fix invalid memory access when Event::OnDocumentChange is processed in LSPClientPlugin.
Some refactor of Keyboards Shortcuts.
|
2024-09-25 20:56:05 -03:00 |
|
Martín Lucas Golini
|
f433141837
|
Yet another nit.
|
2024-09-25 01:47:58 -03:00 |
|
Martín Lucas Golini
|
f44fcf1658
|
A couple of nits in locator.
|
2024-09-25 01:19:15 -03:00 |
|
Martín Lucas Golini
|
bef41153c1
|
Implement glob match for path and extension search in Locate bar #336 (issue SpartanJ/ecode#336).
|
2024-09-24 23:13:53 -03:00 |
|
Martín Lucas Golini
|
42c4fd5f6c
|
Try fix issue #56.
|
2024-09-23 14:39:19 -03:00 |
|
Martín Lucas Golini
|
9f1c18e397
|
Update efsw.
|
2024-09-23 11:47:30 -03:00 |
|
Martín Lucas Golini
|
69d2db6d12
|
Added regex support to the tokenizer and syntax definition.
|
2024-09-22 22:53:24 -03:00 |
|
Martín Lucas Golini
|
ffbf3a91d7
|
Clean up a little bit.
Added options to RegEx.
Fix case insensitive search with RegEx.
Added RegEx to UIDocFindReplace.
|
2024-09-22 21:16:01 -03:00 |
|
Martín Lucas Golini
|
a60cff4d93
|
Add RegEx support for global search.
Minor change in how minimap is dragged.
|
2024-09-22 14:03:07 -03:00 |
|
Martín Lucas Golini
|
2c617b1deb
|
RegEx support in TextDocument search. Added RegEx support to ecode's Find & Replace.
|
2024-09-22 02:16:15 -03:00 |
|