merging more features, going through the todo list

This commit is contained in:
Ben Fry
2023-07-16 14:38:36 -04:00
parent 73670aa99b
commit 0b8c543a05
2 changed files with 21 additions and 15 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
1293 (4.2.1)
contribs
X `NullPointerException` when background exceeds color range when writing PDF
X https://github.com/processing/processing4/issues/740
X Use calculated text height instead of OS ascent for better vertical centering
X https://github.com/processing/processing4/issues/739
_ JNA version of getting resolution
+17 -12
View File
@@ -1,21 +1,22 @@
1293 (4.2.1)
X `NullPointerException` when background exceeds color range when writing PDF
X https://github.com/processing/processing4/issues/740
X Use calculated text height instead of OS ascent for better vertical centering
X https://github.com/processing/processing4/issues/739
_ ' appearing in code with Copy as HTML
_ Cannot load any user language files for i18n
_ https://github.com/processing/processing4/issues/722
sampottinger
X Syntax error highlighting placement / width incorrect
X https://github.com/processing/processing4/issues/714
X https://github.com/processing/processing4/pull/715
X Tweak mode issue with hex codes including transparency
X https://github.com/processing/processing4/issues/720
X https://github.com/processing/processing4/pull/721
contribs
X Syntax error highlighting placement / width incorrect from @sampottinger
X https://github.com/processing/processing4/issues/714
X https://github.com/processing/processing4/pull/715
X Tweak mode issue with hex codes including transparency from @sampottinger
X https://github.com/processing/processing4/issues/720
X https://github.com/processing/processing4/pull/721
X LSP feature/declaration support from @Efratror
X https://github.com/processing/processing4/pull/678
X https://github.com/processing/processing4/issues/676
X Feature: Language Server Protocol, Reference Support from @Efratror
X https://github.com/processing/processing4/issues/684
X https://github.com/processing/processing4/pull/690
X Update Spanish translation from @trikaphundo
X https://github.com/processing/processing4/issues/744
X https://github.com/processing/processing4/pull/746
@@ -27,7 +28,11 @@ X https://github.com/processing/processing4/issues/606
X https://github.com/processing/processing4/pull/729
_ ' appearing in code with Copy as HTML
pending
_ comment/uncomment on French systems
_ https://github.com/processing/processing4/issues/625
_ https://github.com/processing/processing4/pull/660
_ sandbox access to Desktop folder when using non-notarized versions
_ "Security-Scoped Bookmarks" is the term: https://stackoverflow.com/a/12155622