46 Commits

Author SHA1 Message Date
6877fd6899 'Fixed' bug by allowing XML data format to parse non-well-formed XML documents containing stray > characters 2015-04-20 11:20:27 -04:00
d0cb32b089 Finally have a working parser for IAP scripts 2015-04-18 00:15:58 -04:00
9d8b8bcf95 Improvements on IAP setup plugin 2015-04-17 22:10:03 -04:00
1e0f320d0a Added files for IAP setup (Stellar Frontier on PC Magazine Software Suite disc) 2015-04-17 15:54:02 -04:00
6c3e3eaf5e Begin to implement RSA key DataFormat/ObjectModel 2015-04-17 13:03:17 -04:00
651ed11d9e Renamed SecurityCertificate namespace to Security.Certificate 2015-01-22 12:06:09 -05:00
8512305fef Major updates to RTF and formatted text 2015-01-05 06:15:48 -05:00
e26a58ea0e Implemented font size/paragraph commands for RTF 2014-12-27 02:28:17 -05:00
b85fabc8ea Implemented more parts of the RTF data format 2014-12-27 02:10:42 -05:00
499ab6d336 Added Bold tag and various improvements 2014-12-27 00:40:06 -05:00
05a9c4897f Support font table in RTF 2014-12-27 00:32:40 -05:00
930d683cfe Beginning to implement RTFDataFormat 2014-12-27 00:08:00 -05:00
c72ecdbde0 Begin to implement ProjectTypeVariables 2014-12-26 00:03:08 -05:00
ba95687748 Support 'HintComparison' property in UEPackage 2014-12-18 15:30:43 -05:00
683c6cef44 Replace legacy DataFormatFilters with UE5 Associations (incomplete) 2014-12-11 16:04:31 -05:00
c9c3dfa5b0 Implement Associations 2014-12-11 11:42:24 -05:00
89ad703e71 Isolated MakeReference() to internally-scoped MakeReferenceInternal() and developed new standard for locating UniversalEditor objects 2014-12-11 09:29:06 -05:00
f1ab02f7a9 Various improvements to ProjectTask handling; still need to move Build launcher from SolutionExplorer to a generic Command (e.g. BuildAllProjects) 2014-12-10 14:45:10 -05:00
9f274657fd Fixed API call 2014-12-05 23:50:40 -08:00
40ebce255d Started to implement ProjectTaskActions (incomplete) 2014-12-05 15:51:37 -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
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
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
7d1edc8976 Slight hack to allow for UTF-8 with BOM 2014-10-01 13:22:27 -04:00
aa68286bf8 Add ExtensibleConfiguration DataFormat to Essential plugin 2014-09-25 14:32:58 -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
bf274e7a4e Add Shortcut object model and data formats 2014-08-05 16:03:06 -04:00
675306d409 Fixed property and settings loader 2014-06-26 15:46:10 -04:00
713e0eb783 Added CoreObject DataFormat (basis for VCARD and VCALENDAR) 2014-06-18 20:51:32 -04:00
66594fe4c4 Tabify 2014-06-10 12:57:48 -04:00
5c3c5ffa7c Moved Visual Studio project and solution DataFormats to separate plugin 2014-06-10 12:45:07 -04:00
2c3006def4 Use empty project type GUID if project type not found (this should never happen) and create folder for solution 2014-06-10 09:47:39 -04:00
faee706cc9 Add DataFormats for Microsoft Visual Studio solution and prjoect files 2014-06-09 16:07:39 -04:00
13777021d3 Throw an ObjectModelNotSupportedException to notify of a problem rather than just returning 2014-06-09 09:52:21 -04:00
0eb0ca3a8a Only support PropertyListObjectModel and throw ObjectModelNotSupportedException if we get something else 2014-06-08 20:41:46 -04:00
86cf3ca395 Various fixes and updates, added plugins, etc. 2014-04-16 14:47:37 -04:00
971b2b8d20 Initial commit 2014-03-26 14:16:08 -04:00
f30a689c93 Initial commit 2014-03-25 23:38:17 -04:00