55 Commits

Author SHA1 Message Date
c66dc34ef4
enhancements to ProjectFolder and ProjectFile parenting 2019-11-13 10:42:58 -05:00
2bad02b45b
Import DatabaseObjectModel from old Universal Data Storage codebase 2019-11-12 19:21:18 -05:00
f7fdb51610
don't crash if Title attribute is not specified on ProjectTask 2019-11-12 19:20:41 -05:00
9c500dba58
Keep DataRequest and Source when cloning File 2019-11-09 23:34:12 -05:00
bf06766d49
FSOM path separators should not be OS-dependent 2019-11-09 23:06:37 -05:00
e055b0e39f
add capability to detect byte-order marks in plain text files 2019-11-05 16:23:23 -05:00
34914358e0 Enhance BinaryEditor grammar definition support (still incomplete) 2019-10-31 02:52:09 -04:00
1a6d44d792 Implement (most likely horribly inefficient) GetElementsByTagName function 2019-10-31 02:50:07 -04:00
4da2520563 I wonder if adding items by name to dictionary actually speeds up anything... 2019-10-31 02:49:28 -04:00
25f9f3ef4f implement dependent (nested) files in VS project format and in UE UI 2019-10-26 00:32:55 -04:00
334eabdaaf idk 2019-10-25 01:07:22 -04:00
4662aa8999 Project and solution enhancements - they actually work now 2019-10-25 01:05:52 -04:00
985dacd494 Performance optimizations - replace foreach with for 2019-10-25 01:03:55 -04:00
1772394d28 Implemented loads of expected functionality for FileSystemEditor - needs a lot of improvement though 2019-10-03 02:41:25 -04:00
bc6a02d7c3 idk why this is here 2019-10-01 21:27:11 -04:00
9701f84576 use code from MBS.Framework.UserInterface to get all possible data paths 2019-09-27 19:37:13 -04:00
2e89b9e13c Imported more DataFormats from original ExtensibleDataStorage codebase 2019-09-19 08:09:18 -04:00
cf735e55e9 Migrating ancient JSON renderer from EDS to UE; sadly does not parse, but I'm working on that in the other one 2019-09-18 18:56:28 -04:00
fd358446df Import some ANCIENT code from 'Extensible Data Storage' precursor to Universal Editor 2019-09-18 01:29:52 -04:00
ed32cd5200 idk 2019-09-17 19:02:17 -04:00
698f4f5147 The Great MBS Rebranding 2019-09-17 02:34:07 -04:00
16761780be Handle file operations Accessor-agnostically 2019-09-15 15:27:33 -04:00
a86e9421ef Add BinaryObjectModel reference 2019-09-14 22:48:28 -04:00
88ff8e03f0 Fix some bugs in Save As routine (still have some to track down...) 2019-09-09 04:08:06 -04:00
578ef369d5 Use the new Binary Editor as the default editor... it's pretty badass so far 2019-09-09 00:50:01 -04:00
0df4ccbf85 idk why monodevelop did this 2019-08-29 23:59:19 -04:00
c4aee131e3 Allow user to override what Size returns in case we know better than the computer 2019-08-29 23:15:35 -04:00
1f0e8845e8 Automatically prepend the XML preprocessor directive if not present so we generate well-formed XML documents 2019-08-16 15:00:35 -04:00
b379e524d8 idk why monodevelop did this 2019-08-16 01:09:37 -04:00
fd81f7feda Add way to set data via object model + data format to FileSystem File 2019-08-16 01:09:08 -04:00
31bd12781f Return empty array instead of NULL on error (to appease ppl who can't be bothered to check) 2019-08-16 01:08:26 -04:00
aa0be18ba9 Print error message when caught; try to still display size if known 2019-08-15 23:57:20 -04:00
ffd4161a7a Fix some bugs in JSON data format 2019-08-14 16:07:14 -04:00
b436b09c58 Add version information 2019-08-14 16:06:32 -04:00
5fb77efeb6 Help out with debugging 2019-08-10 22:10:41 -04:00
fe807361b4 Fix some problems related to JSON 2019-08-10 22:10:24 -04:00
5563269973 Prevent loading duplicate items 2019-07-31 16:57:48 -04:00
6cff72c1f4 Added Universal Editor Software Development UI plugin 2019-07-28 23:03:01 -04:00
8032a0d642 Universal Editor 5 huge commit 2019-07-17 23:28:36 -04:00
43334a1e21 Flag appropriate methods as DebuggerNonUserCode 2019-05-20 21:35:32 -04:00
b415722817 Some configuration files are ApplicationFramework-global 2019-05-20 21:35:08 -04:00
c490774627 Be more specific in the types of exceptions that cause a load to fail, and break when we get a successful load 2016-06-15 01:10:37 -04:00
7aea179ac7 Assign current string to FullName to take advantage of schema property 2016-06-15 01:07:57 -04:00
cccf7a3ec6 Implement find element by XML schema feature 2016-06-15 01:05:16 -04:00
7492c7e164 Add FormattedTextItemItalic 2016-06-06 12:53:48 -04:00
ea4bc6a4f3 MonoDevelop modifications to make it build on Linux 2016-05-19 00:13:17 -04:00
4a2c218e29 Provide method to get an object from standardized XML element 2016-02-05 17:06:55 -05:00
0bde860160 Add convenience method to get an ObjectModel directly from a File 2016-02-05 15:08:00 -05:00
1007b6f6f0 Add Parent property to get parent folder of a File, if available 2016-02-05 14:25:39 -05:00
3140766480 Start to implement underlying Open Packaging Convention file formats 2016-02-04 16:02:13 -05:00