jEdit Community - Resources for users of the jEdit Text Editor
Korean Input broken on Mac OS X Leopard
Submitted by ssk on Friday, 4 April, 2008 - 21:07
When I type Korean, the each alphabet(Korean jamo) is separated instead of combined.
However when I copy Korean letters, it's ok.

jEdit version: 4.2 final
OS: OS X Leopard
Java version: 1.5.0_13-b05-237 Standard Edition

I remember that it was ok on OS X Tiger.
sftp connection dialogue box problems
Submitted by andersos on Friday, 14 December, 2007 - 09:34
I have some problems with this on Debian (lenny), KDE, Java 1.6.0_02.

1. When I try to connect from File Browser/Plugins/FTP the connection dialogue box isn't shown. (Same for both FTP and SFTP.)

2. Strange problem when switching to a session that contains remote (sftp) files. The connection dialogue box appears to have focus, but It's impossible to edit text in it. Clicking button works ok, so if I previously chose "save password" I can connect by clicking Ok button.

Connecting by choosing remote site from Favorites works totally ok.
One-stage save breaks hard links
Submitted by Dan Hetherington on Friday, 19 October, 2007 - 02:35
I know that the docs claim that if you turn off the "two-stage save" mode, jEdit should preserve hard links and file ownership and so on, but this doesn't work for me. If I save a file that is hard-linked from elsewhere, the link is always broken as if I had two-stage save turned on. Can anybody else repeat this?

I'm using 4.2Final with Kubuntu 7.04 and Java version 1.4.2-02.
JEDIT 4.3PRE10 Halts or Crashes
Submitted by tcwaggoner on Friday, 24 August, 2007 - 23:21
JEDIT 4.3PRE10
Java 1.6.0_02
Win2K

Problem: Program crashes when any menu is selected.

Work Around: Rename or delete sub-folder “startup” in folder “jEdit”
C+c, C+v and file browser changes
Submitted by mamboze on Wednesday, 22 August, 2007 - 15:14
Since changing from win xp to ubuntu, I have found in jEdit, C+c does not copy, it cuts and appends a 'c'; C+v pastes but appends a 'v' (C+insert and S+insert work OK, but I prefer C+c and C+v). Also in the file system browser in jEdit under ubuntu, left mouse clicks do not open files or display folder trees, the right mouse button has to be used.

I'm not sure if this ia a bug or maybe a reinstall is in order. I posted twice to the using jEdit forum, but got no reply. I would like to fix these two problems as they reduce the pleasure of using what is be one of the best editors around
java.lang.NullPointerException: Null Pointer in Method Invocation at bsh.Name.invokeMethod(Name.java:844)
Submitted by barenca on Thursday, 9 August, 2007 - 00:16
Why every time a Macro fails, next time i try to execute it again the following message appears?:

java.lang.NullPointerException: Null Pointer in Method Invocation
at bsh.Name.invokeMethod(Name.java:844)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHCastExpression.eval(BSHCastExpression.java:60)
at bsh.BSHReturnStatement.eval(BSHReturnStatement.java:48)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BshMethod.invokeImpl(BshMethod.java:362)
at bsh.BshMethod.invoke(BshMethod.java:258)
at bsh.BshMethod.invoke(BshMethod.java:186)
at bsh.Name.invokeLocalMethod(Name.java:917)
at bsh.Name.invokeMethod(Name.java:804)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:86)
at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:84)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BshMethod.invokeImpl(BshMethod.java:362)
at bsh.BshMethod.invoke(BshMethod.java:258)
at bsh.BshMethod.invoke(BshMethod.java:186)
at bsh.Name.invokeLocalMethod(Name.java:917)
at bsh.Name.invokeMethod(Name.java:804)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BshMethod.invokeImpl(BshMethod.java:362)
at bsh.BshMethod.invoke(BshMethod.java:258)
at bsh.BshMethod.invoke(BshMethod.java:186)
at bsh.Name.invokeLocalMethod(Name.java:917)
at bsh.Name.invokeMethod(Name.java:804)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:86)
at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:84)
at bsh.Interpreter.eval(Interpreter.java:645)
at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:341)
at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:286)
at org.gjt.sp.jedit.BeanShell.runScript(BeanShell.java:212)
at org.gjt.sp.jedit.Macros$BeanShellHandler.runMacro(Macros.java:1013)
at org.gjt.sp.jedit.Macros$Macro.invoke(Macros.java:436)

Bug?

Thanks
PHP Color : Array in String Problem
Submitted by codazoda on Tuesday, 10 April, 2007 - 15:55
When you use an array inside of double-quotes in PHP, the brackets cause the variable highlighting to stop.

For example, the following statement:

$agi->exec("Playback hip/spons/$row[cid]");

The text "$row[cid]" should be blue, using the standard color scheme. Instead, however, only "$row" is blue and "[cid]" is pink like the rest of the string.

