[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[23099] jEdit/trunk
From:       ezust () users ! sourceforge ! net
Date:       2013-07-29 18:08:52
Message-ID: E1V3rsJ-00048Q-TF () sfp-svn-4 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 23099
          http://jedit.svn.sourceforge.net/jedit/?rev=23099&view=rev
Author:   ezust
Date:     2013-07-29 18:08:50 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
Docs again. 

Modified Paths:
--------------
    jEdit/trunk/doc/users-guide/starting.xml
    jEdit/trunk/org/gjt/sp/jedit/pluginmgr/PluginManager.java
    jEdit/trunk/org/gjt/sp/jedit/textarea/TextAreaPainter.java

Modified: jEdit/trunk/doc/users-guide/starting.xml
===================================================================
--- jEdit/trunk/doc/users-guide/starting.xml	2013-07-29 17:46:09 UTC (rev 23098)
+++ jEdit/trunk/doc/users-guide/starting.xml	2013-07-29 18:08:50 UTC (rev 23099)
@@ -381,18 +381,42 @@
       <para> For operating systems such as Linux where jEdit is started via a shell \
script, you can easily  edit the <literal>jedit</literal> script and add JVM \
arguments in the correct place. But on a Windows install that uses \
<literal>jEdit.exe</literal>, the JVM arguments are located in a separate file, \
called <literal>jEdit.l4j.ini</literal>. Create or edit this file in the same \
directory as <literal>jEdit.exe</literal> and place one JVM argument per line. \
</para>  
-      <para> There is no full list of arguments to java, since it can vary from one \
                platform to another. 
-      Some of can be found by typing the commands <literal>java -?</literal> or \
                <literal>man java</literal>
-      JVM arguments that I sometimes use for jEdit are: </para>
+      <para> There is no full list of arguments to <literal>java</literal>, since it \
can vary from one platform to another.  +      Some of can be found by typing the \
commands <literal>java -?</literal> or <literal>man java</literal>.  +      Common \
JVM arguments that are used with jEdit and work on all platforms are: </para>  
-      <itemizedlist>
-      <listitem><para>  <literal>-Dawt.useSystemAAFontSettings=on</literal> together \
with <literal>-Dswing.aatext=true</literal> help ensure that antialiasing is used \
                whenever possible 
-      in the non-TextArea widgets of jEdit. On some systems, the system antialiasing \
                settings are used properly, while on other systems they are not. 
-      </para> </listitem>
+      <informaltable>
+        <tgroup cols="2">
+            <colspec colnum="1" colwidth="1.5in" />
+            <colspec colwidth="1*"/>
+
+            <thead>
+              <row>
+                <entry>Option</entry>
+                <entry>Effect</entry>
+              </row>
+            </thead>
+
+            <tbody>
+              <row>
+                  <entry><userinput>-Dawt.useSystemAAFontSettings=on</userinput></entry>
 +                  <entry>Set System antialias settings "on". 
+                     On some platforms, you won't need to set this. </entry>
+              </row>
+              <row>
+                  <entry><userinput>-Dswing.aatext=true</userinput></entry>
+                  <entry>Antialias the text in Swing components. </entry>
+              </row>
+          
+              <row>
+                  <entry><userinput>-mx768m</userinput></entry>
+                  <entry> set maximum heap size to 768 megabytes. 
+                  Adjust this value depending on your own personal needs / plugins. \
</entry> +              </row>
+            </tbody> 
+          </tgroup>
+       </informaltable>
       
-      <listitem><para> <literal>-mx768m</literal> set maximum heap size to 768 \
megabytes. Adjust this value depending on your own personal needs / plugins.  \
                </para></listitem>
-      </itemizedlist>
-      
     </section>  
     
 </chapter>

Modified: jEdit/trunk/org/gjt/sp/jedit/pluginmgr/PluginManager.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/pluginmgr/PluginManager.java	2013-07-29 17:46:09 UTC \
                (rev 23098)
+++ jEdit/trunk/org/gjt/sp/jedit/pluginmgr/PluginManager.java	2013-07-29 18:08:50 UTC \
(rev 23099) @@ -3,8 +3,8 @@
  * :tabSize=4:indentSize=4:noTabs=false:
  * :folding=explicit:collapseFolds=1:
  *
- * Copyright (C) 2002-2012 Slava Pestov, Matthieu Casanova, Kris Kopicki,
- * 				Shlomy Reinstein, Alan Ezust
+ * Copyright (C) 2002-2013 Slava Pestov, Matthieu Casanova, Kris Kopicki,
+ * 				Shlomy Reinstein, Alan Ezust, Björn "Vampire" Kautler
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Modified: jEdit/trunk/org/gjt/sp/jedit/textarea/TextAreaPainter.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/textarea/TextAreaPainter.java	2013-07-29 17:46:09 \
                UTC (rev 23098)
+++ jEdit/trunk/org/gjt/sp/jedit/textarea/TextAreaPainter.java	2013-07-29 18:08:50 \
UTC (rev 23099) @@ -3,7 +3,8 @@
  * :tabSize=4:indentSize=4:noTabs=false:
  * :folding=explicit:collapseFolds=1:
  *
- * Copyright (C) 1999, 2005 Slava Pestov
+ * Copyright (C) 1999-2013 Slava Pestov, Shlomy Reinstein
+ * Matthieu Casanova, Kazutoshi Satoda, Alan Ezust, Dale Anson  
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic