jEdit Community - Resources for users of the jEdit Text Editor
Archives
Can't install/upgrade plugins
Submitted by Anonymous on Saturday, 7 May, 2005 - 01:13
I have just tried to update two plugins: BufferTabs and Editor Scheme, and the updates failed to install ("I/O error: error opening ZIP file"). Not only can I not update any plugins, but I have also lost the old versions, and I cannot re-install them.

Anyone else having this problem recently?
Glob should have an "AND" operation
Submitted by Bradlis7 on Saturday, 7 May, 2005 - 03:55
I was just messing around with glob, and there's no way to have an AND search. For example, if I do "{*.*, !{*.jpg, *.gif}}" it returns everything, even jpg and gif files. This example is kind of pointless, because you can do it without *.*, but I would like to see a way to do this. Another example, if I wanted to filter files that had "ca" in it but not image files, I don't think it's possible. "{*ca*.*, !{*.jpg, *.gif}}" would not exclude images. Maybe it could be "{*ca*.* + !{*.jpg, *.gif}}" or just use "AND".

If no one else thinks so, it doesn't really matter to me. It's just my 2 cents.
Problem with a Ansi To Oem macro
Submitted by Anonymous on Saturday, 7 May, 2005 - 18:53
I am trying to make a macro of conversion ANSI for OEM, and OEM you the ANSI.
The macro works in ANSI to OEM, but does not work ANSI to OEM.
Somebody could help me. the macro is basically this.

Sorry my english.


boolean bAnsiToOem = true;

String[] Ansi = {"â","Â","à","À","�","ã","Ã","á","ê","Ê","è","é","É",
"í","�","õ","Õ","ô","Ô","ó","Ó","ü","Ü","ú","Ú","ç","Ç"};

String[] Oem = {"ƒ","¶","…","·","µ","Æ","Ç"," ","ˆ","Ò","Š","‚","?",
"¡","Ö","ä","å","“","â","¢","à","?","š","£","é","‡","€"};


if(Ansi.length != Oem.length) {
Macros.error(view, "Erro na codificação Ansi ou Oem");
return;
}
for( i=0; i < Ansi.length; i++ ) {
SearchAndReplace.setBeanShellReplace(false);
SearchAndReplace.setIgnoreCase(false);
SearchAndReplace.setRegexp(false);
SearchAndReplace.setSearchFileSet(new CurrentBufferSet());
SearchAndReplace.replaceAll(view);
if(bAnsiToOem){
SearchAndReplace.setSearchString( Ansi[i] );
SearchAndReplace.setReplaceString( Oem[i] );
}else{
SearchAndReplace.setSearchString( Oem[i] );
SearchAndReplace.setReplaceString( Ansi[i] );
}
}
How change Token Types of keywords?
Submitted by a992400 on Saturday, 7 May, 2005 - 22:08
I'm using version 4.2final to edit a CSS file, and I see that a few of the CSS keywords (e.g., "top") are not being colored like most of the other keywords (e.g., "background-color"). I assume that is because some are considered to have Token Type of "KEYWORD1" while others are "KEYWORD2". Where in jEdit can I change the Token Types of keywords?
JEdit hangs after splash screen Mac Os X 10.3.9
Submitted by Anonymous on Saturday, 7 May, 2005 - 23:07
Hi,

I'm trying to run jEtid on my Mac however it does not work. I've tried to install Security Update for Javaj 2005-02 but it did not work neither. Haven't anybody experienced the same problem?
Macro usage
Submitted by Anonymous on Sunday, 8 May, 2005 - 13:16
How to run a macro for all opened files.
Xalan-XSLT Processor
Submitted by Anonymous on Monday, 9 May, 2005 - 15:01
Hi guys i am a fairly new comer to using jedit. i was following the tutorial host by ammai.com when using XSLT Processor i get this error while following the tutorial..

Transformation failed to complete Reason:javax.xml.transform.TransformerException:org.xml.sax.SAXParseException: The processing instruction must begin with the name of the target.

