68 Commits

Author SHA1 Message Date
af360a0753
various stuff 2022-09-13 09:53:45 -04:00
38b61618eb
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-03-17 14:36:44 -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
fdbeb208e9
testing improvement to Database Editor 2021-08-14 23:37:53 -04:00
2a64f97317
preliminary implementation of strongly-typed Selection and deletion in FileSystemEditor 2021-05-30 20:17:45 -04:00
5cfa5dc968
implement adding new Groups and Properties, as well as feature enhancements to PropertyListEditor 2021-05-27 23:37:32 -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
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
9e2d5b2b93
preliminary (read-only) implementation of Property List Panel 2021-04-27 08:49:09 -04:00
b06e3628f0
improve parsing of entered data in conversion text boxes 2021-03-23 14:55:00 -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
844dc18392
binary editor improvements and preliminary implementation for the WxHexEditor-compatible binary grammar definition format 2021-02-20 22:25:40 -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
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