60 Commits

Author SHA1 Message Date
734999f79b
actually add the file(s) and folder(s) from FileAddItemsFromFolder to the document 2020-06-14 00:46:04 -04:00
693804dbb6
single-instance is supported natively on GTK, and the IPC helper has been moved to UWT WindowsForms engine 2020-06-14 00:46:04 -04:00
3be465d5bd
reset Accessor to beginning before attempting to detect binary or text 2020-06-14 00:46:04 -04:00
1f1f4a9fb0
properly notify Editor that it's been changed when the Document Properties settings providers have been modified 2020-06-14 00:46:00 -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
304ed7a14f
we have a 'special' MainWindow subclass of Window in UWT now 2020-05-28 18:39:27 -04:00
abb2ba7b49
prevents the FileAccessor from "helpfully" creating an empty file with the given name if it doesn't exist 2020-05-28 18:38:52 -04:00
06979c2c35
be a bit more verbose when catching inner exceptions 2020-05-28 18:23:04 -04:00
dd898b5582
Views should be Containers, not CustomControls - but what's the difference between View and Editor? who knows... 2020-05-24 19:16:54 -04:00
08c94f050c
this cruft has been superseded by the RefreshEditor() function in Pages/EditorPage.cs 2020-05-20 13:45:49 -04:00
d9b54cd2de
reset FileAccessor custom options to default values when DataFormat is unselected 2020-05-20 13:45:07 -04:00
8e2bd583c1
properly set Editor.Title 2020-05-20 13:18:15 -04:00
a8058e0e6b
fix incorrect associations, namespaces, and other little bugs 2020-05-18 15:03:06 -04:00
4b87d17013
do not attempt to create an instance of an abstract Editor 2020-05-18 01:53:36 -04:00
96b623a30a
convert ExecutableEditor to UWT ContainerLayout-based Glade design 2020-05-18 01:26:58 -04:00
cf16383a33
attempt to gracefully handle opening files to which we might not have write access 2020-05-16 07:18:57 -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
6becb6054a
support adding bookmarks to files that may not have Editor.ObjectModel.Accessor set for whatever reason 2020-05-15 05:15:13 -04:00
51414cc4a7
NumericTextBox requires the use of the Value property instead of Text 2020-05-14 23:43:42 -04:00
fff6444593
merge similar BeginEdit overloads using null default parameter value 2020-05-14 23:42:47 -04:00
f7672cf10e
breaking changes to allow PropertyListObjectModel to store Properties and Groups in arbitrary order 2020-05-13 01:10:44 -04:00
8dc5e95f86
ewww... says it all. but this fixes a regression probably caused by cleaning up the OpenFile/OpenDocument code 2020-05-12 08:43:04 -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
c7bb920664
fix suggested button appearance 2020-05-12 08:39:33 -04:00
63602a6c97
slight hack (and maybe performance improvement) - only reload the control collection if a different set of Editors actually needs to be loaded 2020-05-12 02:57:49 -04:00
dc28f573d8
the 'super duper button bar' is actually quite irksome 2020-05-12 02:53:24 -04:00
e4d2fcaad8
also clear TreeModel rows in addition to all custom columns upon ObjectModel change 2020-05-12 02:53:05 -04:00
0f8117af0a
fix some long-standing window and document management bugs 2020-05-12 00:34:48 -04:00
7ba9469aa1
add msbuild task to copy the appropriate UWT engine to our output path rendering custom build scripts unnecessary 2020-05-11 09:25:12 -04:00
4dbd3c13eb
display bookmarks manager dialog when adding bookmarks for confirmation 2020-05-10 21:24:56 -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
7025bb400f
use EventHandlerAttribute instead of connecting event handlers explicitly 2020-05-10 21:12:23 -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
74b50fbc42
we cannot yet bookmark a file that does not yet exist 2020-05-10 01:57:20 -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
9053e149b4
improvements to UWT ContainerLayout-based AboutDialog and NewDialog 2020-05-09 22:45:27 -04:00
2724d9461d
implement NewDialog (the New Document and New Project dialog) as a UWT-based ContainerLayout design 2020-05-09 19:36:26 -04:00
be832ce119
implement a UWT-based RIFF chunked document editor 2020-05-09 09:20:29 -04:00
2d01be239c
FINALLY implement UWT-based user interface for the BookmarksManager 2020-05-05 21:29:19 -04:00
f2b5dd57be
provide a way to get all Document Pages in a particular MainWindow 2020-05-05 21:27:24 -04:00
791ada5fe3
remove unused code and properly handle underscores in UI for document file names 2020-05-05 21:13:56 -04:00
8018eb6db2
migrate FileSystemEditor entirely to UWT ContainerLayout 2020-05-04 02:46:59 -04:00