This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 4ca095c Fixing typo in the virtual-text-prepend key. (#1316)
4ca095c is described below
commit 4ca095c7cad1c9b495febf9ad312c0eb5b4722f4
Author: Jan Lahoda <[email protected]>
AuthorDate: Wed Jun 26 12:15:42 2019 +0200
Fixing typo in the virtual-text-prepend key. (#1316)
---
ide/editor.lib2/apichanges.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ide/editor.lib2/apichanges.xml b/ide/editor.lib2/apichanges.xml
index 03211f4..62f76c5 100644
--- a/ide/editor.lib2/apichanges.xml
+++ b/ide/editor.lib2/apichanges.xml
@@ -93,7 +93,7 @@ is the proper place.
<p>If AttributeSet returned from HighlightsSequence contains
key "virtual-text-prepend"
with a value of type String, the UI may optionally render
the value as a
virtual text before the text of the highlight. It is
recommended to make the
- span of length 1, to avoid problems when the AttributeSet
with "virtual-test-prepend"
+ span of length 1, to avoid problems when the AttributeSet
with "virtual-text-prepend"
is merged with other AttributeSets, which could lead to
duplication.</p>
</description>
<class name="HighlightsSequence"
package="org.netbeans.spi.editor.highlighting"/>
---------------------------------------------------------------------
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