130 Commits

Author SHA1 Message Date
d3d74b4f05
aesthetic changes and README.md update 2020-09-05 06:51:54 -04:00
86b5a9b5e7
don't crash if Namespace is null 2020-09-03 22:30:05 -04:00
f7cf937ae9
be quiet 2020-09-03 13:01:44 -04:00
284f3dc347
add ContentType to file associations (used for mime/packages generation on Linux) 2020-09-03 13:01:22 -04:00
2cd8177b65
use enum for LZXBlockType 2020-09-02 11:29:35 -04:00
01c659db7f
close Accessor before we attempt to retry so it loads from the beginning next time 2020-08-31 20:19:52 -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
1a6f6133ab
set DocumentFileName to display current file name under/beside window title 2020-08-29 20:34:51 -04:00
b93a4c0978
I don't think we need these messages anymore 2020-08-29 18:40:31 -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
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
da373d48e7
update splash screen status 2020-08-21 12:05:33 -04:00
0ee168a5a9
this is pretty hacky, but allows us to FIndElementUsingSchema for a default schema 2020-08-21 12:03:04 -04:00
3f3943e1de
oops forgot about this one 2020-08-17 11:48:41 -04:00
abd4992fbe
reorganize ListView source into its own sub-namespace 2020-08-15 01:43:55 -04:00
1dd8a9ad3b
fix to build under .NET 4 2020-08-13 14:46:57 -04:00
6f72effef7 remove unnecessary usings 2020-08-13 14:21:23 -04:00
487255782d
implement rudimentary MSBuild task for compiling UEXML into OpenDocument archive 2020-08-13 00:18:00 -04:00
62b137640d
move ZIP data format from FileSystem to Essential because other DataFormats like OpenDocument will use it 2020-08-12 22:31:48 -04:00
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