154 Commits

Author SHA1 Message Date
51ca97da5c Moved ObjectModelReference into separate code file 2014-09-30 20:34:09 -04:00
52042fbacd Moved ObjectModelReference into separate code file 2014-09-30 20:33:48 -04:00
ba3e5b10c6 Added crash handling in various locations for a more user-friendly experience 2014-09-30 15:56:03 -04:00
cffee1e6bf Updated version information for all projects 2014-09-30 14:32:17 -04:00
2524e9902b Replace the hardcoded Window/Windows... menu with an Engine Command 2014-09-25 15:59:46 -04:00
bcd1221a93 Support automatically opening specified files at startup 2014-09-25 14:32:06 -04:00
4ed581f594 Added ReadStringToEnd(Encoding) function 2014-09-25 14:31:06 -04:00
fc04757f82 Use EditorReference instead of directly referencing IEditorImplementation to be more efficient 2014-09-16 15:36:06 -04:00
47816635ad Don't load some configuration options if they don't exist (prevent crash) 2014-08-11 15:54:57 -04:00
b2a003afbb Make DataFormatOptionsDialog engine-agnostic 2014-08-10 01:05:56 -04:00
aaf24d7164 Actually show the About Platform dialog 2014-08-09 21:42:54 -04:00
e807c0b627 Added XML documentation for UniversalEditor.IO.Reader.Align(int) method 2014-08-09 15:58:57 -04:00
f3c483f7b1 Add Bzip2 to the known compression modules list 2014-08-06 22:46:32 -04:00
1b91711291 Added definition for 'Hyper' key (does anyone use that anymore?) 2014-08-04 20:11:19 -04:00
5ae4110196 Added additional constructors to CustomOptionFieldChoice 2014-08-04 09:19:13 -04:00
850eadf27f Added Endpoint (to be implemented in UE5) 2014-07-29 19:47:34 -04:00
9cbdaf1a9b Default name should be 'Universal Editor', not 'Universal Editor Platform' (that looks ugly) 2014-07-22 15:40:39 -04:00
ed6648a700 Make the 'About...' command pull its title from the configuration 2014-07-22 15:38:26 -04:00
c691eca424 Add 'Window -> New Window' command event handler 2014-07-22 15:26:25 -04:00
67944078a7 Fix various bugs 2014-07-21 21:33:02 -04:00
e4f97c943d Added restart capability 2014-07-19 16:00:57 -04:00
2398619b90 Finished implementing Configuration 2014-07-18 22:53:33 -04:00
e4f2d686e2 Finished implementing Configuration 2014-07-18 22:53:14 -04:00
68a95dc0f1 Added ShowStartPage() to IHostApplicationWindow 2014-07-18 22:52:23 -04:00
013c6ac4fe Moved Perspective into Engine 2014-07-18 18:43:24 -04:00
d10e5f30ad Moved perspective-switching code to Commands 2014-07-18 17:33:00 -04:00
6722c9c7e0 Do not load languages if they don't exist (to prevent crash) 2014-07-18 15:20:15 -04:00
bfcc77c54d Finish implementing ShortcutKeys for CommandBars 2014-07-18 10:51:13 -04:00
d1c7021691 Additional CommandShortcutKeyValue definitions to support additional keys 2014-07-18 10:50:55 -04:00
ade48ccffe We have to be able to assign the command shortcut key... 2014-07-18 09:00:07 -04:00
983f5b1cf5 Should a KeyValue even have a None? 2014-07-18 08:59:32 -04:00
8864e69716 Modifiers should be flags, and CommandShortcutKey should be implemented ;) 2014-07-18 08:58:19 -04:00
6ed850767f Tabify 2014-07-18 08:49:11 -04:00
f7e935dbda Tabify 2014-07-18 08:45:36 -04:00
82bbad79cc Do not return multiple copies of the same instance of editor, this causes problems 2014-07-09 22:25:18 -04:00
14c3bf88e9 Implemented ReadLengthPrefixedString 2014-07-08 15:44:24 -04:00
3ff3be1b72 Renamed 'Environment' to 'Engine' to coincide with GTK naming convention 2014-07-08 15:33:21 -04:00
939736e0c2 Fixed project file to include CommentDialog 2014-07-08 15:20:13 -04:00
4a39f78e69 Fixed project file to include CommentDialog 2014-07-08 15:18:23 -04:00
ae7cbebb3c Added file comment ability (like 7-Zip), not implemented 2014-07-07 19:26:34 -04:00
4389d8dd38 Added file comment ability (like 7-Zip), not implemented 2014-07-07 19:24:55 -04:00
23c7972f0d Do not crash if a null filename is given 2014-07-05 19:12:28 -04:00
84b4798eaf Still don't know how to properly handle position 2014-07-05 19:12:02 -04:00
dd802fa789 Still don't know how to properly handle position 2014-07-05 19:11:44 -04:00
86a7baca6a Add temporary file name for unnamed files in FileSystems (like AR-format .lib files) 2014-07-02 19:00:28 -04:00
016d1173db Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-07-01 21:08:48 -04:00
29a11c7694 Add more descriptive title to Add Files dialog 2014-07-01 20:03:37 -04:00
4a63171fdc Implement Edit* commands as proxy to IEditorImplementation commands 2014-06-30 22:31:22 -04:00
414dd79f69 Added IHostApplicationWindow.GetCurrentEditor() function 2014-06-30 22:30:48 -04:00
c25dd83558 Use Engine.LastWindow instead of HostApplication.CurrentWindow (new convention) 2014-06-30 21:37:52 -04:00