Plugin Central updates (13)
Submitted by
mdillon on
Monday, 3 November, 2003 - 02:58
- BufferList 0.10: updated to jEdit 4.2 API; added open buffer and unsaved buffer counts; requires jEdit 4.2pre5 and JDK 1.3
- ErrorList 1.3.1: bug fix release; requires jEdit 4.2pre6 and JDK 1.3
- FTP 0.7.1: updated to SSHTools 0.2.6 beta; bug fixes; requires jEdit 4.2pre6, JakartaCommons 0.3, and JDK 1.3
- HeadlinePlugin 1.1.1: implemented the deferred loading API for faster jEdit startup times; removed the "Hide Description" option which was obsolete since 1.1; added new actions to move to the next/previous story within a feed; you can now do everything via the keyboard; requires jEdit 4.2pre1, InfoViewer 1.0, and JDK 1.4
WWW berarma WWW
Submitted by
Brad Mace on
Wednesday, 5 November, 2003 - 04:03
jEdit Syntax package ported to .NET
Submitted by
Brad Mace on
Tuesday, 11 November, 2003 - 04:29
All in all the code was a real pleasure to work with and the resulting library dropped right into my project. My project is also GPL'd so if anyone would like to take a look at the resulting code it can be found
3 comments
Native JDK 1.4.2 now available for FreeBSD
Submitted by
slava on
Saturday, 15 November, 2003 - 22:58
A native JDK 1.4.2 for FreeBSD has been released. Right now it is only available in source form, so you'll have to compile it from the ports collection yourself. It seems to start faster than the native JDK 1.4.1; I'll have to wait and see to be able to say if it's any more stable (the native 1.4.1p3 and 1.4.1p4 were a bit buggy.)
Vote for jEdit as editor of the year
Submitted by
slava on
Tuesday, 18 November, 2003 - 19:09
Switching to Drupal
Submitted by
Brad_Mace on
Wednesday, 26 November, 2003 - 20:56
I've found a replacement for PostNuke called
Drupal which is vastly superior. It may take a few weeks to get everything ported over, but the old version will remain until the new version is fully ready to go. You can check out the new version
here.
Welcome to jEdit Community
Submitted by
Brad Mace on
Friday, 28 November, 2003 - 06:19
What's new in jEdit 4.2
Submitted by
slava on
Monday, 1 December, 2003 - 00:03
The
What's new in jEdit 4.2 document has been updated to include user-visible changes. If you're still using 4.1, read this to find out what you're missing
jEdit 4.2pre7 now available
Submitted by
slava on
Monday, 1 December, 2003 - 01:32
jEdit 4.2pre7 is now available for your bug-seeking pleasure. This release adds several new syntax highlighting modes and fixes a large number of bugs.
Plugin Central updates (11)
Submitted by
mdillon on
Tuesday, 2 December, 2003 - 16:55
- ConfigurableFoldHandler 0.6.1: updated to use new plugin API; performance improvements; uses java.util.regex if available (Java 1.4): this supports more regex syntax than gnu.regexp and allows folding on strings where one is a substring of another such as Function, End Function; better error reporting if invalid strings are entered; suggested default strings for some modes; fix for bug and documentation error in version 0.6 (never released); requires jEdit 4.2pre1 and JDK 1.3
- CTPlugin 0.3: miscellaneous bug fixes; requires jEdit 4.1final and JDK 1.3
Now using drupal
Submitted by
Brad Mace on
Tuesday, 16 December, 2003 - 02:13
So we're now using drupal. Users, stories and links have been moved over. So many downloads were broken that we're just going to start from scratch with those. Everyone should submit useful files to the new downloads section. You can still get files from the
old version of the site.
Some differences in drupal: You have a menu whose title is your user name. This menu lets you do lots of different things. In particular, it has a 'Create content' submenu where you can submit files, stories, links, polls or post in the forums.
Also important is the 'view submissions' item.
Reload Plugin Ant Task (jedit-ant-tasks.tar.gz v0.3 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 09:53
An Ant task that can reload a jEdit 4.2 plugin. This task can be used in plugin build.xml files to save repeatedly opening & closing the Plugin Manager. This version is aware of dependent plugins and by default also reloads them. The task can be used from within jEdit (for example, by using AntFarm), but is safe to include in build.xml files that may be used elsewhere (it will simply do nothing if jEdit is not available).
LazyFolds plugin (LazyFolds.jar v0.3 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:24
A plugin that can automatically add explicit folds around certain constructs in a jEdit buffer. Rules for finding where to place folds and defining what text to include with the fold marker are defined in an XML file for each edit mode. The user can add XML rules files to their ~/.jedit/lazyfolds/ directory. The plugin has default rules for Java and JavaScript which can be used as a guide for how to build new rules files. Now supports Java 1.5 syntax
GPL header template (header-gpl.vm v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:32
A template that can insert a GNU Public Licence header in a buffer using comment symbols and buffer settings appropriate to the buffer.
Unicode Escape (Unicode_Escape.bsh v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:41
Converts all selected characters to Java-style unicode escapes (e.g. \u0000) unless the selection is a sequence of unicode escapes in which case they are converted back to characters.
Ant Helper macros (Ant_Helper_Macros.tar.gz v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:47
4 simple macros that run the A,B,C,D targets in AntHelper but also force the AntFarm dockable window to stay closed. These are ideal for binding to shortcuts enabling you to work quickly without having a dockable you don't need to use popping up all the time.
Grep-like macros (Grep_Macros.tar.gz v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:50
2 macros that allow lines to be selected from a buffer based on whether they match (or do not match for the 2nd macro) a regular expression. The selected lines are placed in a new jEdit buffer. This is ideal for browsing large log files where you are looking for certain entries, etc.
Fold Java (Fold_Java.bsh v1.10 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 11:17
Adds explicit folds around imports, static initializers, methods, constructors and inner classes in a Java buffer. The opening folds are appropriately labelled. methods of anonymous inner classes, etc. are also folded. The only known limitation is the macro doesn't pick up methods, constructors & inner classes that are package protected (i.e. have no public|protected|private declaration).
This is basically a macro version of the LazyFolds plugin (the plugin can work for modes other than Java).
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.
Numeric Conversion Macros (Numeric_Conversion_Macros.tar.gz v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 15:03
6 macros that can convert a selection between different numeric formats; binary, decimal, hex and Roman numerals.