70 Commits

Author SHA1 Message Date
711ecaab8d
improvements to Layout-based DataFormat system 2020-01-23 02:23:07 -05:00
daca9b763a
FINALLY got around to fixing document template loader 2020-01-14 01:20:25 -05:00
f2c10e8488
comments are nice 2020-01-05 19:50:57 -05:00
b994035a29
hack a little on ASN.1 implementation... still not finished though 2020-01-04 09:03:14 -05:00
e22b875b6a
added Privacy-Enhanced Mail encoding DataFormat (need to work on chaining feature) 2020-01-04 08:58:24 -05:00
1877c20645
check MarkupTagElement attributes for comparison as well - hey, should we implement IComparable instead? 2019-12-29 16:35:02 -05:00
9515d658fb
can ANYONE tell me why this worked before on my other system without this? 2019-12-18 18:53:08 -05:00
92ddb591d0
set project version to 4.0.2019.12 2019-11-30 05:05:24 -05:00
af7b8914ec
refactor common reflection stuff from UniversalEditor into MBS.Framework 2019-11-29 18:55:10 -05:00
0e0e176111
implement helper function to get property value as a specific type 2019-11-23 21:15:52 -05:00
b5bc8c0ec1
allow to specify the DataType of a particular Field 2019-11-17 02:43:35 -05:00
f508567395
add MakeReferenceInternal for DatabaseObjectModel 2019-11-16 22:47:06 -05:00
45a842832c
add constructors for DatabaseField and DatabaseRecord 2019-11-16 22:46:23 -05:00
033ab67b5b
don't crash if we get passed a NULL filename 2019-11-15 12:13:16 -05:00
cdd181bf70
hastily implemented indexer and ToString for DatabaseField 2019-11-15 12:12:49 -05:00
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