jEdit Community - Resources for users of the jEdit Text Editor
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.
JTidy Plug in Options
Submitted by jlecain on Wednesday, 24 May, 2006 - 12:34
I have JTidy 1.0.1.

After going in the plug-in options for JTidy, when I mouse over a check box a text is displayed in a Help group box at the bottom.
Problem is that the text length varies, and change the height of the help group box.
Result is that the checkboxes and other options above are moved up and down making it impossible to select anything.

How can we fix quickly?
jEdit 4.3pre3 - ConfigurableFoldHandler plugin broken
Submitted by keithbcg on Monday, 27 March, 2006 - 19:20
Hi -

I'm reposting this to the bug report forum from the troubleshooting forum, just in case that'll help.
(see: http://community.jedit.org/?q=node/view/2580).

Is there any hope of a fix for this plugin? I miss it.
email to the author bounces (Chris Kent - ckent@espeed.co.uk)
Anyone?

Thanks - Keith

------------------------------------------------------------
(from the Troubleshooting Forum post...)

It looks like the ConfigurableFoldHandler plugin is broken under jEdit 4.3pre3.
I'm seeing similiar behavior running jEdit on
Mac OSX 10.4.5 with Java 1.4.2 or 5.0, and on
Redhat Linux with Java 1.5.0_02
(If I turn on custom folding, the entire text display area goes white when it
tries to redraw, the gutter area goes blank, and the error message below
appears...)

Anyone have and idea when/if the ConfigurableFoldHandler plugin might be fixed?

[error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" 
[error] AWT-EventQueue-0: java.lang.AbstractMethodError: org.gjt.sp.jedit.buffer.FoldHandler.getFoldLevel(Lorg/gjt/sp/jedit/buffer/JEditBuffer;ILjavax/swing/text/Segment;)I
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.getFoldLevel(JEditBuffer.java:1685)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.isFoldStart(JEditBuffer.java:1630)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintLine(Gutter.java:555)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Gutter.java:141)
...
Change from 1 into 2 Monitors
Submitted by lucy on Tuesday, 21 March, 2006 - 17:04
Change from 1 into 2 Monitors - how does it work and what should I install or buy, like cable or something. I know it seems to be stupid but I doesn´t know anything about this theme.
Clipper Plugin Bug....
Submitted by jesseainskeep on Friday, 10 March, 2006 - 15:13
I seem to be having a problem with the clipper plugin...

When I go into the plugin options, all it has is a place to select a directory.

I also can't find any of the libraries. What I want to do it edit and make my own library, to set up templates and long strings that I end up copying a lot, instead of having two things open and doing copy paste all the time.

What do I do?

Thanks in advance...
PHP Parser bug
Submitted by uzo on Tuesday, 14 February, 2006 - 09:21
problem with identifying these variable names as variable names. Mistaken for logical operators:

$or
$and

Example:

$or = new Order($id);

Error message: statement expected
PHPSideKickParser : does not support interface X extends Y (while php5 does)
Submitted by Baldurien on Monday, 6 February, 2006 - 20:40
[error] PHPSideKickParser: gatchan.phpparser.parser.ParseException: Encountered "extends" at line 13, column 48.
[error] PHPSideKickParser: Was expecting:
[error] PHPSideKickParser: "{" ...
[error] PHPSideKickParser:

Some data :
interface BufferedOutputStream extends OutputStream {
...
}
Change from 2 monitors to 1 monitor will result in an hidden search window (still on mon 2)
Submitted by Augur on Monday, 26 December, 2005 - 11:49
Take a look here. http://community.jedit.org/?q=node/view/2504
In a multi monitor enviroment jEdit have some problems with the window management.

THX, Nils
XML Plugin download corrupted
Submitted by mickmon on Saturday, 26 November, 2005 - 03:17
FYI -
NOt a jEdit bug as such, but I'm not sure where else to log it...

I tried downloading multiple times the XML plugin from the "Plugin Central Default" mirror.
Each time I got an I/O zip-file problem.

There was no such problem when I changed mirror to the Dublin/Ireland one.
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