75 Commits

Author SHA1 Message Date
b856245180 Extrapolated common functionality to GetAvailableTypes() method 2014-12-05 23:52:23 -08:00
9f274657fd Fixed API call 2014-12-05 23:50:40 -08:00
9111487bbe Implement execution of Tasks and TaskActions 2014-12-05 23:49:42 -08:00
40ebce255d Started to implement ProjectTaskActions (incomplete) 2014-12-05 15:51:37 -05:00
cc8a41dc6e Implement ExpandedString to easily construct strings from chains of ExpandedStringSegments 2014-12-05 15:28:19 -05:00
573417e5f2 Refactored XML loading code to its own DataFormat to make it easier to extend and maintain 2014-12-05 15:27:25 -05:00
aded88831b Added ProjectTask 2014-12-04 22:13:40 -08:00
dc78de5bc9 Added ProjectTask 2014-12-04 22:07:59 -08:00
3366d5468a Can't forget to read that single character every loop 2014-12-04 22:07:22 -08:00
cfb31afacf Stupid mistake on my part; that check should only be performed once, not each time in the loop... 2014-12-04 21:48:34 -08:00
8a042df9d8 Clear out junk bytes if the file is a UTF-8 with byte order mark 2014-12-04 21:41:45 -08:00
adb9d49207 It's back 2014-11-14 14:38:08 -05:00
4c9b303d1c Ensure accessor is open before trying to use it 2014-11-14 10:51:24 -05:00
3575bbfb80 Updated comments 2014-11-14 09:43:07 -05:00
561bd1fd04 Moved Windows Forms common dialog functions into Windows Forms-specific UserInterface library 2014-11-14 08:31:20 -05:00
ac8234a903 Exclude KeyValuePairList to keep file size down as we're not using it anywhere 2014-11-14 08:25:40 -05:00
599e4e8c4b Neatened some stuff up, but it looks like this isn't used anywhere anymore 2014-11-14 08:25:10 -05:00
5f62651a8e Updated comments and removed redundant implementation 2014-11-14 08:20:55 -05:00
5d8e9bc0d6 Updated comments and removed redundant implementation 2014-11-14 08:13:36 -05:00
4e141e9d9a Beginning major rewrite of the UniversalEditor infrastructure... it compiles, but further testing and fixing is still needed 2014-11-12 15:47:03 -05:00
3dfea8a0cc Implemented Accessor References 2014-11-11 15:26:22 -05:00
45f2c344b5 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-10-27 08:13:49 -04:00
629dbfaa5c Allow inherited EBML data formats to specify whether a particular element has children or not 2014-10-27 08:13:07 -04:00
61db8164c7 Begin to implement Abstract Syntax Notation (ASN) v1 and the related DER-encoded Security Certificate formats 2014-10-25 21:52:11 -04:00
3de240486c Attempt to implement writing EBML compressed integers, needs heavy testing... 2014-10-24 17:16:21 -04:00
d423e85c05 Implemented loading EBML data format (extensive testing still needs to be done) 2014-10-24 15:57:34 -04:00
f4b45e3115 Add GetAvailableObjectModelByID and rename GetObjectModelByTypeName to GetAvailableObjectModelByTypeName to match convention 2014-10-01 13:36:53 -04:00
7d1edc8976 Slight hack to allow for UTF-8 with BOM 2014-10-01 13:22:27 -04:00
e68a1e0751 Added default settings for ObjectModels 2014-10-01 10:29:54 -04:00
b6bd78e144 Begin to implement FormattedTextObjectModel 2014-10-01 09:52:05 -04:00
cffee1e6bf Updated version information for all projects 2014-09-30 14:32:17 -04:00
aa68286bf8 Add ExtensibleConfiguration DataFormat to Essential plugin 2014-09-25 14:32:58 -04:00
8176608b31 Commented and tabified 2014-09-15 08:52:19 -04:00
61e7395d18 Add Conditional Statement parser to UniversalEditor Essential 2014-09-09 14:42:58 -04:00
a112b4f450 Added Microsoft Universal Data Link file format 2014-08-22 09:35:56 -04:00
6f278add41 Implemented Clear and CopyTo, and added Description and Path 2014-08-22 09:22:53 -04:00
da7c940a19 Cleaned up code and added documentation 2014-08-22 08:50:29 -04:00
787a0d022c Fixed some bugs and added feature for comments before and after groups 2014-08-22 08:43:27 -04:00
4c42aad90c Fixed bug in XMLDataFormat with reading CDATA sections. The entire XMLDataFormat really has to be rewritten... 2014-08-08 09:47:49 -04:00
a85e256784 Added pretty-print option for XML data format 2014-08-08 09:38:52 -04:00
6dd7fd907b Added more DesktopShortcutTypes (should've already been committed) 2014-08-06 05:56:27 -04:00
adb5c62f77 Update project files 2014-08-05 16:06:45 -04:00
bf274e7a4e Add Shortcut object model and data formats 2014-08-05 16:03:06 -04:00
2398619b90 Finished implementing Configuration 2014-07-18 22:53:33 -04:00
c777ffd31b Added comment to explain how to fix known bug in FileSystemObjectModel.FromFiles() method 2014-07-08 10:36:42 -04:00
e2f46008c5 Added functions to create a new FileSystemObjectModel from multiple files or certain files in a particular directory 2014-07-08 10:34:02 -04:00
91c5613d6b Added functions to create a new FileSystemObjectModel from multiple files or certain files in a particular directory 2014-07-08 10:31:55 -04:00
76b3a77d13 Added GetElementValue() to allow retrieving an element value if present, otherwise a default value 2014-07-05 18:14:27 -04:00
bc207b855c Added GetFiles() to allow retrieving all files matching a particular wildcard filter 2014-07-05 18:13:57 -04:00
675306d409 Fixed property and settings loader 2014-06-26 15:46:10 -04:00