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 2018/03/06 07:36:15 UTC

[GitHub] jlahoda commented on a change in pull request #437: [NETBEANS-404] Adjust Javadoc font size to editor's zoom level, and avoid all-monospace font

jlahoda commented on a change in pull request #437: [NETBEANS-404] Adjust Javadoc font size to editor's zoom level, and avoid all-monospace font
URL: https://github.com/apache/incubator-netbeans/pull/437#discussion_r172430718
 
 

 ##########
 File path: editor.completion/src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java
 ##########
 @@ -105,6 +106,16 @@ public DocumentationScrollPane(JTextComponent editorComponent) {
         
         // Add the completion doc view
         view = new HTMLDocView(bgColor);
+        Integer textZoom = (Integer) editorComponent.getClientProperty(TEXT_ZOOM_PROPERTY);
+        // Use the same logic as in o.n.editor.GlyphGutter.update().
 
 Review comment:
   To me, personally, o.n (and o.n.m = org.netbeans.modules) seems quite obvious.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
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