62 Commits

Author SHA1 Message Date
3ad2dbeddb Need to fix save-after-open functionality 2014-07-05 19:13:50 -04:00
250dc386cb Resolved ambiguity with IHostApplication.GetCurrentEditor() 2014-07-01 23:18:47 -04:00
828662366b Fixed some general UI issues in WinForms Document Properties dialog 2014-07-01 18:24:15 -04:00
40200a435f Fixed binding of ListView.ItemActivate() event handler 2014-07-01 18:16:44 -04:00
675306d409 Fixed property and settings loader 2014-06-26 15:46:10 -04:00
a4595d4382 Implement OK/Cancel buttons on OptionsDialog 2014-06-26 14:51:33 -04:00
98c8990835 Added CommandBar implementation for Windows Forms 2014-06-26 11:28:44 -04:00
717904120a Removed hardcoded toolbar (will be loaded with CommandBar) 2014-06-26 08:15:37 -04:00
fc3e611876 Tabify 2014-06-26 07:53:28 -04:00
6f31b5f762 Ignore ObjectModelReferences with a null title (to prevent crashing) 2014-06-26 07:53:01 -04:00
89467c900a Moved much of Windows Forms specific code to Engine proper 2014-06-25 16:03:27 -04:00
c719a60574 Added status text to Windows Forms splash screen 2014-06-25 16:03:03 -04:00
e058a2c86c Added status text to Windows Forms splash screen 2014-06-25 16:02:23 -04:00
0f2ab745ef Fixing window management issues 2014-06-25 15:05:05 -04:00
e71c0f0e3c Implemented more commands, made some stuff more cross-platform and implemented languages 2014-06-24 15:43:45 -04:00
1fb2b05b4e Implement more commands 2014-06-24 13:51:00 -04:00
245fbaa68a Implement some of the Commands that are to ship with UniversalEditor 2014-06-24 10:00:04 -04:00
77438637cb Implement CommandBars for Windows Forms engine 2014-06-24 09:59:30 -04:00
ee595f6f8a Remove some menu items that are now initialized with CommandBars 2014-06-24 09:58:15 -04:00
794f76c169 Use AwesomeControls ContextMenu instead of .NET builtin 2014-06-18 20:50:42 -04:00
e0c3045fb8 Minor fixes that crop up when saving a new document 2014-06-15 20:41:02 -04:00
adb4f9e9c8 Enhanced saving and loading functionality to support more Accessors and advanced selection of DataFormat/ObjectModel 2014-06-15 00:01:56 -04:00
a28da99fc2 Add Document Properties dialog for advanced options 2014-06-14 21:29:42 -04:00
77ea58340f Add Document Properties dialog for advanced options 2014-06-14 20:46:00 -04:00
f8b0e18977 Add Document Properties dialog for advanced options 2014-06-14 20:45:41 -04:00
4de81f4cf0 Add dependencies for Windows Forms model editor 2014-06-14 20:42:59 -04:00
7af1f8b30d Added advanced output window 2014-06-12 13:49:49 -04:00
a7f46932ff Added advanced output window 2014-06-12 13:49:23 -04:00
1ce07d5478 Initialize output window 2014-06-12 13:44:23 -04:00
eff337c2f1 Added advanced output window 2014-06-12 12:52:47 -04:00
a401d4e09d Do not show context menu if selected item is null 2014-06-11 07:49:19 -04:00
39e1bf28f4 Moved Project into its own ObjectModel and various other fixes 2014-06-10 15:16:55 -04:00
8987573310 Alert when ObjectModel creation failed and improve determining the DataFormat to use for project file saving 2014-06-10 14:08:51 -04:00
943a2f50bf Get DataFormat for project file by filter index of CommonDialog 2014-06-10 12:48:52 -04:00
653e47fd94 Default save project file to solution title, do not create new solution object model for creating reference 2014-06-10 12:44:28 -04:00
a206947150 Implement SaveProject (a little bit at least) and assign unique Project ID when created 2014-06-09 16:05:36 -04:00
7ea1f65cc8 Hacking away to try and fix metrics... really need to completely rewrite this 2014-06-09 09:52:47 -04:00
9816176935 Updated plugin to use new Color.FromRGBA method 2014-06-08 19:56:53 -04:00
00e03a2c06 Added ReflexiveEntertainment plugin and WindowsForms Multimedia UserInterface plugin 2014-06-08 19:24:06 -04:00
b056dad71d Added minimum size for NewDialog 2014-06-08 17:21:36 -04:00
aa12684ca7 Fixed positioning of document DockingWindow 2014-06-08 17:18:45 -04:00
1581403478 Try to come up with smart project names if no default is specified in template 2014-06-06 12:05:25 -04:00
9da0053b1c Activating an item in the list (double-click usually) should accept the dialog 2014-06-06 11:40:59 -04:00
a0aa58c1a3 Moving much of the WindowsFormsEngine-specific, engine-agnostic stuff to Engine proper 2014-06-06 11:27:44 -04:00
590328f2e4 Moved UnsavedDocumentOption to UserInterface 2014-06-06 11:27:31 -04:00
06c6d8e25f Moving much of the WindowsFormsEngine-specific, engine-agnostic stuff to Engine proper 2014-06-06 11:26:03 -04:00
3353898ae2 Moving much of the WindowsFormsEngine-specific, engine-agnostic stuff to Engine proper 2014-06-06 11:22:43 -04:00
b900065d18 Reorganized branding functionality 2014-06-06 10:34:25 -04:00
b432552a92 Added ErrorList 2014-06-06 10:21:14 -04:00
4bde6be461 Added ErrorList 2014-06-06 10:14:51 -04:00