87 Commits

Author SHA1 Message Date
49a237ab94
smarter prefix suggestion for document and project templates 2022-01-18 12:32:13 -05:00
476c07516b
computer broke, frustrated, will clean up this shitload later 2021-12-09 01:04:07 -05:00
195b498054
improvements to XML schema handling 2021-10-31 14:58:34 -04:00
5bca9439d9
implement PropertyListObjectModel.Combine 2021-09-20 16:21:10 -04:00
481ee946b0
remove broken files 2021-07-25 21:02:07 -04:00
d8b75962c5
merge stashed changes 2021-07-25 16:12:56 -04:00
6802fe19ea
add entity definition for deg 2021-07-11 20:25:46 -04:00
0f09dd9288
remove obsolete code in favor of using .NET-provided classes 2021-06-02 01:58:05 -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
c6eed73269
DataFormat subclasses MUST create a new instance of DataFormatReference, otherwise it breaks superclasses 2021-06-02 01:48:52 -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
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
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
889a5d97fb
Merge branch 'pre-commit' 2021-05-26 15:08:07 -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
010b7ffafc
replace ALL obsolete and duplicate CustomOptions code with Settings from MBS.Framework 2021-05-22 02:16:12 -04:00
cf3efc3268
add pre-commit hook 'mixed-line-ending' 2021-05-15 00:34:42 -04:00
852d6c941b
reference project SNK file instead of global SNK file (project SNK is a symbolic link to global SNK) 2021-05-15 00:29:40 -04:00
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -04:00
3f1107b022
implement pre-commit hook 'Forbid spaces in indentation' 2021-05-07 18:15:20 -04:00
8b689aa3ad
add .desktop file 2021-05-07 13:50:26 -04:00
c07f06dd46
still work in progress, but some progress on Open Packaging Format (*.---x) 2021-04-29 23:16:31 -04:00
32058ff15e
implement Magic Byte Offsets for DataFormatFilter 2021-04-29 23:16:30 -04:00
60d72f91b5
use auto property 2021-04-29 23:01:42 -04:00
c9d880b602
get the actual text stored in Lines 2021-03-23 14:53:16 -04:00
9baa9d9361
get full path of FileSystemObjectModel file embedded in an archive file 2021-03-23 14:52:39 -04:00
e167853c28
move IHostApplication core into UniversalEditor.Core 2021-03-23 14:48:24 -04:00
79e8877be7
allow specifying a custom icon name for associations 2021-03-23 14:41:36 -04:00
844dc18392
binary editor improvements and preliminary implementation for the WxHexEditor-compatible binary grammar definition format 2021-02-20 22:25:40 -05:00
aafc8c8e3e
don't rely on mvarText; should be removed if unnecessary 2021-02-01 18:36:30 -05:00
0fda2899a0
fix some codacy style guidelines 2021-01-10 18:34:34 -05:00
f439eb6513
actually implement AutoSave plugin, and add NonSerializedProperty where appropriate to FileSystem objects 2021-01-09 22:41:27 -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
9c7399461d
use extension method OfType<T> defined in MBS.Framework.Collections.Generic 2020-11-20 22:16:53 -05:00
c5211bc5d8
implement PerceivedType (subclass-of) for MIME type filters 2020-10-27 23:32:49 -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
4164d68402
cleanup 2020-10-08 16:12:25 -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
2bd13f7bd4
simplify, improve, and fix bugs in GetAvailableObjectModel<T>() 2020-09-29 05:04:10 -04:00
9ac1ea3731
don't crash but warn us if we load an ObjectModel but crash in MakeReference 2020-09-20 01:10:38 -04:00
10b1bf871a
preliminary implementation of FindInternal for PropertyListObjectModel 2020-09-20 01:08:03 -04:00
431fc45e7d
the Package FileSystem is essentially the same as its underlying FileSystem object model 2020-09-11 19:40:27 -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