|
|
aafc8c8e3e
|
don't rely on mvarText; should be removed if unnecessary
|
2021-02-01 18:36:30 -05:00 |
|
|
|
0fda2899a0
|
fix some codacy style guidelines
|
2021-01-10 18:34:34 -05:00 |
|
|
|
f439eb6513
|
actually implement AutoSave plugin, and add NonSerializedProperty where appropriate to FileSystem objects
|
2021-01-09 22:41:27 -05:00 |
|
|
|
9ecb3e3692
|
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication)
|
2021-01-02 00:30:28 -05:00 |
|
|
|
9c7399461d
|
use extension method OfType<T> defined in MBS.Framework.Collections.Generic
|
2020-11-20 22:16:53 -05:00 |
|
|
|
c5211bc5d8
|
implement PerceivedType (subclass-of) for MIME type filters
|
2020-10-27 23:32:49 -04:00 |
|
|
|
a1ec00983b
|
major improvements to project system including 'virtual' in-memory file system for projects and multiple project types (natures)
|
2020-10-22 21:21:04 -04:00 |
|
|
|
4164d68402
|
cleanup
|
2020-10-08 16:12:25 -04:00 |
|
|
|
29b8690485
|
templating improvements and actually loading the ObjectModel content via XML from a template
|
2020-10-08 16:11:28 -04:00 |
|
|
|
7cd5a3fb24
|
support complete URIs and schemes in Accessors (e.g. file:///blah/blah/blah
|
2020-10-08 16:09:23 -04:00 |
|
|
|
2bd13f7bd4
|
simplify, improve, and fix bugs in GetAvailableObjectModel<T>()
|
2020-09-29 05:04:10 -04:00 |
|
|
|
9ac1ea3731
|
don't crash but warn us if we load an ObjectModel but crash in MakeReference
|
2020-09-20 01:10:38 -04:00 |
|
|
|
10b1bf871a
|
preliminary implementation of FindInternal for PropertyListObjectModel
|
2020-09-20 01:08:03 -04:00 |
|
|
|
431fc45e7d
|
the Package FileSystem is essentially the same as its underlying FileSystem object model
|
2020-09-11 19:40:27 -04:00 |
|
|
|
0e6a48c8de
|
remove ObjectModelReference.Title setter - force us to define Path instead
|
2020-09-10 21:31:18 -04:00 |
|
|
|
6fdc8841fb
|
reorganize associations and add ContentType and HintComparison
|
2020-09-10 06:01: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 |
|
|
|
e1e4dfbfb5
|
allow us to find attributes as well as elements using an XML schema (xmlns)
|
2020-09-10 05:46:35 -04:00 |
|
|
|
275f9e7e59
|
don't limit MemoryFileSource to just a byte[] array
|
2020-09-09 06:03:40 -04:00 |
|
|
|
2cf265e898
|
normalize CustomOption titles to UWT standard underscore instead of Windows-specific ampersand
|
2020-09-05 13:00:37 -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 |
|
|
|
d6f33d11e4
|
migrate most content UEXML files to embedded resources
|
2020-08-29 00:53:02 -04:00 |
|
|
|
da49113837
|
preliminary working implementation of Batch Find/Replace dialog... very incomplete
|
2020-08-26 02:10:11 -04:00 |
|
|
|
0ee168a5a9
|
this is pretty hacky, but allows us to FIndElementUsingSchema for a default schema
|
2020-08-21 12:03:04 -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 |
|
|
|
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 |
|
|
|
a6ed7d93de
|
add name indexer to DatabaseTableCollection
|
2020-08-07 01:33:21 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
6f5d7150d9
|
better sorting for Associations
|
2020-05-24 19:10:38 -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 |
|
|
|
2eb9ed0146
|
prevent crashing if the value isn't convertible to the appropriate type
|
2020-05-13 06:36:09 -04:00 |
|
|
|
1b426b22b6
|
remove trailing newline char... this MIGHT need to be moved to ReadLine() function
|
2020-05-13 06:35:29 -04:00 |
|
|
|
f7672cf10e
|
breaking changes to allow PropertyListObjectModel to store Properties and Groups in arbitrary order
|
2020-05-13 01:10:44 -04:00 |
|
|
|
8d387bd95f
|
this isn't really an implementation for PropertyListObjectModel
|
2020-05-12 21:19:54 -04:00 |
|
|
|
be832ce119
|
implement a UWT-based RIFF chunked document editor
|
2020-05-09 09:20:29 -04:00 |
|
|
|
cdf93dd145
|
moved conditional statement code out of a single file/UE project and into MBS.Framework.Logic
|
2020-04-29 01:24:52 -04:00 |
|
|
|
f0b529a857
|
add standard header to existing code files
|
2020-04-29 00:57:58 -04:00 |
|
|
|
f02ddfd298
|
System.Environment.WorkingSet returns 0 on linux, so this doesn't work at all
|
2020-04-03 00:01:01 -04:00 |
|