|
|
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 |
|
|
|
f425651eb2
|
Merge branch 'UE5FeatureCustomOptionSettings'
|
2020-09-06 06:32:46 -04:00 |
|
|
|
bc22328b2c
|
use FileSetting instead of TextSetting now that we have it
|
2020-09-06 06:32:36 -04:00 |
|
|
|
218dcd844e
|
Insert CustomOptions from the current DataFormat into Document Properties dialog
|
2020-09-06 06:04:07 -04:00 |
|
|
|
ea95db466c
|
support nested CustomOptionGroups
|
2020-09-05 08:05:25 -04:00 |
|
|
|
d3d74b4f05
|
aesthetic changes and README.md update
|
2020-09-05 06:51:54 -04:00 |
|
|
|
a3c51604ec
|
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog
|
2020-09-05 06:51:13 -04:00 |
|
|
|
01c659db7f
|
close Accessor before we attempt to retry so it loads from the beginning next time
|
2020-08-31 20:19:52 -04:00 |
|
|
|
1a6f6133ab
|
set DocumentFileName to display current file name under/beside window title
|
2020-08-29 20:34:51 -04:00 |
|
|
|
b93a4c0978
|
I don't think we need these messages anymore
|
2020-08-29 18:40:31 -04:00 |
|
|
|
d6f33d11e4
|
migrate most content UEXML files to embedded resources
|
2020-08-29 00:53:02 -04:00 |
|
|
|
da49113837
|
preliminary working implementation of Batch Find/Replace dialog... very incomplete
|
2020-08-26 02:10:11 -04:00 |
|
|
|
cea33b9b6a
|
provide ability to paste a string of binary bytes (in hex notation) directly into the binary editor
|
2020-08-21 12:31:40 -04:00 |
|
|
|
da373d48e7
|
update splash screen status
|
2020-08-21 12:05:33 -04:00 |
|
|
|
3f3943e1de
|
oops forgot about this one
|
2020-08-17 11:48:41 -04:00 |
|
|
|
abd4992fbe
|
reorganize ListView source into its own sub-namespace
|
2020-08-15 01:43:55 -04:00 |
|
|
|
8c5836c95a
|
improvements and additional features to Database editor
|
2020-08-12 21:45:52 -04:00 |
|
|
|
70730ac1a0
|
it is now possible to automate the opening of 'embedded' documents in proper Editors without an Accessor
|
2020-08-12 21:45:51 -04:00 |
|
|
|
233b48c9f9
|
remove previous ListViewColumns from the ListView before adding additional detail columns
|
2020-08-07 01:34:12 -04:00 |
|
|
|
6306cce550
|
should this be fixed in upstream UWT?
|
2020-08-07 01:27:58 -04:00 |
|
|
|
242c93583b
|
add rudimentary document explorer context menu for Markup editor
|
2020-07-30 09:44:58 -04:00 |
|
|
|
03565555f7
|
notify before a context menu is to be displayed on the Document Explorer treeview
|
2020-06-25 08:10:23 -04:00 |
|
|
|
1eed5e83c2
|
implement rudimentary editor for Markup ObjectModel
|
2020-06-18 10:17:52 -04:00 |
|