746 Commits

Author SHA1 Message Date
ea7f0daeca Converted PopulateSystemIcons into an extension method 2015-04-18 00:22:08 -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
d4188749e1 Fixed various issues 2015-04-17 19:39:21 -04:00
c40232fabf Implemented Folder.GetSize() 2015-04-17 17:30:30 -04:00
83035902f9 Reorganized paths 2015-04-17 17:29:06 -04:00
b1433dab2a Fixed solution issues 2015-04-17 17:28:00 -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
29d483c431 Improve TapeArchiveDataFormat 2015-03-30 23:56:39 -04:00
3f8af8f59b Ensure that space-padded strings get trimmed as well as NULs 2015-02-13 17:11:03 -05: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
1ba47802a2 Added 'append' parameter to specify whether the objectModel should be cleared before loading 2014-12-26 15:27:31 -05:00
845d902ad0 Updated TODO 2014-12-26 00:08:56 -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
51180030e1 Implement GetValue() to return a weakly-typed object value for the strongly-typed CustomOptionValue value 2014-12-26 00:04:27 -05:00
2b919134f3 Begin to implement ProjectTypeVariables 2014-12-26 00:03:47 -05:00
fec0ea57f9 Added SelectionChanging and SelectionChanged events for Solution Explorer 2014-12-26 00:03:34 -05:00
c72ecdbde0 Begin to implement ProjectTypeVariables 2014-12-26 00:03:08 -05:00
0306364bb6 Added SelectionChanging and SelectionChanged events for Solution Explorer 2014-12-26 00:00:36 -05:00
d35d720e54 Enable mnemonics and fix column/row sizing in CustomOptionsDialog 2014-12-26 00:00:08 -05:00
c05fff73bc Added SelectionChanging and SelectionChanged events for Solution Explorer 2014-12-25 23:59:31 -05:00
800ab1c514 Renamed 'ProjectVariable' to 'Variable' 2014-12-25 23:58:44 -05:00
e35defe31c Implemented CloseProject() 2014-12-25 20:44:22 -05:00
9c252cb0ab Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-12-19 17:55:42 -05:00
db98a533e5 Partially implement dynamic loading of View->Toolbar->... commands 2014-12-19 16:15:05 -05:00
318d91d5b8 Added WindowLayouts to Content 2014-12-19 16:13:18 -05:00
6f141aac91 Implement DataFormat search with Associations 2014-12-18 21:49:58 -05:00
9ac4fa2b17 Added more images for Visual Studio 2012 Dark theme, created an XML theme definition, and moved the theme into its own 'Dark' folder 2014-12-18 15:59:25 -05:00
521197050f Added more images for Visual Studio 2012 Dark theme, created an XML theme definition, and moved the theme into its own 'Dark' folder 2014-12-18 15:58:50 -05:00
48aac6b9b7 Removed unnecessary overloads and renamed MatchesFilter to Matches 2014-12-18 15:31:49 -05:00
ba95687748 Support 'HintComparison' property in UEPackage 2014-12-18 15:30:43 -05:00
8498ca8337 Renamed 'None' to 'Never' and added 'Unspecified' to provide old 'None' functionality 2014-12-18 15:26:48 -05:00
a1ae1fc7a9 Use Associations to determine associated DataFormat 2014-12-18 15:25:04 -05:00
7d5a624ff5 Do not auto-close the popup dialog so it doesn't close when the CustomOptionsDialog is activated 2014-12-18 15:22:03 -05:00
fc5fa07d22 Corrected definition of HintComparison to 'MagicOnly' 2014-12-18 15:18:48 -05:00
da167ec81c Updated MatchesFile() to actually take into account the HintComparison value without being too messy like previous implementation (copypasta everywhere) 2014-12-18 11:56:05 -05:00
485b6ba3c9 Prevent crashing if the detail is not specified (where does this happen?) 2014-12-18 10:37:38 -05:00
a89c7e18f9 Automatically filter on details returned by GetDetails() call to make things easier on us 2014-12-18 10:25:36 -05:00
2b4ef099eb Do not automatically create objects from references when selecting from a list 2014-12-18 10:07:28 -05:00