You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2017/07/10 21:23:12 UTC

svn commit: r1801538 - in /jmeter/trunk/xdocs: changes.xml usermanual/hints_and_tips.xml

Author: milamber
Date: Mon Jul 10 21:23:12 2017
New Revision: 1801538

URL: http://svn.apache.org/viewvc?rev=1801538&view=rev
Log:
Fixed width fonts too small in text areas to read under hidpi (user manual bug)
Bugzilla Id: 61270

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/hints_and_tips.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1801538&r1=1801537&r2=1801538&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Mon Jul 10 21:23:12 2017
@@ -200,6 +200,7 @@ Summary
     <li><bug>61050</bug>Handle uninitialized RessourceBundle more gracefully, when calling <code>JMeterUtils#getResString</code>.</li>
     <li><bug>61100</bug>Invalid GC Log Filename on Windows</li>
     <li><bug>57962</bug>Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode</li>
+    <li><bug>61270</bug>Fixed width fonts too small in text areas to read under hidpi (user manual bug)</li>
 </ul>
 
  <!--  =================== Thanks =================== -->

Modified: jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/hints_and_tips.xml?rev=1801538&r1=1801537&r2=1801538&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/hints_and_tips.xml (original)
+++ jmeter/trunk/xdocs/usermanual/hints_and_tips.xml Mon Jul 10 21:23:12 2017
@@ -116,11 +116,19 @@ will match any component that contains t
       <dt><code>jmeter.tree.icons.size</code></dt>
       <dd>with these values: <code>19x19</code> (default size), <code>24x24</code>, <code>32x32</code> (Suggested value for HiDPI) or <code>48x48</code></dd>
     </dl>
+    <p>Additionally you can increase the font size of the text areas in some elements like JSR223 sampler by changing theses properties:</p>
+    <dl>
+      <dt><code>jsyntaxtextarea.font.family</code></dt>
+      <dd>set to <code>Hack</code> to activate and to change the font and their size</dd>
+      <dt><code>jsyntaxtextarea.font.size</code></dt>
+      <dd>set to a greater value, like <code>28</code> (Suggested value for HiDPI)</dd>
+    </dl>
     <note>This is not a full HiDPI support and only affects
       <ul>
         <li>JMeter tree nodes</li>
-        <li>icons in the menus</li>
+        <li>Icons in the toolbar</li>
         <li>Tables content</li>
+        <li>Font size into text areas</li>
       </ul>
     </note>
 </description>