|
|
00fbd252af
|
really broken (but it's a start) print handler for FileSystemObjectModel
|
2020-09-20 01:08:38 -04:00 |
|
|
|
10b1bf871a
|
preliminary implementation of FindInternal for PropertyListObjectModel
|
2020-09-20 01:08:03 -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 |
|
|
|
8099e81867
|
prettify
|
2020-09-19 23:23:22 -04:00 |
|
|
|
6913be61f0
|
combine multiple associations for the same data format into a single association
|
2020-09-19 23:22:38 -04:00 |
|
|
|
50da8f102f
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2020-09-19 23:21:35 -04:00 |
|
|
|
9faecfe7a7
|
we don't really need the overhead of a List<T> since we know the size
|
2020-09-19 23:20:43 -04:00 |
|
|
|
26d068ee0c
|
use package-x-generic icon if the association refers to a FileSystemObjectModel
|
2020-09-19 23:19:59 -04:00 |
|
|
|
73daa2e1bd
|
static release version to play nice with strong name signing
|
2020-09-19 23:18:45 -04:00 |
|
|
|
95455c266f
|
populate about dialog with actual information
|
2020-09-19 22:07:27 -04:00 |
|
|
|
b77ba0339b
|
initialize refsByID if it has not been initialized yet
|
2020-09-16 14:22:42 -04:00 |
|
|
|
c1aafc0052
|
allow us to specify our own file name to return for StreamAccessor
|
2020-09-16 14:04:27 -04:00 |
|
|
|
40e016c8d1
|
don't assume that the number of bytes actually read/written are equal to what we asked for
|
2020-09-16 14:03:51 -04:00 |
|
|
|
b983f526f4
|
add additional file name filters, magic byte sequences, and content types
|
2020-09-13 21:45:14 -04:00 |
|
|
|
09ad6034ae
|
add additional file name filters and magic byte sequences
|
2020-09-12 09:12:19 -04:00 |
|
|
|
fa58f1cd32
|
this SOMEWHAT works for monochrome BMP, but is fuzzy and I don't know why
|
2020-09-12 09:11:09 -04:00 |
|
|
|
a906a8bff3
|
we can now (somewhat) read .SAV files, but it's still broken
|
2020-09-12 09:11:09 -04:00 |
|
|
|
595832e7a2
|
add additional file name filters and magic byte sequences
|
2020-09-12 09:10:54 -04:00 |
|
|
|
901b125b03
|
don't crash attempting to go outside of the file
|
2020-09-12 07:00:15 -04:00 |
|
|
|
431fc45e7d
|
the Package FileSystem is essentially the same as its underlying FileSystem object model
|
2020-09-11 19:40: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 |
|
|
|
c010e99a62
|
return default value for CustomOption if actual value is NULL
|
2020-09-11 18:10:17 -04:00 |
|
|
|
0e6a48c8de
|
remove ObjectModelReference.Title setter - force us to define Path instead
|
2020-09-10 21:31:18 -04:00 |
|
|
|
6fdc8841fb
|
reorganize associations and add ContentType and HintComparison
|
2020-09-10 06:01:18 -04:00 |
|
|
|
7b02518e4e
|
add option for DataFormat hint comparisons to require BOTH FileNameFilter and MagicByteSequence to match
|
2020-09-10 05:48:02 -04:00 |
|
|
|
e1e4dfbfb5
|
allow us to find attributes as well as elements using an XML schema (xmlns)
|
2020-09-10 05:46:35 -04:00 |
|
|
|
f150251cf2
|
allow us to create new files within a FileSystemObjectModel entirely in memory
|
2020-09-10 05:45:31 -04:00 |
|
|
|
275f9e7e59
|
don't limit MemoryFileSource to just a byte[] array
|
2020-09-09 06:03:40 -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 |
|
|
|
897cbad70a
|
add ContentType to SquareSoft LGP data format
|
2020-09-06 06:04:48 -04:00 |
|
|
|
218dcd844e
|
Insert CustomOptions from the current DataFormat into Document Properties dialog
|
2020-09-06 06:04:07 -04:00 |
|
|
|
2cf265e898
|
normalize CustomOption titles to UWT standard underscore instead of Windows-specific ampersand
|
2020-09-05 13:00:37 -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 |
|
|
|
c5d18ca5fc
|
import MBS.Framework.UserInterface.Content.PlatformIndependent from MBS.Framework.UserInterface
|
2020-09-03 22:32:40 -04:00 |
|
|
|
86b5a9b5e7
|
don't crash if Namespace is null
|
2020-09-03 22:30:05 -04:00 |
|
|
|
f7cf937ae9
|
be quiet
|
2020-09-03 13:01:44 -04:00 |
|
|
|
284f3dc347
|
add ContentType to file associations (used for mime/packages generation on Linux)
|
2020-09-03 13:01:22 -04:00 |
|
|
|
84ea550b55
|
oops
|
2020-09-03 12:58:21 -04:00 |
|
|
|
8fb9f41852
|
generate mime/packages/universal-editor.xml for linux, .reg support for Windows coming soon
|
2020-09-03 12:58:00 -04:00 |
|
|
|
dcb32c3e9c
|
oops
|
2020-09-02 13:17:25 -04:00 |
|