684 Commits

Author SHA1 Message Date
c9c3dfa5b0 Implement Associations 2014-12-11 11:42:24 -05:00
54e71e4e08 Make sure we don't go outside of the range of the Accessor when we check filters 2014-12-11 10:30:55 -05:00
6bee31a6b6 Update DataFormat/ObjectModel properties details when file properties dialog is shown 2014-12-11 10:29:34 -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
fe1213e0be Add some initial Associations as examples 2014-12-10 23:18:16 -08: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
d537146b9c Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-12-10 23:25:58 -05:00
f04014aa6c Renamed ApplicationOptionPanel to GeneralOptionPanel 2014-12-10 22:24:29 -05:00
3b1f0efc88 Added CodeEditor Appearance OptionPanel 2014-12-10 22:20:44 -05:00
a3757f3c7d Do not display the 'FileNewDocumentFileSystem' command by default (this is just an example) 2014-12-10 16:18:40 -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
12effa63da Listen for task failed event 2014-12-10 14:43:05 -05:00
7dce53d8fd Update host application messages when a ProjectTask is launched 2014-12-10 14:40:44 -05:00
97bb249a9f Added ability to clear the Messages list 2014-12-10 14:33:59 -05:00
17081de46f Rearranged directory structure to put certain types of configuration files into their own 'package' 2014-12-05 23:59:16 -08:00
9c701fa0a6 Actually execute the task instead of displaying a boring message box 2014-12-05 23:55:27 -08:00
e0b032c7ef Don't try to invoke until the handle is created (is this the WRONG way to do this\?) 2014-12-05 23:54:01 -08: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
d3f2def124 Check to see if ProjectType is null; it shouldn't be, but if we have an error loading the ProjectType, it might be 2014-12-05 14:48:34 -05:00
6f78419056 Changing the way project types are defined... again 2014-12-05 13:47:40 -05:00
1d6e8549c4 Do not use a separate ExpandedStringSegment just for quotes; we can put them into a Literal 2014-12-05 09:26:15 -05:00
d91d630562 Moved 'SoftwareDeveloper'-specific ProjectTypes into the 'SoftwareDeveloper' extension 2014-12-05 08:09:40 -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
7718f5181e Implement ProjectTasks 2014-12-04 22:06:08 -08:00
6846e105df Disable charBuffer because it messes things up for some reason 2014-12-04 22:00:36 -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
b30066e595 Changed yet again: TaskAction (too repetitive) changed to simply Action 2014-12-04 21:02:34 -08:00
6cea2e06b1 Completely redefined what ProjectType Tasks and TaskActions are and how they work 2014-12-04 20:49:51 -08:00
87213d8b8d Add TaskTypeID attribute 2014-12-04 20:39:00 -08:00
3f767ac7b3 Updated TODO with information about BuildActions 2014-12-04 20:38:42 -08:00
68e0ae9bfe Added 'Arduino Application' ProjectType 2014-12-04 20:38:27 -08:00
05fe3b8701 Need to figure out how to initialize themes per-user, after configuration initialization 2014-12-04 20:16:10 -08:00
051eb73351 Added C++ ProjectType 2014-12-04 20:15:44 -08:00
5f303730f0 Added ProjectType for CSharp 2014-12-04 22:16:59 -05:00
4d1ccbfa1a Added 'Compile XSLT' task to 'XML Transformation Project' project type 2014-12-04 22:12:28 -05:00
2b848d5702 Added theme images for Visual Studio 2012 theme 2014-12-04 16:01:58 -05:00
6cef543a97 Added comments 2014-12-01 15:56:05 -05:00
4d65b0b470 Updated README.md 2014-12-01 15:51:47 -05:00
100de7f7fd Updated README.md 2014-12-01 15:50:25 -05:00
819e3db0b8 Added comments 2014-12-01 15:44:37 -05:00