I am following the tutorial to the letter can anyone tell what to do or tell me what the problem is?
windows file associations
Submitted by Anonymous on Tuesday, 10 May, 2005 - 23:19
How do the windows file associations get set for jedit? I don't want jedit to open my .dsw files.
CSS Editor : changing template
Submitted by Anonymous on Wednesday, 11 May, 2005 - 15:08
Hi

I'm using CSS Editor. Where can I change the style of the result I obtain ? I mean, CSS Editor writes the CSS element on several lines, whereas I'm used to present my CSS on one only line per element.

Thx
Better webhosting and message boards needed!
Submitted by Anonymous on Thursday, 12 May, 2005 - 19:05
jEdit is great editor. But it has awfull website. It is incredible slow, still failures. When I try to view message board, I give up after while because I do not have time to wait minutes for few pages to display.

Message boards aren't better too. They are full of spams (e.g. http://community.jedit.org/?q=node/view/1733), when people try to increase their pagerank by linking to their sites. They are not well-aranged, etc etc!

How about moving to any better webhostig (e. g. sourceforge.net, or trying to get sponsored hosting) and impoving message boards?
REQUEST - General CODE completion via TAGS and editmode xml data
Submitted by wrongway on Friday, 13 May, 2005 - 11:12
Greetings you wonderful jedit coders and hackers. I write today with a feature request ... General CODE completion via TAGS and editmode xml data...


I see many people asking for code completion for various langs, and I feel a simple implementation via the TAGS file, and modes.xml data, can work for a whole slew of langs.

Basically have a shortcut (ie ctrl+space) that would grab the previous word, and check for matches in the tags and the editmode xml data, showing a popup with the list of matching keywords for completion.

It seems like it would be a fairly easy plugin for an experienced jedit hacker.


Thanks in advance..


WrongWay
Copying Jedit with Plugins and Configuration From One Machine to Another
Submitted by Anonymous on Saturday, 14 May, 2005 - 14:15
Hi,
I have the following dilemma. I am currently using jEdit with several plugins on my Linux machine. I want to use jEdit on a Sun machine that has no internet access. I can take a CD with me and take the jar file but I was wondering if I could take all the plugins and settings that I have on my Linux machine with me. Is this possible? If so, how would I go about doing so? Thanks for your time.
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:40
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:47
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:48
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:50
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
ClearType on Windows
Submitted by Anonymous on Sunday, 10 July, 2005 - 18:47
ClearType antialiasing available on Windows is a lot better than jEdit's font smoothing. I have noticed that Eclipse, which I believe to be written in Java as well, and which I run on the same JVM, uses Windows' font smoothing. It would be great if jEdit allowed for this option.
Problem installing jEdit on Windows - beanshell startup.bsh error
Submitted by Anonymous on Monday, 11 July, 2005 - 18:09
Hi, I recently tried to install jEdit on my computer, but it won't run. It starts loading and then this error message pops out:

Sourced file: C:\Documents and Settings\mywei\Desktop\jEdit\startup\startup.bsh unknown error: Prohibited package name: java.lang : at Line: 22 : in file: C:\Documents and Settings\mywei\Desktop\jEdit\startup\startup.bsh : e = Math .E

any idea what's wrong? i tried different versions/installs and they all came up with the same error message.

Thanks in advance.
execute the the current file
Submitted by Anonymous on Tuesday, 12 July, 2005 - 16:13
Hello,

jEdit is a text editor, text is saved in files and files are associated with applications. When I'm in the windows explorer and double-click on a rb file the ruby interpreter gets launches. I would like to execute the file from within jEdit by let's say pressing F5, is that possible? I hope I'm the right track using jEdit and Ruby for shell scripting in Windows, I don't want to mess with WSH and .NET doesn't support scripting, there are work arounds for .NET scripting but I thought it might be smarter to learn Ruby.

Regards,
stax

PS: still waiting for my password
Search for hi-lited word without openig the search dialog box?
Submitted by Anonymous on Thursday, 14 July, 2005 - 16:41
Is there a simple way to search for a hi-lited string without opening the search dialog box or search bar? I.e. I'd like to hi-lite a string and with a single button press have Jedit find the next occurance of that string.

Thanks!
User login
Browse archives
« May 2005 »
MoTuWeThFrSaSu
 
5
15
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
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   108249
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