jEdit Community - Resources for users of the jEdit Text Editor
bash shell in console bar
Submitted by Anonymous on Monday, 22 November, 2004 - 23:25
Hello.
I've downloaded and installed the console plugin and his dependencies.
After the installation in typed bash in the "System" Console, the prompt appeared
and I tested my *.sh scripts. Fine.
But it only works one time. When I try to start bash on the next day the two animated arrows
(recyling icon) "turn around" but there appears no promt.
After a while when I type e.g. ls there's the following error message
"/bin/bash: line 1: ls: command not found"
I think its curious that it works only the first time after the installation.
Can you help me?
Greets from Germany
Philipp
XML plugin problem
Submitted by Anonymous on Saturday, 20 November, 2004 - 22:55
I feel like I overlooked something obvious, but anyway: here's my problem - the xml plugin doesn't recognize the xhtml doctype if it's not at the beginning of file. I have a file with some php code (which doesn't output anything) followed by some xhtml and I need that php on the beginning because of headers. Is there any way to make the XML plugin ignore the php code and recognize the doctype even if it's not on the first line?
TAB key stops working
Submitted by Anonymous on Saturday, 20 November, 2004 - 12:06
I'm using JEdit to edit Java source code. I use the TAB key to indent. It seems to work just fine until suddenly the TAB key seems to stop working. That is, when I press the TAB key at the start of a new line to indent it, nothing happens.

I have found that if I close the file, exit Jedit, then try editing the same file again, the TAB key again seems to work properly, for a while. After a while, the TAB key again seems to stop responding.

I have no idea what I am doing wrong.

Michael Galvin
Muskegon, MI
custom classes in jcompiler
Submitted by Anonymous on Friday, 19 November, 2004 - 20:00
Hi,
im new to java and jedit(great features) my main problem is that i have to use custom classes that come with my learning script. First is there a global dir where java looks for them? Second i added the path to the classpath in jcompiler: /home/Programmierung/classes/
When i compile my helloworld:

import javakurs.io.*;

public class BeispielApp {
public static void main( String[] argv )
{

Ausgabe.println( "Hello World" );

}

}

it runs trough and dont seem to make errors, but when i wanna run my prog with the console java i get this:

Exception in thread "main" java.lang.NoClassDefFoundError: javakurs/io/AusgabeFenster at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at javakurs.io.Ausgabe.(Ausgabe.java:31) at BeispielApp.main(BeispielApp.java:7) Process java exited with code 1

I tested the same settings in eclipse and it runs fine.
this is the eclipse entry:


so what i am doing wrong?
Or is there a better way to set the classes and run/compile my stuff?

thx so far
Uninstalling JEdit
Submitted by Anonymous on Thursday, 18 November, 2004 - 20:45
Hi There,

Was wondering what the procedure is to uninstalling jEdit on MacOS X is... the jEdit documentation relates uninstalling to Windows...


thanks
I/O thread blocking when there is available threads
Submitted by Anonymous on Thursday, 18 November, 2004 - 20:35
I am trying to identify or at least understand the I/O thread. When I do a search in a project, it takes some time, during that time, I cannot open a file because Jedit reports that 1 I/O operation is in progress. However when I view the available I/O threads in utilities/troubleshooting, I see that I can have up to 4. So why cannot I open a file when there is an empty I/O thread slot available ?
Do I have to tell Jedit to use threads in parallel ? Is there a setting where I can increase the number of threads ? Thanks a lot.
jEdit creates new view for each file that is opened from Konquerer in KDE
Submitted by Anonymous on Saturday, 13 November, 2004 - 22:48
jEdit creates new view for each file that is opened from Konquerer in KDE. I think that it correctly connects to the already running jEdit server, because the existing view(s) are updated with the new file. However, I only want one view and rather use the buffer switcher. What's the point of having a jEdit server that is the only running instance of the program, if this instance starts spawning several windows? How can I achieve it to prevent jEdit from opening a new view for every new file?
Source Control & VSS
Submitted by tct592 on Monday, 8 November, 2004 - 17:29
Can't get the plugin to work, have tried downloading from site and through JEdit. I have updated the properties file in the jar file, but am getting the following error:

MSVisualSourceSafeImpl - is not in the working folder of the specified VSS Projects - set projects in the VSSIntegration.

When you download thru plugin manager you just get the jar file, I have downloaded the full zip file but have no idea where to put the above class file.

