Programming Languages: Java
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2013-05-22
svn co https://jedit.svn.sourceforge.net/svnroot/jedit jedit
browse code,
statistics cvs -d:pserver:anonymous@jedit.cvs.sourceforge.net:/cvsroot/jedit login
cvs -z3 -d:pserver:anonymous@jedit.cvs.sourceforge.net:/cvsroot/jedit co -P modulename
browse code,
statistics git clone git://jedit.git.sourceforge.net/gitroot/jedit/jedit (read-only)
Hello Elberry, thanks a lot, I have re-created the tag with our updates and it is ready to be released. I've checked it locally and javadoc is built into TextAutocomplete/build/docs/javadoc/.
2013-05-22 09:00:45 PDT by malyvelky
malyvelky committed revision 23007 to the jEdit SVN repository, changing 1 files.
2013-05-22 08:58:59 PDT by malyvelky
malyvelky committed revision 23006 to the jEdit SVN repository, changing 1 files.
2013-05-22 08:56:50 PDT by malyvelky
For logging errors, it is better to use the jEdit "Log" class rather than the swing logger API. We don't use the swing logger class anywhere else in the code.
2013-05-21 08:39:54 PDT by ezust
From 448dc85031b9078d29bbcf1e93caf02eac51c1c9 Mon Sep 17 00:00:00 2001 From: Marek Bily <bilymare@fel.cvut.cz> Date: Thu, 2 May 2013 17:41:24 +0200 Subject: [PATCH] the patch solving the feature: jedit startup option in its trayicon menu (OS Windows) - ID: 3606375 --- org/gjt/sp/jedit/gui/tray/JEditSwingTrayIcon.java | 122 +++++++++++++++++++++-...
2013-05-21 05:28:40 PDT by bilymare
When new version of java (java version "1.7.0_10") was installed on my machine, jEdit.exe started to write that it needs version 1.6.0. Anyway the command javaw -jar "path/to/jedit.jar" works well, so it seems to that some too restrictive check unnecessarily blocks jEdit launcher to start editor with newer Java version.
2013-05-21 01:18:56 PDT by ivopeterka
ezust committed revision 23005 to the jEdit SVN repository, changing 2 files.
2013-05-19 10:05:30 PDT by ezust
ezust committed revision 23004 to the jEdit SVN repository, changing 3 files.
2013-05-19 09:47:35 PDT by ezust
Hi kpouer! Thank you for the comment! I will fix and update the patch as soon as possible.
2013-05-19 07:13:09 PDT by frzsombor
ezust committed revision 23003 to the jEdit SVN repository, changing 2 files.
2013-05-18 20:28:37 PDT by ezust