You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:59:29 UTC

[GitHub] [netbeans] JaroslavTulach commented on a change in pull request #2482: [NETBEANS-4940] Workaround for caret-on-TAB drawing issue

JaroslavTulach commented on a change in pull request #2482:
URL: https://github.com/apache/netbeans/pull/2482#discussion_r515760837



##########
File path: ide/editor.lib/apichanges.xml
##########
@@ -83,6 +83,21 @@ is the proper place.
     <!-- ACTUAL CHANGES BEGIN HERE: -->
 
     <changes>
+        <change id="caret-min-width">
+            <summary>Allow to specify minimum caret width</summary>
+            <version major="4" minor="18"/>

Review comment:
       The module version shall increase in its manifest and this element shall refer to the increased version.

##########
File path: ide/editor.lib/arch.xml
##########
@@ -468,6 +468,12 @@ Description of public packages:
         Document property that determines the number of characters in the longest line
         determined during the document loading from a reader by the editor kit. 
     </api>
+    <br/>
+    <api type="import" name="CARET_MIN_WIDTH" category="devel" group="property">

Review comment:
       Technically it is `editor.lib` that exports the API and jVi that imports it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists