Martín Lucas Golini
10b2831eb7
UIMessageBox and UIWindow minor improvements.
...
TypeScript language support improvements.
ecode: Context menu on project tree view.
ecode: Save last window position.
2022-01-29 16:28:56 -03:00
Martín Lucas Golini
c296dff7a2
Some improvements. Functional.
2022-01-26 01:56:54 -03:00
Martín Lucas Golini
c3daad6553
ecode: Crash fix when loading a new folder when the previous folder is still loading.
2022-01-19 23:36:12 -03:00
Martín Lucas Golini
ff2fd46638
WIP.
2022-01-18 22:39:00 -03:00
Martín Lucas Golini
7667d58076
UITreeView minor fix.
...
ecode: Remember last opened folder file.
2022-01-16 17:42:19 -03:00
Martín Lucas Golini
12265f0cac
Minor optimization for project/folder unload/load.
2022-01-15 02:44:30 -03:00
Martín Lucas Golini
82deaf7b9b
Minor fix in project directory tree: if a file is added that is not included in the accepted patterns and then renamed to one that actually is, the file will be added to the directory tree.
2022-01-09 21:04:16 -03:00
Martín Lucas Golini
a55728fc0f
Improved formatter modelue.
...
Updated efsw.
2022-01-07 01:47:44 -03:00
Martín Lucas Golini
2d8b3e6b6d
ecode: Minor fix in FileSystemListener.
2021-12-09 00:34:23 -03:00
Martín Lucas Golini
95a085e484
Minor fix for onModelUpdate but still pending a couple of fixes to have this working properly in multi-threaded environments.
2021-11-23 18:56:50 -03:00
Martín Lucas Golini
27d1b3722d
Added UITreeView::selectRowWithPath.
...
ecode: Added new option "Synchronize project tree with editor". The watcher now watch for all subdirectories in the project tree.
2021-11-22 01:34:42 -03:00
Martín Lucas Golini
1ac37e1468
ecode: Fixed some crashes. Changed default python linter.
2021-11-21 14:49:50 -03:00
Martín Lucas Golini
13db514511
Revert to gracefully end thread pool.
2021-11-11 18:38:03 -03:00
Martín Lucas Golini
63d998656d
ecode: Added sol format support.
...
Added new option for the ThreadPool.
2021-11-10 19:54:21 -03:00
Martín Lucas Golini
21e8ae53af
Minor fix in the SyntaxHighlighter.
...
ecode: Improved the FormatterModule. Some minor fixes.
2021-09-25 22:31:20 -03:00
Martín Lucas Golini
4cf65c66bc
Changed default text hinting.
...
Added Dart and Objective-C support.
ecode: Show folder name in window title when opening a folder/project.
2021-09-12 00:42:08 -03:00
Martín Lucas Golini
817fadb8fe
Avoid refreshing ProjectDirectoryTree when invisible files are added.
...
Minor improvements in the SyntaxDefinitionManager.
2021-06-07 02:15:57 -03:00
Martín Lucas Golini
5b33d8ed5e
ecode: detect file system changes in the project directory tree.
2021-01-24 01:06:45 -03:00
Martín Lucas Golini
239c5e00c6
ecode: Added Code Formatter module. Improved Linter module.
2021-01-15 02:29:26 -03:00
Martín Lucas Golini
92cb3ce12a
ecode: Added notification center.
2021-01-05 00:17:30 -03:00
Martín Lucas Golini
a0d2f73864
ecode code refactor.
2021-01-04 01:46:48 -03:00
Martín Lucas Golini
7493f6a1cd
eepp: Some minor improvements in TextDocument, UITreeView, and related views.
...
ecode: Added global project search & replace.
2021-01-03 05:09:47 -03:00
Martín Lucas Golini
5e4db57189
ecode: Minor refactor.
2021-01-01 00:59:19 -03:00
Martín Lucas Golini
f209ed5cb3
TextureFactory::remove now allows Texture* as parameter.
...
ecode: Allow preview image inside the editor.
2020-12-31 23:49:13 -03:00
Martín Lucas Golini
7f4b9ef11f
Linter bug fix.
...
Minor optimization in Auto Complete module.
Updated creator project.
2020-12-31 15:14:32 -03:00
Martín Lucas Golini
143c02cba4
Fix for windows build.
2020-12-27 13:18:02 -03:00
Martín Lucas Golini
4bc9b7a644
Sys added Sys::epochToString.
...
ecode: Update file system tree view on changes.
Added a couple of linters.
Allow to select global results in UITreeViewGlobalSearch (not used but implemented, it will be used for global search & replace).
2020-12-27 05:04:28 -03:00
Martín Lucas Golini
652867c202
ecode: Added lua pattern search for global search.
...
Fixed a minor bug in global search.
2020-12-26 04:28:32 -03:00
Martín Lucas Golini
ccb22f34aa
TextDocument find improvements: lua pattern find and whole word filter.
2020-12-25 17:45:41 -03:00
Martín Lucas Golini
dccd0617e5
Fixed UITabWidget clipping.
...
Added pyw extension for python files.
ecode:
Added: Hide tabbar on single tab option.
Added whole word search in global search.
Some minor fixes in global search.
2020-12-23 02:46:46 -03:00
Martín Lucas Golini
07381c5943
Added basic linter support for ecode.
2020-12-21 03:01:07 -03:00
Martín Lucas Golini
e1d153befa
Added support for Text color background.
...
Minor improvements.
2020-12-14 10:52:19 -03:00
Martín Lucas Golini
0b8168bfbd
Fixed .gitignore parsing in IgnoreMatcher when files new lines are CLRF.
...
Updated efsw.
2020-12-13 23:39:33 -03:00
Martín Lucas Golini
6969443e92
A couple of minor fixes for ecode.
...
Updated efsw.
2020-12-12 14:01:42 -03:00
Martín Lucas Golini
44259a1bba
ecode: Added support for auto-reload and auto-detect file changes from open documents.
...
eepp: Several fixes and improvements.
2020-11-25 23:48:55 -03:00
Martín Lucas Golini
fcd68131e3
Added UIStackWidget.
...
Added UIMultiModelView.
Some minor fixes for UIAbstractView and derivatives.
ecode:
Added shortcut to switch visibility of the side panel.
Changing mono font now does not require to restart the application.
2020-11-15 03:20:09 -03:00
Martín Lucas Golini
57e7125fb7
Minor improvements.
2020-11-01 01:47:36 -03:00
Martín Lucas Golini
544ea80828
Tab Bar is now scrollable.
...
Some minor bug fixes.
2020-10-17 22:54:38 -03:00
Martín Lucas Golini
a33b233359
UIFileDialog: allow opening a folder when no folder is selected.
...
UIListBoxItem: Don't focus on setSelected.
UIDropDownList: UIListBox now is shown at the top of the drop down if doesn't fit below.
UICodeEditor: Added shift+insert shortcut to paste the clipboard text.
Node: Added Node::clearEventListener.
ecode: Added global search history.
2020-10-11 01:23:09 -03:00
Martín Lucas Golini
61f6502df0
ecode minor refactor and now remembers latests opened files from a folder.
2020-09-14 00:01:45 -03:00
Martín Lucas Golini
d1c67c1638
Improved project file search in ecode.
2020-09-02 22:36:22 -03:00
Martín Lucas Golini
9178fc168a
Bug fix in ProjectSearch (ecode).
...
Minor fxi in UITreeViewGlobalSearch results.
Fix in the UITextInput text input.
2020-09-02 00:50:33 -03:00
Martín Lucas Golini
763683a818
Added Log levels support.
2020-08-31 01:36:12 -03:00
Martín Lucas Golini
6861c5e795
Improved emscripten support + some minor refactor.
2020-08-30 18:08:00 -03:00
Martín Lucas Golini
f3e1720bc2
IgnoreMatcher now check for subfolder ignore files and apply the ignore rules from that file.
...
Added "Save All" to ecode.
Some improvements to UIFileDialog.
Some minor refactor.
2020-08-30 02:22:35 -03:00
Martín Lucas Golini
ae1bb00af7
ecode: Syntax highlighting in project search.
2020-08-28 01:03:00 -03:00
Martín Lucas Golini
e57b8d1a56
Fixed auto close bracket selection in ecode.
...
Added swift lang support.
2020-08-26 01:50:40 -03:00
Martín Lucas Golini
e52924c983
Added auto close brackets support to TextDocument and ecode.
...
Allow to change fonts in ecode.
2020-08-24 00:12:11 -03:00
Martín Lucas Golini
8ffed6b63f
Added YAML syntax definition.
...
Added shortcut to open settings menu in ecode.
Tab selection fix.
2020-08-23 01:41:44 -03:00
Martín Lucas Golini
1250fc9972
Added UIListView.
...
UIFileDialog now uses UIListView.
UITreeView/UITableView/UIListView allow selecting row by writing its name.
Styling fixes.
2020-08-18 00:35:01 -03:00