213 Commits

Author SHA1 Message Date
47b1e2ffc8
Preliminary implementation of Database Editor 2019-11-16 22:47:42 -05:00
db78228129
properly display ModificationTimestamp in listview 2019-11-15 12:09:49 -05:00
de65fecdd7
implement Delete on SolutionExplorerPanel - very inefficient; needs UWT treemodelrow delete support 2019-11-13 10:44:55 -05:00
97eb6dadd7
support UWT ActiveControl property on Window 2019-11-13 10:44:01 -05:00
c04c8ac747
improve text file determination for shorter files and UTF-8 with BOM 2019-11-11 06:11:14 -05:00
09e4a15671
implement context menu in UEXML instead of code 2019-11-11 05:56:01 -05:00
9e513cd182
ability to switch between 1000 or 1024 powers - nautilus uses 1000 apparently 2019-11-10 13:19:46 -05:00
68afe04e1e
must have missed this when porting to UEXML 2019-11-10 09:28:42 -05:00
180553165d
attach context menu event handlers in a per-Context manner to prevent collisions between two similar (type-identical) editors 2019-11-09 23:06:14 -05:00
347b6c79dc
update SDBB when MainWindow is created 2019-11-09 15:18:01 -05:00
169047699c
implement Editor-agnostic super duper commander-style button bar 2019-11-08 23:46:13 -05:00
e6c64a4886
provide default keybindings for Commander-style FileSystemEditor (this should be done in XML) 2019-11-08 23:45:18 -05:00
d6c5ed5b52
Application Contexts support keybindings now 2019-11-08 23:44:46 -05:00
472f2d8366
implement context menu in UEXML instead of code 2019-11-07 11:04:21 -05:00
ae76749954
dynamic menu items are built-in to UWT now, yay! 2019-11-05 16:25:12 -05:00
8d0edb13bb implement start/end/length seeking and endianness 2019-11-01 07:04:19 -04:00
826fa7e19e this works better, but probably isn't foolproof or efficient 2019-11-01 05:56:38 -04:00
f36b339014 implement extension method to FileDialog in order to add file name filter(s) from Universal Editor associations 2019-11-01 00:02:17 -04:00
628552883e implement converter for fixed-length string 2019-10-31 21:25:59 -04:00
a147506dc5 update field definition when data changes 2019-10-31 15:08:37 -04:00
34914358e0 Enhance BinaryEditor grammar definition support (still incomplete) 2019-10-31 02:52:09 -04:00
98a308fa85 if we don't have any accessor, default to a file 2019-10-29 13:59:29 -04:00
cfd971a756 Implement a really shitty way of choosing between a binary or text default editor 2019-10-29 13:57:38 -04:00
1352eaae0d Clean up and comment code 2019-10-29 13:55:44 -04:00
e597cf0450 Project and solution system enhancements 2019-10-29 13:54:35 -04:00
25f9f3ef4f implement dependent (nested) files in VS project format and in UE UI 2019-10-26 00:32:55 -04:00
bf9a85222c print the time it takes to completely load UE UI 2019-10-25 01:06:17 -04:00
4662aa8999 Project and solution enhancements - they actually work now 2019-10-25 01:05:52 -04:00
c4874fc69c Improvements to saving, including overwriting existing file 2019-10-13 02:41:21 -04:00
d95efe69f1 Refactor GetTemporaryDirectory into separate function and provide a way to get a temporary file name without actually creating it (yeah, right) 2019-10-13 02:40:50 -04:00
88e753bc66 Implement support for multiple Editor views 2019-10-12 22:05:18 -04:00
4366352ff3 We don't really need these comments 2019-10-07 18:46:20 -04:00
f655a3d245 Load editors into memory so we don't wait 10-15 seconds before opening a file 2019-10-07 18:45:18 -04:00
7c43d491de HACK: Force us to notice when a new tab is added 2019-10-05 15:39:00 -04:00
13bf7346bd Is all this creation necessary? 2019-10-05 07:46:46 -04:00
19e0dfaa90 Implement editor-scoped menu items 2019-10-05 07:46:18 -04:00
8caee50b50 Load some editor configuration from XML (not implemented yet) 2019-10-04 06:16:17 -04:00
1772394d28 Implemented loads of expected functionality for FileSystemEditor - needs a lot of improvement though 2019-10-03 02:41:25 -04:00
36d14f6fa2 Conform to new MBS.Framework.UserInterface specification 2019-10-01 20:29:13 -04:00
7cef4b2432 Display an actual splash screen image if we have one in the current directory 2019-10-01 02:42:29 -04:00
40cd38911d idk 2019-09-24 15:58:24 -04:00
4e31a99662 hack to allow us to open file names passed on the commandline, which broke somehow 2019-09-23 03:38:38 -04:00
f06b776502 Placeholders for future feature implementations 2019-09-23 03:37:51 -04:00
702db97e78 doesn't do anything, oh well 2019-09-19 00:54:35 -04:00
237299f9ee I like command bars better (this should be written to user preferences...) 2019-09-18 19:10:26 -04:00
58ba665822 Load command bar if we are supposed to display both 2019-09-18 19:10:02 -04:00
698f4f5147 The Great MBS Rebranding 2019-09-17 02:34:07 -04:00
16761780be Handle file operations Accessor-agnostically 2019-09-15 15:27:33 -04:00
d5a391d965 Not ready to go with DocumentPropertiesDialogV2 just yet 2019-09-14 22:51:10 -04:00
168ea61082 Sometimes ObjectModel is null, and that's OK 2019-09-14 22:48:51 -04:00