jEdit Community - Resources for users of the jEdit Text Editor
Archives
ELF binary type "0" not known
Submitted by Anonymous on Tuesday, 8 February, 2005 - 11:09
Hi.When i first time run jedit it works fine then i turn off my computer and when i turned on the next time and try to run jedit i get a message: ELF binary type "0" not known.
Abort trap
I am using FreeBSD and jedit installed from ports.Please help me to solve the problem.Thanks.
A simple filter macro?
Submitted by Anonymous on Tuesday, 8 February, 2005 - 17:08
Hi all,

I am after a simple macro which would pass the selected text to an external process through stdin and replace the selected text by the stdout output of the external process. Any idea how to do that?

Thanks a lot.

Victor.
All Buffer Replace broken
Submitted by Anonymous on Wednesday, 9 February, 2005 - 18:28
4.2final. Search and replace -- replace all when "all buffers" is checked is broken. Says it found 0 occurances, even though there are many, including in the current buffer.
Installing w/ JDK1.3
Submitted by Anonymous on Thursday, 10 February, 2005 - 05:56
I need to use JDK1.3 even though other JDK versions are also installed.

So this is what I tried:

  • in build.xml, I added target="1.1" and "source=1.3" to the compile target.
  • in build.xml, I commented out the jdk14 and jdk15 properties in the init target
So now everything builds, but running it yields an error:
/home/java/pc.i86.linux/blackdown-j2sdk.1.3.0/bin/java org.gjt.sp.jedit.jEdit                        
error] AWT-EventQueue-0: Exception occurred during event dispatching:
[error] AWT-EventQueue-0: java.lang.NoSuchMethodError
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.gui.TipOfTheDay.(TipOfTheDay.java:94)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2200)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler.endElement(PerspectiveManager.java:344)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1041)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1112)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parseDocument(XmlParser.java:496)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.doParse(XmlParser.java:176)
[error] AWT-EventQueue-0:  at com.microstar.xml.XmlParser.parse(XmlParser.java:146)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(PerspectiveManager.java:81)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450)
[error] AWT-EventQueue-0:  at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[error] AWT-EventQueue-0:  at java.awt.EventQueue.dispatchEvent(EventQueue.java:331)
[error] AWT-EventQueue-0:  at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
[error] AWT-EventQueue-0:  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[error] AWT-EventQueue-0:  at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
                                                                                             
Even though a window comes up, I can't type anything.

Any help would be appreciated.

P.S. I need to use JDK1.3 since it supports green threads. Basically, I would like to try running JEdit under the "Stabilizer". See: http://stabilizer.sf.net.

escaped Chars like \n or \$ in PHP-Edit-Mode
Submitted by Anonymous on Thursday, 10 February, 2005 - 16:13

Hi !

Is it possible to highlight the escaped Characters in PHP-Strings (RULES SET="LITERAL1")?

I tried just to add:
<MARK_FOLLOWING TYPE="LABEL">&#092;</MARK_FOLLOWING>
to the RULES SET , also the "\" Entity and \ and \\ but nothing works .

With an other Escape Char like # (for testing) it works.

Someboy an Idea ?

mfg Tobias Werner

Unsupported major.minor version 49.0
Submitted by Anonymous on Thursday, 10 February, 2005 - 20:28
Hi, I just update to 4.2-2jpp via yum, and now when I lauch jedit I get that :

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/gjt/sp/jedit/jEdit (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
.....

I read somewhere that it has to do with my version of java and the version used to compile the program. Here I run jvm and jdk 1.4.2_06-b03 on Fedora Core 3. anyone can help?
I am amazed.
Submitted by Anonymous on Thursday, 10 February, 2005 - 21:04
jEdit is _THE_ best editor I've ever used. I can run it on all types of platform, the plugin functionallity is GREAT and it's fast, it's lightweight and the split-functionallty.... can't believe someone didn't came up with that idea earlier!


jEdit is great :]

Thanks for making such a amazing application!

regards, fredrik.
Ability to open all files listed in Edit > Find results window
Submitted by a992400 on Thursday, 10 February, 2005 - 22:07
When a user does Edit > Find and searches for all files within one or more directories, their search results can contain multiple files. But there does not appear to be an easy way to open up all of those files at once. In the Find results window (where all the files and matching lines are listed), the user should be able to right-click within the window and have an option to open all files.
Increase heap size used by jEdit?
Submitted by a992400 on Thursday, 10 February, 2005 - 22:24
I tried editing many files at once in jEdit v4.2, and got an error message from jEdit that there was not enough heap allocated. Back in the days of version 4.1, a simple fix was to increase the maximum heap size via Programs > jEdit > "Set jEdit Parameters" > "Command line options for Java executable", and setting it to "-mx64m". But now that Windows launcher and other handy things appeared to be missing in the new version, it seems I have to pass "-mx64m" as a parameter to jEdit.

