Commit Graph

8 Commits

Author SHA1 Message Date
Martín Lucas Golini
9bdadb1f22 Closes SpartanJ/ecode#30.
Closes SpartanJ/ecode#31.
Closes SpartanJ/ecode#32.
Also fixes some other error with wrong encodings on Windows.
2023-02-07 00:08:12 -03:00
Martín Lucas Golini
097a8e85cb Closes SpartanJ/ecode#29 (Allow to ignore files in the file system tree view). 2023-02-05 17:58:47 -03:00
Martín Lucas Golini
b0d264413e Added "Refresh View" option in file tree view. 2023-02-03 02:00:06 -03:00
Martín Lucas Golini
9a9b45ecb2 eepp:
TextDocument: Added support for CR line endings (Classic Macintosh). Fixes in save and load.
ecode:
Closes SpartanJ/ecode#26 (a consequence of issue #27).
Closes SpartanJ/ecode#27 (mixed CRLF and LF broke files, pasting text with CRLF line endings broke files).
Improved SpartanJ/ecode#24.
2023-02-02 19:24:48 -03:00
Martín Lucas Golini
1dec91588e Closes SpartanJ/ecode#23. 2023-02-02 13:44:20 -03:00
Martín Lucas Golini
3aab736563 eepp:
Added some functions to the StyleSheet to enable updating the cached element definition and finding selectors.
ecode:
Added "UI Panel Font Size" option.
LSP Client minor fixes. Added "--css" command line option.
"Show Line Endings" is now disabled by default.
Fixed "switch-to-previous-colorscheme" when running with emscripten.
2023-01-29 14:01:35 -03:00
Martín Lucas Golini
fb502ab8ae Added show line endings option.
Fixed monospace font command.
2023-01-20 02:30:04 -03:00
Martín Lucas Golini
4edfa15e52 eepp:
Breaking change: Event::MsgBoxConfirmClick renamed Event::OnConfirm and Event::MsgBoxCancelClick to Event::OnCancel. To be more generic for new components.
ecode:
Refactor, moved all the menues creation into a new class. Added more global commands (for a future command pallete).
2023-01-19 21:15:59 -03:00