108 Commits

Author SHA1 Message Date
efacb5810d
move Package (used by 'Open Packaging Convention') from Microsoft to Essential because other DataFormats like OpenDocument will use it 2020-08-12 22:25:57 -04:00
8c5836c95a
improvements and additional features to Database editor 2020-08-12 21:45:52 -04:00
70730ac1a0
it is now possible to automate the opening of 'embedded' documents in proper Editors without an Accessor 2020-08-12 21:45:51 -04:00
23e35d5282
StringAccessor wasn't working properly, so let's just make it a subclass of MemoryAccessor 2020-08-12 21:45:51 -04:00
7c0d89ef41
store AdditionalDetails as string/object instead of string/string so we can properly sort columns that contain numbers 2020-08-12 21:45:41 -04:00
f1e1a5d375
make LZRW1 compression module a first-class citizen 2020-08-07 01:35:34 -04:00
233b48c9f9
remove previous ListViewColumns from the ListView before adding additional detail columns 2020-08-07 01:34:12 -04:00
a6ed7d93de
add name indexer to DatabaseTableCollection 2020-08-07 01:33:21 -04:00
6306cce550
should this be fixed in upstream UWT? 2020-08-07 01:27:58 -04:00
242c93583b
add rudimentary document explorer context menu for Markup editor 2020-07-30 09:44:58 -04:00
eed27053c2
improvements (I think?) to whitespace handling 2020-07-30 09:35:26 -04:00
91a9e0faa3
apparently we have two different versions of these 2020-07-30 09:29:40 -04:00
599523fe99
this has been moved to MBS.Framework 2020-07-30 09:27:36 -04:00
03565555f7
notify before a context menu is to be displayed on the Document Explorer treeview 2020-06-25 08:10:23 -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
0151b48216
make Type property writable and move validation logic into the setter 2020-06-17 23:24:27 -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
b5af263ae8
don't puke if we get an UnauthorizedAccessException 2020-06-17 18:32:05 -04:00
948f4c7796
reset accessor position when trying next DataFormat 2020-06-17 18:31:49 -04:00
afcdf67668
left-align custom option label 2020-06-17 18:29:58 -04:00
33ce82b717
add sbyte[] support to Reader and Writer 2020-06-17 18:29:36 -04:00
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
0921852b48
actually apply FileSourceTransformations if specified 2020-06-14 00:46:03 -04:00
7fdf6e79a2
properly throw ObjectModelNotSupported instead of just silently failing 2020-06-14 00:46:03 -04:00
fbcdf24976
for code which has been ported to accept an IFileSystemContainer but expects something like a Folder which has a name 2020-06-14 00:46:01 -04:00
2a64d6a799
implement WriteSingleArray function 2020-06-14 00:46:01 -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
8d758b3bf1
continue searching for the next appropriate DataFormat if the previous one throws ObjectModelNotSupportedException 2020-05-28 18:22:26 -04:00
5bc7e2dc91
fix two stupid bugs in RIFFDataFormat 2020-05-28 18:20:19 -04:00
28bb5da3cc
implement IDisposable for Document so we can do cool things like (using Document.Load()...) 2020-05-28 18:19:29 -04:00
854ba278c8
various improvements and additions to the New World Computing / Heroes of Might and Magic plugin 2020-05-28 18:17:51 -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
6f5d7150d9
better sorting for Associations 2020-05-24 19:10:38 -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
777cef98e8
I was stupid, this actually needs to do something slightly different for the Writer vs. Reader. maybe the padding calculation can be refactored out? 2020-05-20 13:17:42 -04:00
b6a997e5c7
be more informative when errors occur 2020-05-18 21:29:36 -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