114 Commits

Author SHA1 Message Date
fdf53983f0 Fixed ObjectModelReference to point to full path so the items don't get lost in the list 2015-05-18 13:12:19 -04:00
e306842d6b Added NameValuePair/NameValuePairGroup 2015-05-11 15:53:41 -04:00
5fea80b1b1 Fixed FileSystemObjectModel.GetNewFolderName() function 2015-05-04 12:56:59 -04:00
b408479b42 Added AddFile() to other IFileSystemContainer implementations and added GetNewFolderName() to IFileSystemContainer interface 2015-05-04 12:43:32 -04:00
7dd420f392 Don't throw an unnecessary exception if we can recognize the exceptional situation 2015-04-30 13:55:52 -04:00
1608ea54ab Added IFileSystemObjectType enumeration 2015-04-29 14:23:18 -04:00
7c266fbf62 Fixed bugs 2015-04-29 14:22:57 -04:00
89b6d41a0c Implement GetAllObjects() to return both files and folders 2015-04-29 12:55:50 -04:00
609bbccf0c Require the 'Name' property on the IFileSystemObject 2015-04-29 12:55:20 -04:00
1f1a203c81 Added IFileSystemContainer interface 2015-04-29 09:08:31 -04:00
543bc0371d Various fixes and improvements 2015-04-20 15:26:29 -04:00
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
c40232fabf Implemented Folder.GetSize() 2015-04-17 17:30:30 -04:00
1e0f320d0a Added files for IAP setup (Stellar Frontier on PC Magazine Software Suite disc) 2015-04-17 15:54:02 -04:00
9c99e77016 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-04-17 13:04:43 -04:00
6c3e3eaf5e Begin to implement RSA key DataFormat/ObjectModel 2015-04-17 13:03:17 -04:00
f357de28ef Added RTFGenerator.cs 2015-02-08 11:44:28 -05: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
b74453497b Reorganized FormattedTextItems 2014-12-27 02:11:15 -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
7b089da2a1 Begin to implement Convert project task action 2014-12-26 00:05:33 -05:00
c8a60f2e43 Really primitive indexer to fetch TemplateVariables by name 2014-12-26 00:04:48 -05:00
2b919134f3 Begin to implement ProjectTypeVariables 2014-12-26 00:03:47 -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
505a2ac7bf Begin to support Associations defined in UEPackages (will eventually deprecate defining DataFormatFilters in DataFormatReferences) 2014-12-10 23:11:40 -08:00
d5bccdbbfa Refactored ProjectTaskAction.cs into separate files for each class 2014-12-10 22:32:06 -08:00
fc960f50b5 Begin to support Package ProjectTask 2014-12-10 22:16:28 -08: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
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