So I tried adding -mx64m to the shortcut created during jEdit installation. (By the way, C:\_a\ is where I install all of my applications.) So...
C:\_a\Java\JRE\bin\javaw.exe -jar C:\_a\jEdit\jedit.jar
... which works fine, becomes...
C:\_a\Java\JRE\bin\javaw.exe -jar C:\_a\jEdit\jedit.jar -mx64m
... which doesn't work at all. When I enter that at the command line, nothing happens. I'm guessing that Java sees -mx64m as an invalid parameter, but unhelpfully does not report that.

I know I am able to pass parameters to jEdit, e.g.:
C:\_a\Java\JRE\bin\javaw.exe -jar C:\_a\jEdit\jedit.jar x.html
... opens the file just fine. But...
C:\_a\Java\JRE\bin\javaw.exe -jar C:\_a\jEdit\jedit.jar x.html -mx64m
... fails.

Any suggestions on how to get it to work?
Font issues on Windows with jEdit 4.2
Submitted by Anonymous on Thursday, 10 February, 2005 - 23:14
Whenever I start jEdit (using javaw) on Windows (XP SP2) all the fonts on the screen seem to go bold (or something). As soon as I close jEdit they return to normal.

Has anyone any idea what might be causing this?

Thanks
Fonts look...weird in Windows
Submitted by imgod2u on Friday, 11 February, 2005 - 14:53
In x11, the fonts in jEdit look ok (not as good as they do in say, gedit under KDE or Gnome) but in Windows, they exhibit this weird behavior where the colors are not uniform. I'm not sure if it'll show up in this screenshot but:

http://www.engineering.ucsb.edu/~jkang/JeditScreen.jpg

As you can see, the capitalized text with color (specifically, "INTEGER"), seem to have white "stripes". I turned antialiasing off and the characters looked even weirder, like they had pixels missing where they should be. I'm not sure what's causing this as other fonts in Windows look just fine.

Any help would be greatly appreciated. I've also noticed that fonts (like monospaced and Lucinda Console) don't look the same in jEdit as they do in other programs (even on the same computer)
jEdit under Windows
Submitted by Anonymous on Sunday, 13 February, 2005 - 20:11
Hello,
I'm very happy with jEdit, but I've got a problem: I said windows that he should open all *.php files with this adress:
C:\Programme\Java\j2re1.4.0_01\bin\javaw.exe -jar "G:\Programme\jEdit\jedit.jar"
It works, but not with *.php files in directories with blanks. Unfortunately, all my files are in "H:\Tim\Eigene Dateien" and so I can't open them directly.
Can somebody help me? I really hope so Eye-wink
Thanks,
Tim.
tasklist and text mode
Submitted by Anonymous on Tuesday, 15 February, 2005 - 10:32
Hi,

The TaskList plugin (0.4.4) does not work with text mode
(on jEdit 4.2). When renaming the file for example to *.py
to enforce Python mode everything is OK.

Any suggestions?
settings directory
Submitted by Anonymous on Wednesday, 16 February, 2005 - 07:56
Hi,
how can I permanently change the settings directory (i.e. without having to specify it at the command line every time)? I'm using Windows 98SE.
Thanks,
Ivan
which plugin(s) should I use?
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:37
I am a new comer to jedit, I found that there are a lots of plugin avaiable. I have tried few of them and found that execient. But found that the description of the plugin are not quite clear for some of them. And it seems that there are some plugins with same function. Since are really lots of plugin, it is very time comsuming to test every one. Can any one share the experience of choosing plugin?

I mainly use jedit for writing program (usually in php, c, c++, c#, java). Can anyone suggest which plugin will help in this area?

plugin I have currently installed:

console
error list
shortcut saver
docker
ftp
buffertab
whitespace

In the recent usage of jedit, I found it very well writen, so I guest those plugin are also very good. Can anyone suggest some plugin for me so that jedit can become a IDE for every language (at least for those I mementioned above)? I want more IDE like function especailly debuging, since writing program always need debug, if no debuging function, it will be inconvenient.

thanks
Question in Archive plugin
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:39
how to open the content in zip file, it seems that it just open the zip file.
Question about updating jedit plugin
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:44
I have installed the Docker plugin v0.2, and after that I found that in the update tab of the plugin manager have a new version of docker v0.3, but after choosing to update it and restart jedit, in the manage tab docker is still 0.2. How to update it? On the otherhand why with new verion of docker aviable in the install tab we cannot directly choose the new version?

thanks
another feature for Search in directory
Submitted by Anonymous on Wednesday, 16 February, 2005 - 16:48
When I use Search in directory for search&replace, it always opens all changed files. It is very annoying Sad I would appreciate checkbox "do not open files"
xml plugin with php
Submitted by Anonymous on Thursday, 17 February, 2005 - 12:35
Hi!

I have a problem. I like to use jEdit XML plugin with .php source file in the html part, but it is not working. How can I solve the problem?

PLease send the answer for mz e-mail address too: sajtango at gmail dot com

Thanks
Tamas
Spell-checking C++ comment fields
Submitted by Anonymous on Thursday, 17 February, 2005 - 15:27
Does anyone know of a plug-in spell-checker that checks for language errors in C++ comment fields?

I am grateful for any help.

olav.eig@kongsberg.com
User login
Browse archives
« February 2005 »
MoTuWeThFrSaSu
  6
12
14
 
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