Any help would be greatly appreicated.
Window can't be resized / moved
Submitted by Anonymous on Monday, 8 November, 2004 - 15:41
Suddenly i have a strange behaviour. The main jEdit window can not be resized anymore. It has allways the maximum size (screen size - WinTaskbar). I.E. i click the toggle icon for maximize/default-size but nothing happens. It still occupies all of the screen. Interestingly jEdit start up with the maximized window. Minimizing the window, so that only the taskbar icon is visible works ok.

Unfortunately I don't know what has changed. A colleague of mine worked on my PC for just one day and now i have the maximum window effect Sad

jEdit 4.2final, java 1.4.2_03, windows2000 SP4

Can anyone help?
jEdit on z/OS
Submitted by clintolson on Friday, 5 November, 2004 - 19:28
I trying to run jedit on z/OS (IBM mainframe) with Unix System Services with the following JVM: java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1) Classic VM (build 1.3.1, J2RE 1.3.1 IBM OS/390 Persistent Reusable VM build cm131s-20040117 (JIT enabled: jitc)) I was able to install jedit (java -jar jedit42install.jar) just fine. Unfortunately, when I start jedit there seems to be a problem reading jedit config files, specifically XML files. I get errors like this: [error] ActionSet: jar:file:/u/act026/tools/jedit/jedit.jar!/org/gjt/sp/jedit/actions.xml:1: expected character (found "s") (expected "<") [error] DockableWindowManager: jar:file:/u/act026/tools/jedit/jedit.jar!/org/gjt/sp/jedit/dockables.xml:1: expected character (found "s") (expected "<") [error] ServiceManager: jar:file:/u/act026/tools/jedit/jedit.jar!/org/gjt/sp/jedit/services.xml:1: expected character (found "s") (expected "<") [error] jEdit: /u/act026/tools/jedit/modes/catalog:1: expected character (found "s") (expected "<") jedit will start but it will be unusable because none of its actions are registered correctly. Here is what I get when I select the Global Options tool bar icon: [warning] EditAction$Wrapper: Unknown action: global-options Any and all suggestions would be welcome (sorry about the formatting, yikes), thanks!
Few fonts to choose (Linux, Java 1.4.2, jEdit 4.2)
Submitted by Anonymous on Thursday, 4 November, 2004 - 16:54
Hi all,

I only have extremely few fonts in the font selection dialogues.

It's: Bitstream Charter, Courier, Courier 10 Pitch, Cursor, Default, Dialog, DialogInput, Lucida Bright, Lucida Sans, Lucida Sans Typewriter, Luxi Mono, Luxi Sans, Luxi Serif, Monospaced, SansSerif, Serif, Utopia.

Furthermore, most fonts I choose look the same. For expample, Monospaced and Lucida Sans Typewriter are exactly the same.