I'm using the latest version of the php.xml file from the repository.

I'd try to fix this myself, but don't feel comfortable enough with regular expressions to tackle it.


Thanks,
Joel
ErrorList can not find .c file
Submitted by blokeley on Tuesday, 13 March, 2007 - 23:57
This one is strange... if I use Commando to run make, and make generates some errors they appear in the ErrorList. When I open the ErrorList pane, the errors are listed with the correct file path and line number. So far so good.

However, when I click on an error, the line number changes to 1 and an empty buffer is opened.

The whole process works OK with .java files and javac errors, but not with .c files and make errors. Any ideas?

Setup:
Win XP Professional SP2
Sun Java 1.6.0
jEdit 4.3pre9
Console 4.3.2
ErrorList 1.4.2
Regression bug in 4.3pre9: bad FTP plugin behaviour
Submitted by Lemon Juice on Wednesday, 24 January, 2007 - 09:19
I don't know whether this is FTP plugin's bug or main jedit bug, but here it is: opening a remote file from the file system browser takes very long time - I measured it's 45 seconds even for very small files. The same files are being opened almost in an instant when I reverted back to 4.3pre8. The same applies to saving files. Perhaps the FTP plugin needs to be updated for 4.3pre9 but the plugin manager didn't find any updates. I'm on WinXP SP2, Java version 1.5.0_10-b03.
ErrorList plugin does not work properly wit Samba mount
Submitted by johnatmsd on Thursday, 11 January, 2007 - 19:32
The file for XML error messages in the ErrorList window shows up scrambled like:
\\wztis015\u01\app\OpenDeployNG\etc\wztis015\u01\app\OpenDeployNG\conf\internet\dev\doogle-edition_test.xml

The path to the DTD file is prefixed to the XML file path.
When I click on a message a blank buffer is shown, obviously because the file does not exist.
This looks like a bug to me.
Any ideas ?
Wrong Cursor Image with Ubuntu Linux
Submitted by hamoda on Tuesday, 28 November, 2006 - 23:33
I use jEdit 4.2 with Ubuntu Linux 6.10 and Java RE 1.5. The cursor image does not seem to be sensitive of the respective GUI's area, instead it is the arrow pointer in the whole left part of the application's window, and in the right part it becomes the I-beam, from top to bottom of the window. I did not experience this behaviour under Windows.
Open Buffers not Remembered in 4.3pre7
Submitted by jpavel on Monday, 30 October, 2006 - 19:23
After upgrading from pre6 to pre7, the perspective.xml file that stores the state of jEdit's open buffers is no longer written to disk when I quit, and thus whenever I run jEdit I see the buffers that were open when I last quit pre6. My preferences are the same between the two versions.

Did anyone else run into this?

~Jesse
japanese input "bug"
Submitted by Pomax on Sunday, 29 October, 2006 - 14:58
to be honest I don't know if this is some windows-integration jar missing, or whether it's a jedit specific thing - I have a japanse keyboard, and the button that allows me to re-convert highlighted text does absolutely nothing in jedit. Also, typing japanese pops up the windows input dialog instead, so I don't actually type text in the editor itself when using japanese until I commit what I typed.

slight inconvenience, possibly a bug, I have no idea.

- Pomax
www.nihongoresources.com
Open/Save dialog keyboard focus - Is this a bug?
Submitted by 2gooder on Wednesday, 23 August, 2006 - 17:22
Hey guys. I've been using jEdit for a few years and I alway use the latest development version. As of version 4.3pre5 I've noticed that when I open a Save or Open dialog (Crtl-S or Ctrl-O) the keyboard focus is no longer in the "File name:" text box.

The result of this is that I can no longer begin typing a name of a file when the dialog open. Instead I have to move to the mouse and click on the file name text box. It really slows me down when I am creating or opening lots of files.

Should I file this as a bug, or is this a new "feature"?

