Link break in comments
Submitted by
lwc on
Tuesday, 30 December, 2003 - 13:42
How do I do it? Now not possible :<
Checkout the new Projects
Submitted by
Brad Mace on
Monday, 29 December, 2003 - 07:30
I've created some projects for some of my plugins as well as the community site. I think this is a nice way to track issues for plugins, or even edit modes or macros, that aren't big enough to need their own sourceforge project or tracker. This way issues are organized by plugin, not just dumped together and possibly assigned to the last known developer. Let me know what you think.
Missing category in Other Downloads
Submitted by
pcause on
Thursday, 25 December, 2003 - 13:39
I uploaded a commando file for Perl. I went to "Other downloads", but there isn't a category for Commando files.
Link for "Other downloads" is broken
Submitted by
pcause on
Tuesday, 16 December, 2003 - 14:21
Tried to use the "other downloads" link and it is a broken link. Wanted to upload a file.
jEdit 4.2pre3 is now available
Submitted by
slava on
Monday, 7 July, 2003 - 03:24
jEdit 4.2pre3 is
now available. This is mostly a bug fix release (and there are a LOT of bug fixes) but it has a few nice improvements too. Also there will be a plugin batch in a few days, with many new and updated plugins.
HTML feed of jEdit Community articles available
Submitted by
jgellene on
Thursday, 18 October, 2001 - 20:57
To use the article feed, simply insert the following PHP code on your web page:
<?php
readfile ("http://community.jedit.org/get_articles.php?
req=showarticles&limit=10&flat=1&summaries=1");
?>
Note that the readfile
statement should span only a single line.
The first parameter is mandatory, the other are show at their default values. The limit
parameter specifies how many articles will be displayed, beginning with the most recent. The flat
parameter is a boolean that determines whether the article's author and publication date will be show on the same line as the title. The summaries
parameter determines whether the first paragraph of the article will be displayed along with the title, author and publication date.
jEdit users' IRC channel opened
Submitted by
jgellene on
Wednesday, 10 October, 2001 - 20:29
We have opened an IRC channel for jEdit users where you can discuss general jEdit issues or simply enjoy yourself. Feel free to join #jedit on irc.openprojects.net (port 6667).
You might also want to install the IRC plugin for jEdit which allows for in-place discussion right within your favorite editor! Visit
jEdit Plugin Central to learn how to install it.