New features for jEdit Community site
Submitted by
jgellene on
Monday, 15 October, 2001 - 20:17
We've added a few more features to close out the first week of jEdit Community's operations.
The left column of blocks now includes a listing of the five most recently posted downloads and web links. Tooltips provide a summary of the material. The download links take you directly to the our full information page for the download item. The web links open the linked page in a new browser window.
There are two new themes available, both with Macromedia Flash graphics and music (or sound effects, depending on your taste). The WebDesignHQ_FlashGrey and WebDesignHQ_FlashRed themes were created and made available by
WebDesignHq.com. The themes run on Internet Explorer and versions of Netscape Navigator prior to version 6. The Mozilla codebase (also used by Netscape 6) does not support the scripting methods available in prior Netscape versions that are used by the themes' embedded Macromedia Flash Player.
Ant main page (The Jakarta project)
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 03:08
JSwat Project Home Page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 03:12
JRefactory home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:23
JTidy home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:31
Jython home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:33
gnu.regexp package home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:36
Aspell home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:46
HartMath Java Computer Algebra home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:50
Artistic Style home page
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 04:54
Help for the artistically challenged
Submitted by
jgellene on
Tuesday, 16 October, 2001 - 12:55
Thanks to Lionel Fiol for the "Made with jEdit" button logo that now appears at the bottom of our pages. Other contributions of graphics, or suggestions about themes for the jEdit Community site as a whole, are very welcome.
DocBook V3.1 Quick Reference
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 15:17
JACK compiler generator
Submitted by
Brad Mace on
Tuesday, 16 October, 2001 - 19:16
Online User's Guide now available
Submitted by
jgellene on
Wednesday, 17 October, 2001 - 03:56
An online version of the User's Guide for the current "stable" version of jEdit, version 3.2.2, is
now available on the jEdit Community web site. This is the same version of the User's Guide distributed with the current release of JEdit. Each page of the guide is separately displayed and can be presented in a printer-friendly format by clicking on the printer icon in the upper-right corner of the page's center column. We hope you find this facility useful.
Exuberant C Tags home page
Submitted by
Brad Mace on
Wednesday, 17 October, 2001 - 04:31
New beta plugins: Tags and JMonkey
Submitted by
jgellene on
Wednesday, 17 October, 2001 - 12:37
The
Tags plugin, created by Kenrick Drew, allows you to jump to the definition of a specific language object or "tag" using tag index files. The index files are created by the
ctags
program available for both Windows and UNIX-based systems. You can obtain a robust version of ctags from the
Exuberant C Tags project site.
The author of
JMonkey, Ashley Williams, describes this new plugin as follows:
The JMonkey plugin is a collection of file system helpers, known as JMonkeys. There are currently two JMonkeys available:
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.
What should we be asking you?
Submitted by
jgellene on
Thursday, 18 October, 2001 - 21:31
What should be our next survey? We can even have more than one at the same time. Nominate a question by adding a comment to this article.
community.jedit.org now used for news
Submitted by
jgellene on
Friday, 19 October, 2001 - 10:17
New BeanShell macros
Submitted by
jgellene on
Friday, 19 October, 2001 - 18:29
- Dump_Project_File_Names.bsh writes a list of files in current view of the Project Viewer plugin to a new buffer.
- Edit_jEdit_Property.bsh displays a dialog for viewing and editing individual jEdit properties, including properties set by plugins and custom properties set by users.
- Make_Extra_Console.bsh creates a separate instance of the Console plugin interface in its own frame window. This allows you to run and view output from separate external processes from within jEdit.