jEdit Community - Resources for users of the jEdit Text Editor
Archives
mixed language
Submitted by Anonymous on Monday, 22 December, 2003 - 00:26
I can type mixed english and cyrillic characters in jedit ( 4.2pre7) and it looks fine. When saved and reloaded the cyrillic characters are all displated as question marks.
Any way around this ?
XML attribute values
Submitted by Anonymous on Monday, 22 December, 2003 - 01:43
Currently, the XML plugin provides a dialog for inserting attributes with empty quotes based on an XML schema.

The actual values that are allowed in the quotes should be available via a menu in this same dialogue again based on an XML schema.

These values are being pulled because they show up in error messages for attributes that have invalid or missing required values.

Without this functionality, jEdit can't work for my organization's XML editing needs.
PRINTING USING CUPS ON REDHAT 7.3
Submitted by Anonymous on Monday, 22 December, 2003 - 10:09
I'm having a problem printing. I'm using CUPS printing sytem and have three network printers installed. These printers work fine through other applications but not through jEdit 4.1 final.

When I click on the print command from the file menu the message
"No Print Service found" is displayed.

Does anyone have any ideas to why it is finding the printers in CUPS?

Is this a java problem with the CUPS printing system?
I've looked on the web but cant find much info


Matt.
JDiff Plugin for Jedit 4.2 pre xx (JDiffPlugin-1.4.1.jar v1.4.1 by Andre Kaplan/Mark Wickens)
Submitted by NathanJones on Tuesday, 23 December, 2003 - 09:06
This is the JDiff plugin for Jedit 4.2 as I could not find it anywhere on the site. Appologies if you can get it elsewhere.
any news on root problem w/ filebrowser?
Submitted by Anonymous on Tuesday, 23 December, 2003 - 21:04
Hi,

I'm not sure if this the correct place but it hasn't been mentioned on the new drupal topic for pre7, I'm not sure if anybody is still reading the old topics
(http://community.jedit.org/old/modules.php?op=modload&name=News&file=article&thold=-1&mode=flat&order=0&sid=271#2041),
and the possibly-related bug tracker entries I noticed
(http://sourceforge.net/tracker/index.php?func=detail&aid=860574&group_id=588&atid=100588
and http://sourceforge.net/tracker/index.php?func=detail&aid=853942&group_id=588&atid=565475)
show little comment/info/activity.

Is this jEdit? The filesystem browser? The FTP plugin? interactions?
Regular expression in macro doesn't work
Submitted by Anonymous on Tuesday, 23 December, 2003 - 23:48
Hi, Macros like below
 
>>>>
    Pattern p = Pattern.compile("*.\(([0-9]+)\).*");
    lineText = textArea.getLineText(line);
    Matcher m = p.matcher(lineText);
>>>>

or 

>>>>
gnu.regexp.RE re = new gnu.regexp.RE("^(\*.)\\t(\*.)\\t(\*.)$");
lineText = textArea.getLineText(line);
gnu.regexp.REMatch match = re.getMatch(lineText);
lineText = "<1>=" + match.toString(1) + "<2>=" + 
   match.toString(2) + "<3>=" + match.toString(3);
>>>>
don't work. Parsing fails on both. Does it mean I can't use any regular expressions in macros or am I doing something wrong?
XSLT Processor
Submitted by Anonymous on Wednesday, 24 December, 2003 - 17:07
I found myself wishing that the XSLT Processor plugin did not simply report XSLT errors in the log but also gave the user the opportunity to view the XSLT errors via the error dialog. It wouldn't take much to create a dialog that showed the error messages in a JTextArea. You could show/hide the detail using a toggle button.
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.
PHP function tree
Submitted by Anonymous on Thursday, 25 December, 2003 - 19:15
Today I spend some time finding a new PHP editor, because the ones I currently use (Quanta and TSwebeditor) are far from perfect. From all the ones I tried Jedit came out best. It has almost all I need and it's great that I can use it on both operating systems I use (Linux and W2K).

There's only one thing I miss in Jedit, and on the net I found more people complaining about Jedit lacking this option. The thing I miss is a PHP function tree. If I have a long PHP file with lots of functions, it's very usefull to have a list of all those funtions somewhere on your screen, so you can switch to a particular function by clicking on it. This saves a lot of scrolling. Here is a screenshot of a TSwebeditor with a function list: http://194.112.147.2/tswebeditor/img/s/10.png
File/Directory Import and Export
Submitted by Anonymous on Friday, 26 December, 2003 - 05:32
I think if Filesystem browser has "File/Directory import and export from/to local filesystem" feature, jEdit could be a very nice FTP(or some other VFS's) cilent.
Perl Comando File (perl.xml v1.0 by pcause)
Submitted by pcause on Saturday, 27 December, 2003 - 14:59
A simple Perl commando file. Has compile and run options and you can set arguments.
Selected Variable High-Lighting
Submitted by spj on Sunday, 28 December, 2003 - 00:31
Put the cursor on a Variable and the Variable is highlighted everywehere in the active View
jEdit 4.2pre8 now available
Submitted by slava on Sunday, 28 December, 2003 - 06:50
jEdit 4.2pre8 is now available. This is a bug fix release. It also includes BeanShell 2.0b1, and 5 new syntax highlighting modes.
YAML Edit Mode (yaml.xml v1.0 by Carsten Eckelmann)
Submitted by careck42 on Monday, 29 December, 2003 - 01:07
This is my first attempt of an edit mode for YAML (YAML ain't markup language). More information on YAML can be found at http://www.yaml.org.
Column Ruler
Submitted by Brad Mace on Monday, 29 December, 2003 - 04:24
Provides a ruler above the text area which marks columns and indicates the sizes of selections and the position of the caret and wrap column.
Make background color configurable
Submitted by Brad Mace on Monday, 29 December, 2003 - 04:31
Background of ruler is currently always white, even if foreground is white.
Border along bottom of ruler
Submitted by Brad Mace on Monday, 29 December, 2003 - 04:37
optionally draw a border along the bottom of the ruler to differentiate it from the text area.
option to enable column ruler by default
Submitted by Brad Mace on Monday, 29 December, 2003 - 04:40
Some people want column ruler active when they start jEdit
JCounter
Submitted by shoesorder on Monday, 29 December, 2003 - 04:56
ORIGINAL CONTENT DELETED DUE TO SPAM
Need menu item to open dockable
Submitted by Brad Mace on Monday, 29 December, 2003 - 04:59
Can't open the main dockable right now...that's pretty dumb
User login
Browse archives
« December 2003 »
MoTuWeThFrSaSu
2
3
4
5
6
7
8
9
10
11
12
13
14
15
21
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   108250
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309