Thanks a lot,
Simon
Bug Report Console (make)
Submitted by asd2005 on Tuesday, 20 June, 2006 - 16:43
Bug Report. This happens when I try to compile (make) a C-file. OS: Linux 2.6.15-25-386 i686 GNU/Linux (ubuntu) Java: Java 2 Runtime Environment (build 1.5.0_06-b05) jEdit: 4.2final 1st Beanshell Error: Sourced file: inline evaluation of: ``projectviewer.ProjectViewer.getActiveProject(view).getRootPath();'' : Class or variable not found: projectviewer.ProjectViewer : at Line: 1 : in file: inline evaluation of: ``projectviewer.ProjectViewer.getActiveProject(view).getRootPath();'' : projectviewer .ProjectViewer .getActiveProject ( view ) at bsh.UtilEvalError.toEvalError(UtilEvalError.java:85) at bsh.UtilEvalError.toEvalError(UtilEvalError.java:90) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:98) at bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:103) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.Interpreter.eval(Interpreter.java:641) at bsh.Interpreter.eval(Interpreter.java:731) at bsh.Interpreter.eval(Interpreter.java:720) at org.gjt.sp.jedit.BeanShell._eval(BeanShell.java:446) at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:410) at console.commando.CommandoHandler.endElement(CommandoHandler.java:196) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:953) at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) at com.microstar.xml.XmlParser.parseDocument(XmlParser.java:496) at com.microstar.xml.XmlParser.doParse(XmlParser.java:176) at com.microstar.xml.XmlParser.parse(XmlParser.java:146) at console.commando.CommandoDialog.load(CommandoDialog.java:238) at console.commando.CommandoDialog$ActionHandler.actionPerformed(CommandoDialog.java:384) at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197) at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561) at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:597) at console.commando.CommandoDialog.(CommandoDialog.java:120) at console.commando.CommandoCommand.invoke(CommandoCommand.java:138) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java:303) at org.gjt.sp.jedit.View.processKeyEvent(View.java:669) at org.gjt.sp.jedit.Java14$MyFocusManager.postProcessKeyEvent(Java14.java:180) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:687) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636) at java.awt.Component.dispatchEventImpl(Component.java:3841) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) 2nd Beanshell Error: Sourced file: inline evaluation of: ``projectviewer.ProjectViewer.getActiveProject(view).getRootPath();'' : Class or variable not found: projectviewer.ProjectViewer : at Line: 1 : in file: inline evaluation of: ``projectviewer.ProjectViewer.getActiveProject(view).getRootPath();'' : projectviewer .ProjectViewer .getActiveProject ( view ) at bsh.UtilEvalError.toEvalError(UtilEvalError.java:85) at bsh.UtilEvalError.toEvalError(UtilEvalError.java:90) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:98) at bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:103) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.Interpreter.eval(Interpreter.java:641) at bsh.Interpreter.eval(Interpreter.java:731) at bsh.Interpreter.eval(Interpreter.java:720) at org.gjt.sp.jedit.BeanShell._eval(BeanShell.java:446) at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:410) at console.commando.CommandoHandler.endElement(CommandoHandler.java:196) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:953) at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118) at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) at com.microstar.xml.XmlParser.parseDocument(XmlParser.java:496) at com.microstar.xml.XmlParser.doParse(XmlParser.java:176) at com.microstar.xml.XmlParser.parse(XmlParser.java:146) at console.commando.CommandoDialog.load(CommandoDialog.java:238) at console.commando.CommandoDialog.(CommandoDialog.java:125) at console.commando.CommandoCommand.invoke(CommandoCommand.java:138) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java:303) at org.gjt.sp.jedit.View.processKeyEvent(View.java:669) at org.gjt.sp.jedit.Java14$MyFocusManager.postProcessKeyEvent(Java14.java:180) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:687) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636) at java.awt.Component.dispatchEventImpl(Component.java:3841) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
This got to be a joke, isn't it!?
Submitted by Dustypaws on Tuesday, 20 June, 2006 - 09:36
"Bug Reports - These don't belong in the forums!"

So why even bothering to open a Forum called "Bug Reports"?
Lame joke that is :|
rectangula selection in jEdit 4.3pre4
Submitted by stellari on Monday, 19 June, 2006 - 19:23
I'm trying to use the rectangular selection in combination with the keyboard.
If start a selection and move down with the keyboard while pressing shift to select several characters I experience a problem when crossing lines with indentations or lines shorted then the selection column. The selection seems to zig-zag on the right of 1 character.
PHPParser 1.2.3 broken on all mirrors
Submitted by Dustypaws on Sunday, 18 June, 2006 - 13:18
It appears that the PHPParser-Plugin is broken on all mirrors. It shows up as a 0KB File. When I try to download it anyways it says: I/O Error while opening the Archive (sounds plausible Sticking out tongue).

I had to step back to 1.2.2 manually.
Plugin Download Mirror "MESH-Solutions (Duesseldorf, Germany)" might host broken file
Submitted by CapM on Friday, 9 June, 2006 - 09:39
I had an error when trying to download the latest plugin file "Common Controls" from the mirror "MESH-Solutions (Duesseldorf, Germany)". It worked with another mirror, so maybe you want to check the integrity of this file.
FTP 0.7.7 upload problem
Submitted by jesseainskeep on Thursday, 1 June, 2006 - 16:54
The new ftp got rid of the connection pool problem, so far, but it seems to have a new one. When ever it uploads, its got this message about changing the file permissions I think, something about read-only and a Unix server.

Every time, you have to click yes, which is a pain, but livable.

But who I have hosting through, has turned off the ability to change the permissions through FTP, so it gives an error and wont upload. If I switch other to another server, that I can change the permissions, I don’t seem to have the same problem.

Is there anyway around this? Or am I doing something wrong.

Besides that, the new FTP seems to work really good.
User login
Browse archives
« April 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
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
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