52 Commits

Author SHA1 Message Date
04a46da177
improve support for OLE2 compound document base format and some subformats 2022-08-06 19:13:23 -04:00
b5a0487158
store debugging information (i.e. definition locations) for XML / markup documents 2022-08-06 19:02:40 -04:00
ba02cf575e
handle magic byte offsets in data format filters 2022-04-05 20:42:51 -04:00
38b61618eb
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-03-17 14:36:44 -04:00
f070e77f35
refactored settings parser into separate file to be merged into UWT proper 2022-02-07 13:10:38 -05:00
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
6802fe19ea
add entity definition for deg 2021-07-11 20:25:46 -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
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
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
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
0fda2899a0
fix some codacy style guidelines 2021-01-10 18:34:34 -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
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
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
431fc45e7d
the Package FileSystem is essentially the same as its underlying FileSystem object model 2020-09-11 19:40:27 -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
2cf265e898
normalize CustomOption titles to UWT standard underscore instead of Windows-specific ampersand 2020-09-05 13:00:37 -04:00
284f3dc347
add ContentType to file associations (used for mime/packages generation on Linux) 2020-09-03 13:01:22 -04:00
487255782d
implement rudimentary MSBuild task for compiling UEXML into OpenDocument archive 2020-08-13 00:18:00 -04:00
62b137640d
move ZIP data format from FileSystem to Essential because other DataFormats like OpenDocument will use it 2020-08-12 22:31:48 -04:00
eed27053c2
improvements (I think?) to whitespace handling 2020-07-30 09:35:26 -04:00
91a9e0faa3
apparently we have two different versions of these 2020-07-30 09:29:40 -04:00
7fdf6e79a2
properly throw ObjectModelNotSupported instead of just silently failing 2020-06-14 00:46:03 -04:00
5bc7e2dc91
fix two stupid bugs in RIFFDataFormat 2020-05-28 18:20:19 -04:00
a8058e0e6b
fix incorrect associations, namespaces, and other little bugs 2020-05-18 15:03:06 -04:00
1b426b22b6
remove trailing newline char... this MIGHT need to be moved to ReadLine() function 2020-05-13 06:35:29 -04:00
f7672cf10e
breaking changes to allow PropertyListObjectModel to store Properties and Groups in arbitrary order 2020-05-13 01:10:44 -04:00
8d387bd95f
this isn't really an implementation for PropertyListObjectModel 2020-05-12 21:19:54 -04:00