I would like to use Bitstream Vera Sans Mono, my favorite font, TrueType, looks a bit like Verdana but even cleaner IMHO, and there's also the mono-version for editing Eye-wink.
I use it everywhere else (except in a terminal). It works with GTK2 font selection dialogs, e.g. with gvim, but not here in jEdit (I guess in other Java apps it also wouldn't work then, but jEdit is the only Java app I use (since 2 days)).

If you need more info (maybe the X11 font paths, but as other font selection dialogues recognize them, it should be all ok...), tell me so I can paste.

I could live with Monospaced (anti-aliased), but it would be cool to have my usual font.
I hope someone can give me some hints on this.

##################################

$ java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
Inserting ctrl characters into documents.
Submitted by macbsd on Monday, 1 November, 2004 - 20:27
I have a unix shell script, and I need to insert a (ascii 13) into a sed script. I can insert the ^M via some other editor, but if I open the script in jEdit, then it gets ripped out when the file gets saved.

It's like jEdit is doing a dos-to-unix conversion on every save, ripping out all characters on every save. I would expect that if the file type was set to unix, then the "Enter" key would just generate characters, but not modify the rest of the file.

Thanks,

MacBSD

Plugin Manager Problems on jEdit 4.2final
Submitted by Anonymous on Wednesday, 27 October, 2004 - 19:40
I have just downloaded and installed jEdit on a brand new machine. The Plugin Manager does not seem to be able to download the plugin list. It can get a list of 4 mirrors but will not allow you to change from the default. This is not my first time around the park with jEdit but it is my first time with a problem of any kind with the Plugin Manager.

I am not behind a firewall.

Operating System: WindowsXP Home Edition.
Java Version: 1.5

Any help will be greatly appreciated

Jim
The XML plugin don't find my DTD
Submitted by Marcogringo on Thursday, 21 October, 2004 - 07:23
Hi, I have a problem with the XML plugin : I can't find how to use it when a dtd (or an XML schema) is associated to a document.
Here is a part doctype of my document "my_tree.xml":
!DOCTYPE root SYSTEM "my_product.dtd" (encapsulate in < and > : sorry I didn't find how to post xml data in the forum)
"my_product.dtd" is in the same directory than "my_tree.xml" (loaded in a buffer of jEdit), but the XML plugin don't look finding it. It give an error for all elements et attributes, like "Element root must be declared". It is like if it doesn't able to find my dtd: it's the same thing if I write anything else for the system ID (dtd name) in "my_tree.xml".
Pleaaaase, I need an answer...
International character input
Submitted by Anonymous on Thursday, 21 October, 2004 - 00:41
Whenever I type the a single quote (') or the double quote (") or a tilde (~) followed by certain letters it auto-corrects it into an accented character:

So:
'a => á
"a => ä
~n => ñ
"u => ü
/c => ¢
etc.

I am not sure if it is something Java is doing or if it is JEdit enabling international character input. This is under Windows XP SP2, JRE 1.5.0, Jedit 4.2. Either way, it makes writing program code a major pain.

Roger
Plugin update
Submitted by Anonymous on Wednesday, 20 October, 2004 - 02:22
Plugin update allways reports that there is new version of Ant Helper (0.8.3) but i never get that new version.
Javafold + WhiteSpace = problem
Submitted by Anonymous on Wednesday, 20 October, 2004 - 02:16
Fold guides are not displayed as it should be if folding mode is set to java (using javafold plugin)
gruntspud broken pipe
Submitted by Anonymous on Tuesday, 19 October, 2004 - 09:37
hi all,
i'm tryng to use gruntspud plugin, but every time i use a command like checkout i have a "broken pipe" error.

maybe i don't set some preferences, i don't know

this is my activity log:
[notice] CommandGroup: 424637 [CommandGroup] INFO CVS - Ignore file filter set
[error] CommandGroup: java.io.IOException: Broken pipe
[error] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[error] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[error] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[error] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[error] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[error] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[error] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[error] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[error] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[notice] CommandGroup: 426548 [CommandGroup] ERROR CVS - org.netbeans.lib.cvsclient.command.CommandException: Broken pipe
[notice] CommandGroup: 426548 [CommandGroup] ERROR CVS - Command unit exception
[notice] CommandGroup: java.io.IOException: Broken pipe
[notice] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[notice] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[notice] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[notice] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[notice] CommandGroup: 429614 [CommandGroup] ERROR CVS - Command unit exception
[notice] CommandGroup: java.io.IOException: Broken pipe
[notice] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[notice] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[notice] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[notice] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gruntspud.jedit.ErrorListGruntspudCVSListener@1e94001,error=gruntspud.jedit.ErrorListGruntspudCVSListener$GruntspudCVSError@7413e8]
[notice] AWT-EventQueue-0: 430485 [AWT-EventQueue-0] INFO Plugin - Saving progress dialog geometry cvsCommand.progressDialog.geometry as java.awt.Dimension[width=182,height=154]

thanks a lot
ps. nice job man, i love jedit
jEdit 4.2 closes by itself in Windows XP SP2
Submitted by Anonymous on Wednesday, 13 October, 2004 - 16:52
It installed just fine, and launches correctly. But as soon as I close the "Welcome" help page, the whole application closes. Java environment is Sun's j2re1.4.2_05.
Jedit 4.2 on Debian
Submitted by JLuca on Wednesday, 13 October, 2004 - 07:59
Hi all,
I am an enthusiastic jedit user, I use since a long time the version 4.1 on a Debian Sid. If I am not wrong I downloaded it as a .deb, and I had several problems with it (I must use the blackdawn jre to run it, apt-getted as well...). With the 4.2 I've big problems: it works just if I launch it as root, and this is not so pleasant... Please, let me know if I can fix it in some way (it's maybe obvious, but I don't have time to look for the solution of the problem...).
Btw, jedit is great, and I would like to go on in using it, instead than to pass at Eclipse...
Give me some advice Smiling
Regards,
L.
User login
Browse archives
« May 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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   83281
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293