This is an automated email from the ASF dual-hosted git repository.
haidubogdan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 600492d0f51 Merge pull request #7081 from mbien/open-parent-folder
add 3f4b0ef27dd markdown document preview improvements Closes #6652
new b53dd616bc1 Merge pull request #9240 from
haidubogdan/t_markdown_improvements
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ide/editor.settings.storage/nbproject/project.xml | 1 +
ide/libs.flexmark/external/binaries-list | 1 +
.../external/flexmark-0.64.8-license.txt | 2 +-
ide/libs.flexmark/manifest.mf | 2 +-
ide/libs.flexmark/nbproject/project.properties | 1 +
ide/libs.flexmark/nbproject/project.xml | 4 +
ide/markdown/licenseinfo.xml | 7 +-
ide/markdown/manifest.mf | 1 +
ide/markdown/nbproject/project.xml | 27 ++++
.../modules/markdown/MarkdownDataObject.java | 6 +-
.../modules/markdown/MarkdownViewerElement.java | 56 ++++++-
.../modules/markdown/markdown.tmLanguage.json | 4 +-
.../modules/markdown/resources/Bundle.properties | 33 ++++
.../modules/markdown/resources/Coloring.md | 7 +
.../markdown/resources/FontAndColors-bluetheme.xml | 50 ++++++
.../resources/FontAndColors-citylights.xml | 50 ++++++
.../markdown/resources/FontAndColors-earth.xml | 50 ++++++
.../resources/FontAndColors-flatlafdark.xml | 50 ++++++
.../modules/markdown/resources/FontAndColors.xml | 50 ++++++
.../netbeans/modules/markdown/resources/layer.xml | 82 ++++++++++
.../markdown/ui/preview/MarkdownEditorKit.java | 29 +++-
.../ui/preview/views/HorizontalRuleView.java | 55 +++++++
.../ui/preview/views/MarkdownViewFactory.java | 3 +-
.../modules/markdown/utils/Bundle.properties | 27 ++++
.../modules/markdown/utils/StyleUtils.java | 174 +++++++++++++++++++++
25 files changed, 756 insertions(+), 16 deletions(-)
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/Bundle.properties
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/Coloring.md
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/FontAndColors-bluetheme.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/FontAndColors-citylights.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/FontAndColors-earth.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/FontAndColors-flatlafdark.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/FontAndColors.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/resources/layer.xml
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/ui/preview/views/HorizontalRuleView.java
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/utils/Bundle.properties
create mode 100644
ide/markdown/src/org/netbeans/modules/markdown/utils/StyleUtils.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists