193 Commits

Author SHA1 Message Date
6ec7b011c3
revised RecentFileManager to provide a stable API and actually limit the number of items tracked 2021-09-08 21:06:23 -04:00
c4728b6566
don't assume GetCurrentEditor() returns something 2021-08-27 20:42:26 -04:00
1b28f8603d
remove columns in TreeModel along with TreeView instead of in separate areas 2021-08-27 20:41:05 -04:00
fdbeb208e9
testing improvement to Database Editor 2021-08-14 23:37:53 -04:00
81e5ff40f5
implement icons on ToolbarItemButtons 2021-08-14 23:37:15 -04:00
bb6bb8b60a
do not cause SelectionChanged to be handled (again) while we are currently processing a selection change 2021-08-11 23:53:31 -04:00
df32d49b11
preliminary implementation of Editor Panels - CRASHES when switching back after adding a panel though 2021-08-11 23:34:47 -04:00
b16d63279e
preliminary implementation of Panel references - XML and Editor Panels to come soon 2021-08-11 22:26:12 -04:00
82101053ff
removed StackSidebar and replaced with TabContainer with TabStyle = Sidebar 2021-08-11 15:23:09 -04:00
c63a7fd999
focus newly-created TreeModelRow after adding it 2021-08-03 23:15:05 -04:00
481ee946b0
remove broken files 2021-07-25 21:02:07 -04:00
8b363b50d0
Merge branch 'pre-commit' 2021-07-25 16:13:12 -04:00
d8b75962c5
merge stashed changes 2021-07-25 16:12:56 -04:00
dca1c130ff
allow creating empty document without an Accessor being set 2021-07-24 17:17:08 -04:00
3c332eb798
don't die painfully if StartPage layout cannot be loaded 2021-07-24 17:14:53 -04:00
e670a3646e
migrate functionality from Engine directly into EditorApplication and remove Engine 2021-07-24 17:13:33 -04:00
dbe9f59538
need to fix opening twice, but now we can handle import settings when launched via native file browser, for example 2021-05-31 23:38:50 -04:00
2a64f97317
preliminary implementation of strongly-typed Selection and deletion in FileSystemEditor 2021-05-30 20:17:45 -04:00
ad65bc61bb
simplify GetSelections() and only call Begin/EndEdit() in Delete() if there is a selection 2021-05-30 15:59:37 -04:00
fa562503a3
Merge branch 'pre-commit' 2021-05-27 23:39:49 -04:00
5cfa5dc968
implement adding new Groups and Properties, as well as feature enhancements to PropertyListEditor 2021-05-27 23:37:32 -04:00
889a5d97fb
Merge branch 'pre-commit' 2021-05-26 15:08:07 -04:00
3cbabda434
support renaming files via CellEdited (requires UWT @ bb6be74) 2021-05-26 15:07:56 -04:00
c644bb21af
implement FileSystemEditor checking valid filenames with invalid filenames and characters settings 2021-05-26 15:00:41 -04:00
d973de830d
remove ProjectTypeVariable in favor of using Setting everywhere 2021-05-22 07:26:57 -04:00
03e894daa0
thinking that SettingsProfiles up there might have originally been a typo? 2021-05-22 02:32:20 -04:00
010b7ffafc
replace ALL obsolete and duplicate CustomOptions code with Settings from MBS.Framework 2021-05-22 02:16:12 -04:00
4f8c4c2e89
use CommandEventArgs.Command instead of assuming sender is a Command (it is not always, and should not ever be) 2021-05-21 19:53:14 -04:00
dcdfd4c8b8
inhibit logout/shutdown if there are unsaved documents 2021-05-16 07:07:12 -04:00
44cde38727
Merge branch 'pre-commit' 2021-05-15 00:34:55 -04:00
cf3efc3268
add pre-commit hook 'mixed-line-ending' 2021-05-15 00:34:42 -04:00
852d6c941b
reference project SNK file instead of global SNK file (project SNK is a symbolic link to global SNK) 2021-05-15 00:29:40 -04:00
98732be788
do not crash if we don't have permission to save the file when invoking Save 2021-05-13 17:37:15 -04:00
6de9efa9e9
fix crash if OpenFile(string) is called and file is not found - e.g. from Bookmarks menu 2021-05-11 23:56:24 -04:00
215a5f9182
implementing CellRenderer from UWT - requires MBS.Framework.UserInterface @ a75f688 2021-05-11 23:55:37 -04:00
1ce558596a
allow disabling certain elements of DocumentPropertiesDialog 2021-05-10 06:40:50 -04:00
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -04:00
3f1107b022
implement pre-commit hook 'Forbid spaces in indentation' 2021-05-07 18:15:20 -04:00
8b689aa3ad
add .desktop file 2021-05-07 13:50:26 -04:00
38086708e9
improve Settings framework (requires MBS.Framework.UserInterface @ e33bf19) 2021-04-29 23:01:14 -04:00
d762f59ae7
implement Recent Documents list in start page and main menu 2021-04-27 08:50:34 -04:00
9e2d5b2b93
preliminary (read-only) implementation of Property List Panel 2021-04-27 08:49:09 -04:00
7386dd2005
provide events for EditorChanging/EditorChanged 2021-03-26 14:22:02 -04:00
b06e3628f0
improve parsing of entered data in conversion text boxes 2021-03-23 14:55:00 -04:00
c655e4baab
dynamically change New Dialog caption depending on whether it's a New Project or New Document - broken in UWT 2021-03-23 14:54:09 -04:00
5233118a56
suggest ObjectModel if not specified when selecting DataFormat 2021-03-23 14:49:55 -04:00
e167853c28
move IHostApplication core into UniversalEditor.Core 2021-03-23 14:48:24 -04:00
35cdeb6860
boilerplate 2021-02-27 23:50:07 -05:00
87f0da0493
EditorPages are not the only Pages that have titles 2021-02-27 08:36:20 -05:00
c3fc908a68
this fires when we switch away from an Editor, so don't crash 2021-02-27 08:35:50 -05:00