83 Commits

Author SHA1 Message Date
239cc7841c
preliminary implementation of X BitMap (XBM) loading 2022-10-17 01:17:13 -04:00
70b8babb82
properly init string table entries from actual string table 2022-09-16 01:32:41 -04:00
a9234e1dd6
remove some old cruft and try to actually use the crufty localization system 2022-09-14 00:56:29 -04:00
af360a0753
various stuff 2022-09-13 09:53:45 -04:00
893a52000d
keep track of the current line when using ReadLine() 2022-09-13 09:33:36 -04:00
94aeb3e754
implement boolean, and do not write anything if value is null 2022-08-06 19:15:23 -04:00
a8a49bc75c
improve new line detection and handling 2022-08-06 18:57:02 -04:00
1b38d7ad6a
allow copying export/import options (and possibly other properties) from base DataFormatReference 2022-04-18 23:47:52 -04:00
a80f0fa529
implement ISupportsExtraData on ObjectModel 2022-04-14 00:37:10 -04:00
e310f374bd
Merge branch 'master' into pre-commit 2022-04-11 21:20:46 -04:00
92262ada94
revise ImplementationStatus to add more detail 2022-04-11 20:49:37 -04:00
e585c425b8
provide a way to annotate DataFormats that are incomplete 2022-04-11 19:13:25 -04:00
ba02cf575e
handle magic byte offsets in data format filters 2022-04-05 20:42:51 -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
714ea0aa58
don't crash if we're passed a null value 2021-08-16 23:49:36 -04:00
4784086ffb
constructor for creating a blank Document without an associated DataFormat or Accessor 2021-07-24 17:17:40 -04:00
2a64f97317
preliminary implementation of strongly-typed Selection and deletion in FileSystemEditor 2021-05-30 20:17:45 -04:00
ee7bffe7a9
you dum dum, a char isn't always one byte in length 2021-05-27 23:02:39 -04:00
7b1fc44390
implement EqualsAny method to check equality with any one of the values in an array 2021-05-26 14:58:55 -04:00
9718656a01
oops - we still assume we have at least one SettingsGroup provided by CustomOptionCompat 2021-05-22 02:31:09 -04:00
010b7ffafc
replace ALL obsolete and duplicate CustomOptions code with Settings from MBS.Framework 2021-05-22 02:16:12 -04:00
d2c5e6ccbc
add comment to DataFormatReference.Clear method 2021-05-21 19:41:11 -04:00
852d6c941b
reference project SNK file instead of global SNK file (project SNK is a symbolic link to global SNK) 2021-05-15 00:29:40 -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
32058ff15e
implement Magic Byte Offsets for DataFormatFilter 2021-04-29 23:16:30 -04:00
068cd3ce1b
add parameterless constructor for StringAccessor 2021-04-29 22:28:56 -04:00
9813377c12
implement Dispose pattern for Accessor 2021-04-27 08:27:39 -04:00
e167853c28
move IHostApplication core into UniversalEditor.Core 2021-03-23 14:48:24 -04:00
79e8877be7
allow specifying a custom icon name for associations 2021-03-23 14:41:36 -04:00
b43dadf267
Accessor should be NonSerializedProperty 2021-01-09 22:43:23 -05:00
630e1eaf80
add NonSerializedPropertyAttribute 2021-01-09 22:43:03 -05:00
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