This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 096854fb036 Merge pull request #8859 from mbien/fix-private-key-filter
add e9f6e8563d7 Add a texttool widget (Base64, URL and Hex encoding and
decoding)
new 069685e6320 Merge pull request #8864 from matthiasblaesing/texttools
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/ide.kit/nbproject/project.xml | 7 +
ide/texttools/build.xml | 23 +
ide/texttools/licenseinfo.xml | 29 +
ide/texttools/manifest.mf | 6 +
ide/texttools/nbproject/project.properties | 18 +
ide/texttools/nbproject/project.xml | 89 +++
.../netbeans/modules/texttools/Bundle.properties | 31 +
.../modules/texttools/TextToolsTopComponent.form | 434 ++++++++++++
.../modules/texttools/TextToolsTopComponent.java | 763 +++++++++++++++++++++
.../modules/texttools/accessories-text-editor.png | Bin 0 -> 574 bytes
.../modules/texttools/accessories-text-editor.svg | 489 +++++++++++++
nbbuild/cluster.properties | 1 +
nbbuild/licenses/PublicDomain-TangoProject | 1 +
13 files changed, 1891 insertions(+)
create mode 100644 ide/texttools/build.xml
create mode 100644 ide/texttools/licenseinfo.xml
create mode 100644 ide/texttools/manifest.mf
create mode 100644 ide/texttools/nbproject/project.properties
create mode 100644 ide/texttools/nbproject/project.xml
create mode 100644
ide/texttools/src/org/netbeans/modules/texttools/Bundle.properties
create mode 100644
ide/texttools/src/org/netbeans/modules/texttools/TextToolsTopComponent.form
create mode 100644
ide/texttools/src/org/netbeans/modules/texttools/TextToolsTopComponent.java
create mode 100644
ide/texttools/src/org/netbeans/modules/texttools/accessories-text-editor.png
create mode 100644
ide/texttools/src/org/netbeans/modules/texttools/accessories-text-editor.svg
create mode 100644 nbbuild/licenses/PublicDomain-TangoProject
---------------------------------------------------------------------
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