42 Commits

Author SHA1 Message Date
73c6a06776
laughably stupid mistake 2022-03-15 00:12:33 -04:00
29c0297c5f
update to latest UWT API changes for treeviews 2022-03-15 00:12:02 -04:00
476c07516b
computer broke, frustrated, will clean up this shitload later 2021-12-09 01:04:07 -05:00
1b28f8603d
remove columns in TreeModel along with TreeView instead of in separate areas 2021-08-27 20:41:05 -04:00
2a64f97317
preliminary implementation of strongly-typed Selection and deletion in FileSystemEditor 2021-05-30 20:17:45 -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
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
fb24fb02f7
implementing CellRenderer from UWT - requires MBS.Framework.UserInterface @ a75f688 2021-05-11 22:56:04 -04:00
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -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
9e2d5b2b93
preliminary (read-only) implementation of Property List Panel 2021-04-27 08:49:09 -04:00
e167853c28
move IHostApplication core into UniversalEditor.Core 2021-03-23 14:48:24 -04:00
847d98850e
reorganize some stuff, fix Undo/Redo command enabling, other minor aesthetic issues 2021-02-26 21:01:25 -05:00
0185e4ab32
take advantage of FINALLY! keyboard and mouse binding support in UWT and some other aesthetic improvements 2021-02-23 23:52:48 -05:00
686a47e426
add (hardcoded) 'up' command with XButton1 ('back' mouse button) 2021-02-20 22:20:35 -05:00
bd836fd758
migrate Settings codebase from MBS.Framework.UserInterface to MBS.Framework [from MBS.Framework a594833] 2021-02-15 22:18:11 -05:00
d4b2803088
improve current folder handling in FileSystemEditor 2021-01-25 00:07:29 -05:00
9ef4d183e6
improve FileSystemEditor navigation and add a path entry text box 2021-01-09 22:36:50 -05:00
9ecb3e3692
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication) 2021-01-02 00:30:28 -05:00
e8eab14089
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass 2020-10-26 16:49:11 -04:00
7d926d93ac
deprecate code-based SettingsProviders in favor of XML-based definitions (uwt:b4624f3) 2020-09-25 16:07:39 -04:00
a4170f8786
properly use the selected TreeModelRow as parent IFileSystemContainer if possible 2020-09-11 19:39:45 -04:00
7673960a73
notify when an embedded file has been added and update details when we save it 2020-09-11 19:27:37 -04:00
f150251cf2
allow us to create new files within a FileSystemObjectModel entirely in memory 2020-09-10 05:45:31 -04:00
218dcd844e
Insert CustomOptions from the current DataFormat into Document Properties dialog 2020-09-06 06:04:07 -04:00
a3c51604ec
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog 2020-09-05 06:51:13 -04:00
da49113837
preliminary working implementation of Batch Find/Replace dialog... very incomplete 2020-08-26 02:10:11 -04:00
abd4992fbe
reorganize ListView source into its own sub-namespace 2020-08-15 01:43:55 -04:00
233b48c9f9
remove previous ListViewColumns from the ListView before adding additional detail columns 2020-08-07 01:34:12 -04:00
6da14c1c67
people are used to seeing folders appear before files in a filesystem list 2020-06-18 10:14:55 -04:00
961dd0ad54
populate drag-drop list of files in a more cross-platform way (requires latest uwt) 2020-06-17 18:52:14 -04:00
734999f79b
actually add the file(s) and folder(s) from FileAddItemsFromFolder to the document 2020-06-14 00:46:04 -04:00
54e11b8da6
provide a way for embedded Accessors returned from a FileSystemObjectModel to access files relative to their location (not just physical files) 2020-06-14 00:45:03 -04:00
96b623a30a
convert ExecutableEditor to UWT ContainerLayout-based Glade design 2020-05-18 01:26:58 -04:00
e4d2fcaad8
also clear TreeModel rows in addition to all custom columns upon ObjectModel change 2020-05-12 02:53:05 -04:00
8018eb6db2
migrate FileSystemEditor entirely to UWT ContainerLayout 2020-05-04 02:46:59 -04:00
3565784254
EditorSelection is still a work in progress but we might have a better way to implement deletion 2020-04-08 08:38:21 -04:00
114d4e2b16
key additional details on string name instead of object reference 2020-03-23 19:49:20 -04:00
19fa0d64bc
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out 2020-03-23 02:28:39 -04:00