# HG changeset patch # User wenzelm # Date 1224703011 -7200 # Node ID 19160c63b4d1e9437677be3587a1256c3df746c4 # Parent 8c70469bc83ad279ad7e759da6aa4b7627be7a05 Misc development notes. diff -r 8c70469bc83a -r 19160c63b4d1 src/Tools/jEdit/NOTES --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/NOTES Wed Oct 22 21:16:51 2008 +0200 @@ -0,0 +1,43 @@ + +Misc development notes +====================== + +- Netbeans config/Editors/Preferences/...-CustomPreferences.xml + + + + + +----------------------------------------------------------------------- +To run jedit with remote debugging enabled, I use the following +command: "java +-agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX +-jar jedit.jar" + +where XXXX is any open port number you wish. The above invocation +works for Sun's JDK 5.0. There's an alternate incantation for earlier +releases. (See +http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html) + +----------------------------------------------------------------------- +Submitted by Daria Titova on Tuesday, 17 July, 2007 - 22:22 +Other Developer Topics +Dear jEdit developers, + +I would like to let you now that we have recently ported jEdit 4.2 +environment into the NetBeans IDE. You may wish to check it out: +http://wiki.netbeans.org/wiki/view/NetbeansedJEdit + +Now you can completely run, debug, and profile jEdit inside the +NetBeans IDE, and have access to all nifty features NetBeans IDE +provides to make developer's more productive and happy. + +I would greatly appreciate any feedback you may have about my project +and any ideas on how to make it more useful for jEdit community. + +If you are new to NetBeans please go to http://www.netbeans.org for +all information, tutorials and fun stuff. + +Daria Titova +NetBeans Engineer. +-----------------------------------------------------------------------