Commit Graph

1546 Commits

Author SHA1 Message Date
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
8495998fe3 Updated efsw. 2020-12-12 18:13:08 -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
e47247180d Minor mingw64 GCC v5 fix. 2020-12-12 03:33: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
ee7b8e185e Implemented auto columns-width for abstract table views and some minor improvements related to this new feature. 2020-11-16 01:08:13 -03:00
Martín Lucas Golini
c9504a907b Fixed windows build. 2020-11-15 17:38:12 -03:00
Martín Lucas Golini
71ab09c7bf Improved SortingProxyModel. 2020-11-15 16:32:56 -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
89ccd2e934 Added paste with middle click mouse in UICodeEditor. 2020-11-09 00:28:41 -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
2a81ade262 Fixes for mingw and vc. 2020-08-18 02:02:44 -03:00
Martín Lucas Golini
2c9e58763b Fixed FileInfo::isHidden.
clang formated files.
2020-08-18 01:24:49 -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
Martín Lucas Golini
a5a55481dc Very minor improvements to the table header column icon. 2020-08-17 01:29:50 -03:00
Martín Lucas Golini
8f430076ef Added SortingProxyModel to allow sorting tables by column.
Some minor improvements to ecode.
Added "delete-current-line" to text document.
2020-08-13 02:22:17 -03:00
Martín Lucas Golini
07358c225f Some macOS minor fixes. 2020-08-11 01:05:47 -03:00
Martín Lucas Golini
3c28535d7a Added UIIcon and UIGlyphIcon. Icons refactor WIP. 2020-08-10 01:54:02 -03:00
Martín Lucas Golini
1009e9368d Allow UICodeEditor::goToLine go to the center of the document view. 2020-08-10 00:08:01 -03:00
Martín Lucas Golini
f58ed98804 Added WidgetTreeModel.
Updated dr_libs.
2020-08-09 14:35:30 -03:00
Martín Lucas Golini
d6e9f49197 Added Boyer-Moore-Horspool fast string search algorithm to String.
Improved project search performance by using the BMH algorithm.
2020-08-09 00:28:46 -03:00
Martín Lucas Golini
91a9a97dc5 Some minor improvements to ecode and general minor fixes. 2020-08-06 00:50:19 -03:00
Martín Lucas Golini
93bc53f379 Added global project search support to ecode. 2020-08-04 01:10:38 -03:00
Martín Lucas Golini
6f09fc79c9 Some minor fixes and improvements for ecode.
UIPushButton minor refactor.
2020-08-02 19:00:41 -03:00
Martín Lucas Golini
fe0c2431bd Added support to ignore files from the .gitignore automatically.
Some minor fixes to the TextDocument and ecode.
2020-07-29 01:29:57 -03:00
Martín Lucas Golini
898980c545 Some minor fixes in UICodeEditorSplitter and UIAbstractTableView. 2020-07-27 01:37:28 -03:00
Martín Lucas Golini
98ef562440 Renamed UITable to UIWidgetTable and UITableCell to UIWidgetTableRow.
Minor improvements to UIFileDialog.
Added "Open Folder" and "Recent Folders" to ecode.
2020-07-26 23:17:52 -03:00
Martín Lucas Golini
8da1235387 UILinearLayout now uses all pixels unit (for coordinates and sizes).
Some minor improvements in UITableView and UITreeView.
2020-07-26 16:03:10 -03:00
Martín Lucas Golini
dce9f1c285 Improvements and fixes for FileSystemModel, ProjectDirectoryTree, FileInfo and more. 2020-07-26 15:08:11 -03:00
Martín Lucas Golini
3da95eb5f7 Implemented UITableView.
Added project locate file in ecode (still needs work).
Several fixes and improvements.
2020-07-26 03:02:01 -03:00
Martín Lucas Golini
4dca6ad955 Minor fixes. 2020-07-24 23:19:51 -03:00
Martín Lucas Golini
31d2d3041b UITreeView performance improvement (and fix). 2020-07-24 01:28:01 -03:00
Martín Lucas Golini
54d520dba6 UITreeView improvements.
Added Drawable::getPixelsSize.
Improved UIPushButton.
2020-07-23 01:40:14 -03:00
Martín Lucas Golini
ad4e4b5367 Minor improvements to UITreeView and related views.
Also improved UISplitter.
Improved side panel in ecode.
2020-07-20 00:34:40 -03:00