2162 Commits

Author SHA1 Message Date
c63a7fd999
focus newly-created TreeModelRow after adding it 2021-08-03 23:15:05 -04:00
84fa1e4630
add missing Multimedia association configurations 2021-08-03 23:14:34 -04:00
481ee946b0
remove broken files 2021-07-25 21:02:07 -04:00
8b363b50d0
Merge branch 'pre-commit' 2021-07-25 16:13:12 -04:00
d8b75962c5
merge stashed changes 2021-07-25 16:12:56 -04:00
8c90e436bd
add Refresh command 2021-07-24 17:18:06 -04:00
4784086ffb
constructor for creating a blank Document without an associated DataFormat or Accessor 2021-07-24 17:17:40 -04:00
dca1c130ff
allow creating empty document without an Accessor being set 2021-07-24 17:17:08 -04:00
3c332eb798
don't die painfully if StartPage layout cannot be loaded 2021-07-24 17:14:53 -04:00
e670a3646e
migrate functionality from Engine directly into EditorApplication and remove Engine 2021-07-24 17:13:33 -04:00
5d8c3c7ea6
Merge branch 'master' into ue4-plugin-multimedia-picture 2021-07-11 20:31:38 -04:00
1b590d7547
Column was renamed to SortColumn 2021-07-11 20:31:19 -04:00
03a84ae0ff
add menu bar to Picture editor 2021-07-11 20:30:23 -04:00
3183a87127
preliminary improvements to multimedia-picture plugin 2021-07-11 20:29:48 -04:00
6802fe19ea
add entity definition for deg 2021-07-11 20:25:46 -04:00
c01af19de3
Merge branch 'pre-commit' 2021-06-02 01:58:13 -04:00
0f09dd9288
remove obsolete code in favor of using .NET-provided classes 2021-06-02 01:58:05 -04:00
f242a8c304
namespace needs to match the definition in association XML 2021-06-02 01:57:16 -04:00
5730050d8d
Merge branch 'pre-commit' 2021-06-02 01:52:36 -04:00
e2ec2966ec
Universal Application Platform application.xml definition - still work in progress 2021-06-02 01:52:23 -04:00
fc9017712d
don't automatically add newline to last line - should be a configurable option, like geany? 2021-06-02 01:51:23 -04:00
062a211706
we really should be notified when we have association errors 2021-06-02 01:50:50 -04:00
b9cec0ad25
we should be able to implement this 2021-06-02 01:49:47 -04:00
e2d59f42c8
namespace needs to match the definition in association XML 2021-06-02 01:49:23 -04:00
c6eed73269
DataFormat subclasses MUST create a new instance of DataFormatReference, otherwise it breaks superclasses 2021-06-02 01:48:52 -04:00
d290894b1f
preliminary WORKING implementation of KiSS CEL picture and KCF palette data formats 2021-05-31 23:45:32 -04:00
de41a5f081
add GUIDs for Palette and Picture object models 2021-05-31 23:39:21 -04:00
dbe9f59538
need to fix opening twice, but now we can handle import settings when launched via native file browser, for example 2021-05-31 23:38:50 -04:00
73f1d1ad3a
add new generic icons for PictureObjectModel and PaletteObjectModel 2021-05-31 23:36:58 -04:00
2a64f97317
preliminary implementation of strongly-typed Selection and deletion in FileSystemEditor 2021-05-30 20:17:45 -04:00
91a68472c5
simplify BOM detection and refactor actually reading the text to an overridable method 2021-05-30 16:02:46 -04:00
b3733ba2f8
properly decode palette chunk in PNG (pixels still slightly off though) 2021-05-30 16:02:40 -04:00
ad65bc61bb
simplify GetSelections() and only call Begin/EndEdit() in Delete() if there is a selection 2021-05-30 15:59:37 -04:00
07e48e9be0
Merge branch 'pre-commit' 2021-05-28 07:35:36 -04:00
24010bcb7d
implement quick and dirty (very hacky) but configurable hierarchical group support 2021-05-28 07:35:25 -04:00
fa562503a3
Merge branch 'pre-commit' 2021-05-27 23:39:49 -04:00
5cfa5dc968
implement adding new Groups and Properties, as well as feature enhancements to PropertyListEditor 2021-05-27 23:37:32 -04:00
9825a5ad7a
properly detect Unicode(UTF-16BE/LE) and UTF-8 BOM (this should be done in PlainTextDataFormat...) 2021-05-27 23:04:06 -04:00
e19f1a84b2
add HintComparison so we accurately detect INI/INF files 2021-05-27 23:03:11 -04:00
ee7bffe7a9
you dum dum, a char isn't always one byte in length 2021-05-27 23:02:39 -04:00
889a5d97fb
Merge branch 'pre-commit' 2021-05-26 15:08:07 -04:00
3cbabda434
support renaming files via CellEdited (requires UWT @ bb6be74) 2021-05-26 15:07:56 -04:00
c644bb21af
implement FileSystemEditor checking valid filenames with invalid filenames and characters settings 2021-05-26 15:00:41 -04:00
7b1fc44390
implement EqualsAny method to check equality with any one of the values in an array 2021-05-26 14:58:55 -04:00
f954ea3f6a
ensure < and > get escaped properly in XML 2021-05-26 14:58:05 -04:00
d973de830d
remove ProjectTypeVariable in favor of using Setting everywhere 2021-05-22 07:26:57 -04:00
2e33c6803d
provide a sane default for TrueVisionTGADataFormat.FormatVersion 2021-05-22 06:51:47 -04:00
03e894daa0
thinking that SettingsProfiles up there might have originally been a typo? 2021-05-22 02:32:20 -04:00
9718656a01
oops - we still assume we have at least one SettingsGroup provided by CustomOptionCompat 2021-05-22 02:31:09 -04:00
010b7ffafc
replace ALL obsolete and duplicate CustomOptions code with Settings from MBS.Framework 2021-05-22 02:16:12 -04:00