src/Tools/jEdit/NOTES
changeset 34340 19160c63b4d1
equal deleted inserted replaced
34339:8c70469bc83a 34340:19160c63b4d1
       
     1 
       
     2 Misc development notes
       
     3 ======================
       
     4 
       
     5 - Netbeans config/Editors/Preferences/...-CustomPreferences.xml
       
     6 
       
     7     <entry javaType="java.lang.Integer" name="caret-blink-rate" xml:space="preserve">
       
     8         <value><![CDATA[0]]></value>
       
     9     </entry>
       
    10 
       
    11 -----------------------------------------------------------------------
       
    12 To run jedit with remote debugging enabled, I use the following
       
    13 command: "java
       
    14 -agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX
       
    15 -jar jedit.jar"
       
    16 
       
    17 where XXXX is any open port number you wish. The above invocation
       
    18 works for Sun's JDK 5.0.  There's an alternate incantation for earlier
       
    19 releases. (See
       
    20 http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html)
       
    21 
       
    22 -----------------------------------------------------------------------
       
    23 Submitted by Daria Titova on Tuesday, 17 July, 2007 - 22:22
       
    24 Other Developer Topics
       
    25 Dear jEdit developers,
       
    26 
       
    27 I would like to let you now that we have recently ported jEdit 4.2
       
    28 environment into the NetBeans IDE.  You may wish to check it out:
       
    29 http://wiki.netbeans.org/wiki/view/NetbeansedJEdit
       
    30 
       
    31 Now you can completely run, debug, and profile jEdit inside the
       
    32 NetBeans IDE, and have access to all nifty features NetBeans IDE
       
    33 provides to make developer's more productive and happy.
       
    34 
       
    35 I would greatly appreciate any feedback you may have about my project
       
    36 and any ideas on how to make it more useful for jEdit community.
       
    37 
       
    38 If you are new to NetBeans please go to http://www.netbeans.org for
       
    39 all information, tutorials and fun stuff.
       
    40 
       
    41 Daria Titova
       
    42 NetBeans Engineer. 
       
    43 -----------------------------------------------------------------------