|
|
6f6488fb8e
|
playing around with printing stuff - nothing production ready yet
|
2021-02-20 22:25:59 -05:00 |
|
|
|
844dc18392
|
binary editor improvements and preliminary implementation for the WxHexEditor-compatible binary grammar definition format
|
2021-02-20 22:25:40 -05:00 |
|
|
|
686a47e426
|
add (hardcoded) 'up' command with XButton1 ('back' mouse button)
|
2021-02-20 22:20:35 -05:00 |
|
|
|
be0c98c8ac
|
add comments
|
2021-02-20 16:37:43 -05:00 |
|
|
|
c838d4be27
|
properly enable/disable commands when appropriate
|
2021-02-20 14:24:39 -05:00 |
|
|
|
6ee8782d7e
|
remove ancient cruft
|
2021-02-17 21:11:54 -05:00 |
|
|
|
3d46dd27cc
|
remove WindowState from UniversalEditor.UserInterface in favor of using the one from UWT
|
2021-02-17 16:17:30 -05:00 |
|
|
|
bd836fd758
|
migrate Settings codebase from MBS.Framework.UserInterface to MBS.Framework [from MBS.Framework a594833]
|
2021-02-15 22:18:11 -05:00 |
|
|
|
d4b2803088
|
improve current folder handling in FileSystemEditor
|
2021-01-25 00:07:29 -05:00 |
|
|
|
d1b00ff02e
|
convert PropertyListPanel to use Glade-based ContainerLayout
|
2021-01-25 00:07:18 -05:00 |
|
|
|
7318cdacaa
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2021-01-10 15:27:59 -05:00 |
|
|
|
8d8a6258d0
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor into master
|
2021-01-10 16:04:58 -05:00 |
|
|
|
57c1db3d5b
|
use String.Format and don't use GetFileName
|
2021-01-10 16:03:11 -05:00 |
|
|
|
97c9e605c4
|
expose the Editors and Documents in a given UE MainWindow
|
2021-01-09 22:39:57 -05:00 |
|
|
|
9ef4d183e6
|
improve FileSystemEditor navigation and add a path entry text box
|
2021-01-09 22:36:50 -05:00 |
|
|
|
9ecb3e3692
|
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication)
|
2021-01-02 00:30:28 -05:00 |
|
|
|
e1ea36f2bc
|
ISupportsExtraData has moved from MBS.Framework.UserInterface to MBS.Framework due to expanding usefulness
|
2020-12-19 22:19:46 -05:00 |
|
|
|
779e884e97
|
properly set FileSetting.Mode from CustomOptionFile.DialogMode
|
2020-12-04 23:34:32 -05:00 |
|
|
|
92ae779b22
|
we shouldn't need this magic ; we should fix underlying bug
|
2020-11-23 14:33:21 -05:00 |
|
|
|
14da757738
|
quick hack to prevent crash in certain situations
|
2020-11-20 22:18:29 -05:00 |
|
|
|
41136a6a10
|
start to move some common stuff out of UE and into MBS.Framework.UserInterface
|
2020-11-20 22:17:57 -05:00 |
|
|
|
e8eab14089
|
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass
|
2020-10-26 16:49:11 -04:00 |
|
|
|
d519ffbed4
|
Glue is now part of MBS.Framework
|
2020-10-25 15:46:54 -04:00 |
|
|
|
8372bb6352
|
this wasn't referenced anywhere
|
2020-10-25 15:45:29 -04:00 |
|
|
|
45baa38e04
|
provide an IDocumentPropertiesProvider interface to indicate a focused IControl which supports document properties
|
2020-10-23 21:59:39 -04:00 |
|
|
|
6b1d0f34c7
|
implement 'Open Containing Folder' for Solution Explorer panel
|
2020-10-23 21:57:34 -04:00 |
|
|
|
a1ec00983b
|
major improvements to project system including 'virtual' in-memory file system for projects and multiple project types (natures)
|
2020-10-22 21:21:04 -04:00 |
|
|
|
515e332f61
|
sometimes we expect Editor.Document to be set
|
2020-10-20 20:57:57 -04:00 |
|
|
|
06fe3b2506
|
remove outdated code
|
2020-10-20 20:55:52 -04:00 |
|
|
|
29b8690485
|
templating improvements and actually loading the ObjectModel content via XML from a template
|
2020-10-08 16:11:28 -04:00 |
|
|
|
7cd5a3fb24
|
support complete URIs and schemes in Accessors (e.g. file:///blah/blah/blah
|
2020-10-08 16:09:23 -04:00 |
|
|
|
847238588c
|
update buttons when options are changed
|
2020-09-29 05:04:46 -04:00 |
|
|
|
3bddb9cfd7
|
this has been moved to UWT proper
|
2020-09-29 04:54:15 -04:00 |
|
|
|
351b9a68b7
|
show the SettingsDialog with 'Application:Command Bars' group selected when selecting Tools->Customize
|
2020-09-25 17:39:47 -04:00 |
|
|
|
4cb7b90ce3
|
call Application.ShowSettingsDialog to minimize code reuse
|
2020-09-25 17:39:05 -04:00 |
|
|
|
c826046e50
|
add buttons to change CustomOptions for DataFormat and Accessor without having to pick them again
|
2020-09-25 17:38:38 -04:00 |
|
|
|
7d926d93ac
|
deprecate code-based SettingsProviders in favor of XML-based definitions (uwt:b4624f3)
|
2020-09-25 16:07:39 -04:00 |
|
|
|
10cc629ba1
|
try to do better with merging command items
|
2020-09-23 01:41:52 -04:00 |
|
|
|
00fbd252af
|
really broken (but it's a start) print handler for FileSystemObjectModel
|
2020-09-20 01:08:38 -04:00 |
|
|
|
1221a7aacc
|
don't display the confirm exit dialog twice
|
2020-09-20 01:03:36 -04:00 |
|
|
|
de321a3e39
|
display a message if we can't find any print handlers to handle the FilePrint command
|
2020-09-20 00:43:07 -04:00 |
|
|
|
a2f874a728
|
expose the current project and solution as properties on IHostApplicationWindow (used by build system)
|
2020-09-20 00:43:07 -04:00 |
|
|
|
3d66a06827
|
clear document explorer panel when editor is null
|
2020-09-20 00:43:06 -04:00 |
|
|
|
71e64ea1ff
|
remove unused code
|
2020-09-20 00:43:06 -04:00 |
|
|
|
6a88263c37
|
add descriptions to some CustomOptions - will eventually replace with XML
|
2020-09-20 00:42:53 -04:00 |
|
|
|
95455c266f
|
populate about dialog with actual information
|
2020-09-19 22:07:27 -04:00 |
|
|
|
a4170f8786
|
properly use the selected TreeModelRow as parent IFileSystemContainer if possible
|
2020-09-11 19:39:45 -04:00 |
|
|
|
7673960a73
|
notify when an embedded file has been added and update details when we save it
|
2020-09-11 19:27:37 -04:00 |
|
|
|
ee8411e33f
|
use the given filename from the New dialog as default document filename if specified
|
2020-09-11 18:50:37 -04:00 |
|
|
|
f150251cf2
|
allow us to create new files within a FileSystemObjectModel entirely in memory
|
2020-09-10 05:45:31 -04:00 |
|