Content of text area invisible with jEdit4.3pre4 and Java 1.5.0_03
Submitted by
kellner on
Sunday, 28 May, 2006 - 08:27
After serious problems with 4.3pre2 (keyboard froze all the time), I upgraded my openSuSE 10.1 notebook to pre4. The keyboard doesn't seem to freeze anymore, but now the text area content has become invisible. I tried to change all sorts of Global options, but to no avail.
This repeatedly occurs in the activity log:
[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(Unknown Source)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.buffer.JEditBuffer.isFoldStart(Unknown Source)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.Gutter.paintLine(Unknown Source)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Unknown Source)
[error] AWT-EventQueue-0: at javax.swing.JComponent.paint(JComponent.java:1003)
[error] AWT-EventQueue-0: at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4930)
[error] AWT-EventQueue-0: at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4883)
[error] AWT-EventQueue-0: at javax.swing.JComponent._paintImmediately(JComponent.java:4826)
[error] AWT-EventQueue-0: at javax.swing.JComponent.paintImmediately(JComponent.java:4633)
[error] AWT-EventQueue-0: at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[error] AWT-EventQueue-0: at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
[error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
[error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Any advice?
(And: would it be possible to increase the width of the forum dropdown list on the submission page? On Linux Firefox 1.5.0.1, I can see only the introducing dash and the first two letters of a forum's name, which makes forum selection pure guesswork.)
Thanks in advance,
File System Browser doesn't show files
Submitted by
cyrus on
Wednesday, 24 May, 2006 - 13:55
Help

the File System Browser doesn't show any files anymore. I'm using jEdit 4.2 on Mac OSX since more than one year and the File System Browser was working, but now it seems to be broken...
When I use File >> Open menu then all files in File System Browser are shown. Unfortunately you can't dock this File Browser, just the File Browser from the Utilities menu.
Any ideas?
Marc
Gruntspud CVS checkout fails
Submitted by
michael1001 on
Tuesday, 23 May, 2006 - 17:39
Hello,
I'm using jEdit and Gruntspud (Windows XP) for about on year and have installed in (a few month ago)
on several computers.
Today I installed jEdit 4.2final and Gruntspud 0.4.6-beta via the plugin manager.
I tried to checkout a CVS module with the profile :ssh2:user1@machineName:/usr/cvs.
The checkout failed with the error message:
java.lang.NoSuchMethodError: console.Console.setShell(Lconsole/Shell;)V
at gruntspud.jedit.GruntspudPlugin.getConsole(Unknown Source)
..
After uninstalling all jEdit components (also settings in directory .jedit) and
reinstallation the error still occurs.
A tip to identify the problem ( or even solve

) would be very welcome.
Regards
Michael
Problem with LilyTool Installation
Submitted by
Eng1958 on
Tuesday, 23 May, 2006 - 12:40
Hello,
jedit version: 4.2final
after installation of LilyPondTool Version 02.9 I get the following error message (see messages below) as a BeanShellError and
the PluginError when I start jedit:
"c:\My\Program Files\jedit\jars\LilyPondTools.jar:
Cannot start: java.lang.UnsupportedClassVersionError: lilytool/LilyToolPlugin (Unsupported major.minor version 49.0)#
Try updating a newer version og the plugin"
But I don't know a newer version of LilyPondTool
Any idea ??
Thanks
D.E.
a
java.lang.UnsupportedClassVersionError: lilytool/parser/LilySideKickParser (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at org.gjt.sp.jedit.JARClassLoader._loadClass(JARClassLoader.java:325)
at org.gjt.sp.jedit.JARClassLoader.loadClass(JARClassLoader.java:76)
at java.lang.ClassLoader.loadClass(Unknown Source)
at bsh.BshClassManager.plainClassForName(BshClassManager.java:224)
at bsh.BshClassManager.classForName(BshClassManager.java:170)
at bsh.NameSpace.classForName(NameSpace.java:1265)
at bsh.NameSpace.getClassImpl(NameSpace.java:1165)
at bsh.NameSpace.getClass(NameSpace.java:1106)
at bsh.Name.consumeNextObjectField(Name.java:301)
at bsh.Name.toObject(Name.java:202)
at bsh.BSHAmbiguousName.toObject(BSHAmbiguousName.java:59)
at bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:86)
at bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
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 org.gjt.sp.jedit.ServiceManager$Descriptor.getInstance(ServiceManager.java:321)
at org.gjt.sp.jedit.ServiceManager.getService(ServiceManager.java:264)
at sidekick.SideKickPlugin.getParser(SideKickPlugin.java:142)
at sidekick.SideKickPlugin.getParserForBuffer(SideKickPlugin.java:167)
at sidekick.SideKick.setParser(SideKick.java:131)
at sidekick.SideKick.handleBufferUpdate(SideKick.java:298)
at sidekick.SideKick.handleMessage(SideKick.java:142)
at org.gjt.sp.jedit.EditBus.send(EditBus.java:148)
at org.gjt.sp.jedit.Buffer.propertiesChanged(Buffer.java:1530)
at org.gjt.sp.jedit.Buffer.setMode(Buffer.java:2025)
at org.gjt.sp.jedit.Buffer.setMode(Buffer.java:2058)
at org.gjt.sp.jedit.Buffer.finishLoading(Buffer.java:3920)
at org.gjt.sp.jedit.Buffer.access$800(Buffer.java:71)
at org.gjt.sp.jedit.Buffer$1.run(Buffer.java:280)
at org.gjt.sp.util.WorkThreadPool.doAWTRequest(WorkThreadPool.java:392)
at org.gjt.sp.util.WorkThreadPool.doAWTRequests(WorkThreadPool.java:380)
at org.gjt.sp.util.WorkThreadPool.access$200(WorkThreadPool.java:37)
at org.gjt.sp.util.WorkThreadPool$RunRequestsInAWTThread.run(WorkThreadPool.java:477)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Bean error when opening Outline Plugin
Submitted by
jf_allie on
Sunday, 21 May, 2006 - 23:58
Hello,
I just installed jEdit on a WinXP computer. I'm particularly interested in its folding feature. I installed SideKick and Outline, but when I try to launch Outline I get this Bean error message:
many thanks
jf
--------------------------------------------
java.lang.NoSuchMethodError: sidekick.SideKickPlugin.getErrorSource(Lorg/gjt/sp/jedit/View;)Lerrorlist/DefaultErrorSource;
at outline.OutlineTree.update(Unknown Source)
at outline.OutlineTree.(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at bsh.Reflect.constructObject(Reflect.java:668)
at bsh.BSHAllocationExpression.constructObject(BSHAllocationExpression.java:123)
at bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:114)
at bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
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 org.gjt.sp.jedit.gui.DockableWindowManager$Factory.createDockableWindow(DockableWindowManager.java:533)
at org.gjt.sp.jedit.gui.DockableWindowManager.showDockableWindow(DockableWindowManager.java:742)
at org.gjt.sp.jedit.gui.DockableWindowManager$Factory$OpenAction.invoke(DockableWindowManager.java:553)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229)
at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
unable to download plugins on newly installed jedit
Submitted by
raw on
Tuesday, 16 May, 2006 - 17:32
I recently installed jEdit 4.2 final on my Kubuntu 6.04 (Dapper Drake) system, with java version 1.4.2-02 installed.
The first thing I wanted to do was to enable some plugins, but when trying to install them through plugin manager (any plugin, multiple number of tries), I get a message box saying "An I/O error occurred (Connection refused)" and the messages below in the console window in which I started jEdit.
My system is connected to the internet through an router using NAT, with no restrictions, firewalls or proxies. I have no problems whatsover with my internet connection other than this.
Any ideas?
Messages in Console Window:
[error] Roster$Install: java.net.ConnectException: Connection refused
[error] Roster$Install: at java.net.PlainSocketImpl.socketConnect(Native Method)
[error] Roster$Install: at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
[error] Roster$Install: at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
[error] Roster$Install: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
[error] Roster$Install: at java.net.Socket.connect(Socket.java:452)
[error] Roster$Install: at java.net.Socket.connect(Socket.java:402)
[error] Roster$Install: at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
[error] Roster$Install: at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
[error] Roster$Install: at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
[error] Roster$Install: at sun.net.www.http.HttpClient.(HttpClient.java:306)
[error] Roster$Install: at sun.net.www.http.HttpClient.(HttpClient.java:267)
[error] Roster$Install: at sun.net.www.http.HttpClient.New(HttpClient.java:339)
[error] Roster$Install: at sun.net.www.http.HttpClient.New(HttpClient.java:320)
[error] Roster$Install: at sun.net.www.http.HttpClient.New(HttpClient.java:315)
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521)
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498)
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:181)
Two Stage Save always asks for confirmation
Submitted by
scaRFhogg on
Tuesday, 16 May, 2006 - 16:01
I just installed pre4 and FTP plugin v 0.7.7
Now whenever I save a file to a FTP server a dialog is shown telling me the file is readonly and that it will be saved with two stage save. This is very annoying. The file is clearly *not* readonly, it is r/w for the ftp user. Any ideas why that happens?
AntHelper - jbrowse.JBrowsePlugin not installed
Submitted by
gomez_adams on
Thursday, 11 May, 2006 - 13:39
I have a problem with the AntHelper plugin.
When starting jedit I see the following message.
AntHelper.jar
Requires version 1.4.4 or later of jbrowse.JBrowsePlugin, but jbrowse.JBrowsePlugin is not installed.
I have the jbrowse plugin and AntHelper installed from the update centre.
I am using java 1.5.0_06 and JEdit 4.2
Does anyone else have this problem?
I have tried installing multiple times and can reproduce this everytime. I have tried deleting my .jedit directory and reinstalling the plugins to make sure that there is no broken config or incorrect jar files, but this has not helped.
Problem configuring jEdit
Submitted by
ionial on
Thursday, 11 May, 2006 - 00:17
Hi!
I've installed jEdit with few plugins and trying to use JExplorer.
I've ProjectViewer working OK , created new project with bunch of java files.
Then I wanted to see its model in JExplorer - but I have a feeling that it just doesn't parse the
files (the icon never changes).
What should I do to get JExplorer working?
Sincerely, Nick
LilyTool in jEdit - unable to run lilypond
Submitted by
zrlaszlo on
Tuesday, 9 May, 2006 - 15:46
Hi.
I have just tried out jEdit with the LilyTool plugin. It is working very well.
However, my problem is that when I try to run lilypond from inside jEdit, I get the following error:
java.lang.NoSuchMethodError: console.Console.setShell(Ljava/lang/String;)V
at lilytool.LilyToolPlugin.runCommand(LilyToolPlugin.java:409)
at lilytool.LilyToolPlugin.runCommandOnBuffer(LilyToolPlugin.java:438)
at lilytool.LilyToolPlugin.runCommandOnBuffer(LilyToolPlugin.java:430)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at bsh.Reflect.invokeOnMethod(Reflect.java:149)
at bsh.Reflect.invokeStaticMethod(Reflect.java:100)
at bsh.Name.invokeMethod(Name.java:872)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHAssignment.eval(BSHAssignment.java:77)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BSHBlock.eval(BSHBlock.java:46)
at bsh.BSHIfStatement.eval(BSHIfStatement.java:48)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BSHBlock.eval(BSHBlock.java:46)
at bsh.BSHIfStatement.eval(BSHIfStatement.java:48)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BshMethod.invokeImpl(BshMethod.java:349)
at bsh.BshMethod.invoke(BshMethod.java:246)
at bsh.BshMethod.invoke(BshMethod.java:171)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:523)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229)
at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I am quite new to jEdit, so I could not figure out, what is wrong. Besides, I apologize for writing - there might have been someone else asking this question. I did a few searches but unfortunately I do not have the time crawl through the entire forum.
Thank you a lot for your help.
Using Mode for Stata?
I'm a brand new user and quite ignorant. I've installed the mode for Stata, it appears in the list of modes and I even selected it as the default mode. Yet special formatting and highlighting of text doesn't seem to be turned on. I've looked at the help files but haven't made any progress resolving this. Any help would be much appreciated. Thanks.
MATLAB auto-indent broken - how to fix?
Submitted by
Reckase on
Wednesday, 19 April, 2006 - 02:22
I've just tried the MATLAB mode for jEdit, and I can't get the auto-indent to work properly. I think it's because some of the XML is out of date and no longer supported: I don't think 'indentPrevLine' is a valid property any longer. I think that the correct property to use would be 'indentNextLines' for MATLAB, since there are no curly braces around code blocks, only an if, while, else, etc, followed by an 'end'.
My question is: how do I decrease the indent when an 'end' statement is encountered?
jEdit 'hangs' on startup
Submitted by
Atlantean on
Saturday, 15 April, 2006 - 17:25
Hi all,
Since installing jEdit recently I've been experiencing a problem when jEdit starts. The first time I launch jEdit after a reboot all seems well. However, often if I close jEdit and then reopen it later, it will hang for 30 seconds after the splash screen. During this period absolutely everything freezes - any music playing stops and my mouse cursor is immovable. When jEdit finally loads I'm left with a
totally unusable GUI. I'm relatively new to jEdit so I really have no idea how to figure out what is causing the problem.
Just in case it's relevant, here's some extra info:
I'm using Sun's 'jre1.6.0' and also tried 'jre1.5.0_06' - both yield the same results.
Any assistance would be greatly appreciated as I'm totally stumped. Thanks in advance,
Ant.
Loosing arrow keys on Mac
Submitted by
doughboy on
Thursday, 13 April, 2006 - 05:16
Hi all,
I have been using jEdit on Linux for over a year. I recently got a MacBook Pro.
I have a problem on the Mac that did not exist on Linux. When I switch to jEdit from another application (it can be cmd+tab or mousing) the arrow keys do not work. If I type a character they then begin to work.
The only plugins I have installed (beyond defaults) are Buffer Tabs and FTP.
If anyone can help me find the problem I would appreciate it.
File cant be saved ,Renaming Filed (java.io.IOException Error)
Submitted by
jenith on
Monday, 10 April, 2006 - 13:12
Hai,
Iam using jedit to edit my Apache VM file which they reside in remote server.
Sometimes when i try to save the file it cant be saved
Error Message
-------------
Rename failed.IO Opeartion can be done at a time only one buffer(file)
then java.io.IOEception is thrown.
Why it occurs ?
Will anyone help me for this issue?
Iam using windows 2000,Java version is 1.4.2.1
highlight and syntax to texteditor!!
Submitted by
chovo on
Friday, 7 April, 2006 - 10:46
Anyone have any good ideas to start with a syntax
highlighting funktion for a texteditor?
Thanks for any replies
Problems with java compiler
I've been using NetBeans and I'm really sick of it. I want to try something different, and I really like using JEdit for all my other stuff. I've got the hang of Java, but Netbeans does most of the compiling and stuff for you. I cant get the compiler to work for me at all. This is the error I keep getting....
java.lang.NoSuchMethodError: console.Console.setShell(Lconsole/Shell;)V
at jcompiler.JCompilerPlugin.executeCommand(JCompilerPlugin.java:106)
at jcompiler.JCompilerPlugin.compileFile(JCompilerPlugin.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at bsh.Reflect.invokeOnMethod(Reflect.java:149)
at bsh.Reflect.invokeStaticMethod(Reflect.java:100)
at bsh.Name.invokeMethod(Name.java:872)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72)
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:349)
at bsh.BshMethod.invoke(BshMethod.java:246)
at bsh.BshMethod.invoke(BshMethod.java:171)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:523)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229)
at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
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)
If anyone would be able to help me, I would really appreciate it.
Thanks.
key press
Submitted by
chovo on
Thursday, 6 April, 2006 - 12:40
Hey!
im writing a project and i cant get it to work!
im doing a text editor and i want to check if any key is pressed in the jtextarea, if so when i try to close it should ask if i want to save or not, otherwise just close.
i want to use a boolean after checking
Do JIndex plugin work on JEdit 4.3 or 4.2?
Submitted by
nicarran on
Thursday, 6 April, 2006 - 05:59
Hello. JIndex 1.1 does not work on my JEdit 4.3pre2 of 4.2. When I configure it, the index construction takes (I think) too little time and when I try to look for documentation I receive an ArrayIndexOutOfBoundsException. Is this a JIndex bug or what... Do you have successfully configured it on any of these JEdit versions?
Thanks for your help.
LatexTools: Bibtex Navigator doesn't show contents
Submitted by
Fredo on
Wednesday, 5 April, 2006 - 14:37
Hi!
When I browse a bibtex database with the bibtex navigator, only the "Ref" field is shown. The other columns (Title, Author, Journal) remain empty. I tested this also with the test.bib from tetex, but it is the same there.
I am using jEdit 4.2 with LatexTools 0.5.2 on Ubuntu Linux (Sun SDK 1.5).
I hope anyone can help me with that, I'd really like to use jEdit for texing.
Regards,
Frederik