45 Commits

Author SHA1 Message Date
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
cea33b9b6a
provide ability to paste a string of binary bytes (in hex notation) directly into the binary editor 2020-08-21 12:31:40 -04:00
abd4992fbe
reorganize ListView source into its own sub-namespace 2020-08-15 01:43:55 -04:00
8c5836c95a
improvements and additional features to Database editor 2020-08-12 21:45:52 -04:00
233b48c9f9
remove previous ListViewColumns from the ListView before adding additional detail columns 2020-08-07 01:34:12 -04:00
242c93583b
add rudimentary document explorer context menu for Markup editor 2020-07-30 09:44:58 -04:00
1eed5e83c2
implement rudimentary editor for Markup ObjectModel 2020-06-18 10:17:52 -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
f2e08c6acc
properly set the IO.Endianness value for each item in the endianness combobox 2020-05-16 07:18:23 -04:00
f105a2323c
add a context menu to the BinaryEditor 2020-05-15 08:41:39 -04:00
cd446a5238
don't let the NumericTextBoxes cause selection to change more than once 2020-05-15 08:40:18 -04:00
66673f2da4
would be nice if the BinaryEditor actually saved the data it was changing 2020-05-15 05:54:13 -04:00
51414cc4a7
NumericTextBox requires the use of the Value property instead of Text 2020-05-14 23:43:42 -04:00
f7672cf10e
breaking changes to allow PropertyListObjectModel to store Properties and Groups in arbitrary order 2020-05-13 01:10:44 -04:00
91ab850c46
field definition properties dialog should also default the length to the current selection 2020-05-12 08:42:33 -04:00
d88a516d15
make the button actually click, must've been a regression 2020-05-12 08:42:07 -04:00
e4d2fcaad8
also clear TreeModel rows in addition to all custom columns upon ObjectModel change 2020-05-12 02:53:05 -04:00
8f2fd6837f
use nameof() instead of hardcoding widget name - that way if we ever need to change it we can just do a simple refactor 2020-05-10 21:24:26 -04:00
08f6182fcf
allow import / export data from RIFF Chunk Properties dialog 2020-05-10 04:08:02 -04:00
7f5b45ee3c
more enhancements to the RIFF editor chunk properties dialog 2020-05-10 03:57:51 -04:00
651f4eb4ff
convert DatabaseEditor to UWT ContainerLayout-based Glade design 2020-05-10 03:17:13 -04:00
d129565329
convert BinaryEditor to UWT ContainerLayout-based Glade design 2020-05-10 01:56:57 -04:00
fcc613002a
convert FieldDefinitionPropertiesDialog to UWT ContainerLayout-based Glade design 2020-05-10 01:56:05 -04:00
e8228cd78a
enhancements and bug fixes for BinaryEditor 2020-05-09 23:00:41 -04:00
be832ce119
implement a UWT-based RIFF chunked document editor 2020-05-09 09:20:29 -04:00
8018eb6db2
migrate FileSystemEditor entirely to UWT ContainerLayout 2020-05-04 02:46:59 -04:00
255e61deb3
finish implementing the PropertyListEditor as a UWT ContainerLayout-based control 2020-05-03 19:26:37 -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