49 Commits

Author SHA1 Message Date
4be7554144
add AutoFlush property, and not sure why WriteCharArray() was commented out there 2021-01-09 22:42:09 -05:00
f439eb6513
actually implement AutoSave plugin, and add NonSerializedProperty where appropriate to FileSystem objects 2021-01-09 22:41:27 -05:00
97c9e605c4
expose the Editors and Documents in a given UE MainWindow 2021-01-09 22:39:57 -05:00
08a3ba282e
improvements to ISO data format 2020-12-19 22:28:22 -05:00
c5211bc5d8
implement PerceivedType (subclass-of) for MIME type filters 2020-10-27 23:32:49 -04:00
4887657ad6
provide a way to Clone() Accessors 2020-10-22 21:13:44 -04:00
e0287516dc
fix some plugins for ReadUntil extension method 2020-10-12 23:02:56 -04:00
ae57bf7276
sometimes filter is null and I don't know why 2020-10-12 22:19:59 -04:00
41fa4412f1
this needs to be cleaned up real bad 2020-10-08 16:09:48 -04:00
7cd5a3fb24
support complete URIs and schemes in Accessors (e.g. file:///blah/blah/blah 2020-10-08 16:09:23 -04:00
6a88263c37
add descriptions to some CustomOptions - will eventually replace with XML 2020-09-20 00:42:53 -04:00
b77ba0339b
initialize refsByID if it has not been initialized yet 2020-09-16 14:22:42 -04:00
c1aafc0052
allow us to specify our own file name to return for StreamAccessor 2020-09-16 14:04:27 -04:00
40e016c8d1
don't assume that the number of bytes actually read/written are equal to what we asked for 2020-09-16 14:03:51 -04:00
901b125b03
don't crash attempting to go outside of the file 2020-09-12 07:00:15 -04:00
c010e99a62
return default value for CustomOption if actual value is NULL 2020-09-11 18:10:17 -04:00
0e6a48c8de
remove ObjectModelReference.Title setter - force us to define Path instead 2020-09-10 21:31:18 -04:00
7b02518e4e
add option for DataFormat hint comparisons to require BOTH FileNameFilter and MagicByteSequence to match 2020-09-10 05:48:02 -04:00
f150251cf2
allow us to create new files within a FileSystemObjectModel entirely in memory 2020-09-10 05:45:31 -04:00
2cf265e898
normalize CustomOption titles to UWT standard underscore instead of Windows-specific ampersand 2020-09-05 13:00:37 -04:00
a3c51604ec
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog 2020-09-05 06:51:13 -04:00
284f3dc347
add ContentType to file associations (used for mime/packages generation on Linux) 2020-09-03 13:01:22 -04:00
d185b83fa8
trim ending '\r' if we miss it for some reason 2020-08-31 20:19:27 -04:00
177b4854f6
when we use SeekOrigin.End we use a negative 'length', so this was never correct 2020-08-30 23:20:15 -04:00
d6f33d11e4
migrate most content UEXML files to embedded resources 2020-08-29 00:53:02 -04:00
2048e911e8
add documentation comments for DataFormatHintComparison members 2020-08-28 16:45:49 -04:00
da49113837
preliminary working implementation of Batch Find/Replace dialog... very incomplete 2020-08-26 02:10:11 -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
599523fe99
this has been moved to MBS.Framework 2020-07-30 09:27:36 -04:00
0151b48216
make Type property writable and move validation logic into the setter 2020-06-17 23:24:27 -04:00
33ce82b717
add sbyte[] support to Reader and Writer 2020-06-17 18:29:36 -04:00
2a64d6a799
implement WriteSingleArray function 2020-06-14 00:46:01 -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
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
6f5d7150d9
better sorting for Associations 2020-05-24 19:10:38 -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
53898136ae
support writing object[] array for convenience 2020-05-09 22:51:08 -04:00
0a47423f29
this is pretty useful 2020-05-03 13:40:49 -04:00
7a70c10081
remove obsolete ErrorDataFormatInvalid string table entry; replaced with InvalidDataFormatException 2020-04-29 01:55:46 -04:00
f0b529a857
add standard header to existing code files 2020-04-29 00:57:58 -04:00
3954603fef
support XOR (and others, in the future) transformations directly on the Reader / Writer 2020-04-05 02:49:54 -04:00
0c9bc81724
Move CalculateAlignment function (should this be static?) to ReaderWriterBase 2020-04-03 11:49:11 -04:00
b347582b41
fix FPK data format saving 2020-04-03 11:45:02 -04:00
c168b4361b
change mnemonic so it doesn't conflict with the _OK button 2020-04-03 00:16:50 -04:00
89fd1cb8d7
didn't know this hadn't been implemented yet 2020-04-01 11:27:06 -04:00
400f962de1
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out 2020-03-23 03:05:03 -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