jEdit Community - Resources for users of the jEdit Text Editor
Mac OS X - Shortcuts
Submitted by gerhard.tinned on Tuesday, 2 March, 2010 - 11:57
I am using jEdit now for a couple of years. I started using it on Windows and now i moved over to MacOS X.

I used it with Mac OS X 10.5 and now 10.6. But since i am moved from Windows to Mac i observed a very interesting behaviour with the keyboard shortcuts for Copy and Paste.

In the Text Area (i hope my naming for all the components are correct) the Copy and Paste shortcuts are Cmd+C and Cmd+V ... which is exactly as it is used in all Mac-Applications. But all the poup-windows (like Search and Replace, Global Options, ...) The text fields do not react on this shortcuts. They use the shortcut i remember from the Windows version ... Ctrl+C and Crtl+V.

In my opinion this looks a bit confusing for me as i do not leave the Application but the shortcut is different on every window. Sad
Is there any way to change this somehow inconsistent shortcuts?

Thanks.
ctagssidekick with VHDL files
Submitted by timxdunn on Thursday, 18 February, 2010 - 20:12
Hello,

I am new to the forum and I have a problem with the ctagssidekick plugin. I am trying to use it with VHDL files but after parsing all it finds are the entity name and any constants that I may have defined.
Has anyone got any experience of how to set up the ctagssidekick to work with VHDL?
Project viewer plugin causes Jedit to freeze
Submitted by ricardino on Wednesday, 17 February, 2010 - 13:28
Im having trouble using the project viewer plugin. I can get it installed OK, but whenever i attempt to to anything with it (add new files, create new group etc) Jedit just freezes completely. The only way to get things going again is to end the Javaw.exe process and start again. When i attempt to remove the project viewer plugin, the same thing happens.

Im using windows xp pro 32 bit.

Any help would be greatly appreciated.

Thanks
saving remote files via ftp crashes internet connection
Submitted by 1234ru on Monday, 15 February, 2010 - 22:54
saving remote files via ftp crashes internet connection

Hi!
I have very unexpected problem with JEdit 4.3 and FTP-plugin 0.9.7 (Java 1.6.0_18, Windows XP Service Pack 3)
I can view directories and open files via FTP protocol but when I try to save changes my internet connection crashes (I reproduced it in 100% of cases; It is even more strange assuming I connect via router not directly via VPN or PPP).
It happens with any server I tried and any time.

Other ftp clients connect and modify files normally.

Saving via SFTP protocol also goes normally.

P.S. I have older JEdit on another machine and older FTP plugin (can't remember exact version now). They work with no such errors. So I'm really surprised...
duplicate files on jedit
Submitted by pols on Thursday, 11 February, 2010 - 09:25
Can someone help me configure in saving the files on jedit. Everytime I try to save the files that I'm working on jedit, there is a duplicate files on it.. I want to configure on jedit on how can I save, without duplicating the files.. thanks in advance
global variables values in XInsert plugin are blank
Submitted by d_l on Thursday, 28 January, 2010 - 13:50
I have jEdit 4.3 Java 1.6.0_17.

In the XInsert script I am trying to refer to global variables set in fields in
Options: Plugins: Xinsert

It seems that the value of the 1st global variable is lost (blank) after I enter variable name and value pair, press Apply, press O.K. and then inspect XInsert Options window again. The variable name is always retained but not the value. It is not seen by an xinsert.xml script. I have tried with and without quotations around the value.

I do ensure that I reload XInsert after each edit of the test.insert.xml file placed in /.jedit/xinsert/

I have tried closing down jEdit and restarting but still the global var value is lost.

Also in /.jedit/xinsert/ is the variables file (global variables but blank).

What takes precedence .. the global var settings in the Options pane or the variables file?

This does look like a bug but I'm not sure.
in Mac Snow Leopard, file not loaded into jEdit
Submitted by dushanm on Wednesday, 13 January, 2010 - 02:52
I've been using jEdit 4.3pre14 under Tiger, and it has worked fine. Very recently
I moved to Snow Leopard X.6.2, which uses Java 1.6.0_17, and installed jEdit 4.3.
It works fine except for one thing: when I 2-click on a text file (to which I've
associated jEdit.app) from any file manager - Finder, Path Finder or muCommander -
jEdit comes up, but with no file loaded. I then have to Open the desired file
separately.

Is there some setting in Preferences, or maybe in Java, that I need to configure?

Thanks for any suggestions.

- Dushan
Error message: Cannot run 'global'. ...
Submitted by groofke on Tuesday, 12 January, 2010 - 13:46
Hi,

I'm new at jEdit and i even just installed this program today. I took all the plugins, but i'm getting this error message: "Cannot run 'global'. Please set the path to 'global' in the plugin options."
I've looked at the plugin options at the menu globalplugin. There i see on the top line: "'global' path and a text box, with global in it. I guess that's what the error-message means, but what am i doing wrong? Or is it somewhere else i have to look?

Greets,

Groofke
jythonInterpreter problems
Submitted by pyrokinesis on Wednesday, 6 January, 2010 - 20:56
Hello, I love Jedit and want to start developing some macros in Python, but Im getting some errors.
When I try to open the jython interpreter, It just says loading... and never opens.
I'm guessing this is also related to the error messages I get when attemting to run any Python Macros

Jython Error:
an AWT error occured running Jython
Traceback (innermost last):
(no code object) at line 0
TypeError: readonly class or attribute: view

And my environment:
Jedit 4.3
Windows xp sp3
Python 2.6.1
jdk1.6.0_17
jre6
javafx-sdk1.2
Jython2.5.1

Thanks in advance
How to use automatic configuration script with jedit
Submitted by vivekbhat on Wednesday, 2 December, 2009 - 08:21
Hi,

I use jEdit in office where we connect to the internet using proxy. This proxy is set by an automatic proxy configuration url (PAC).

Now I am not sure how run this configuration in jEdit. I know there is "Proxy Servers" settings tab in "Global Options". But there is no place where I can put the automatic proxy configuration url. The downside of this is that I can install or upgrade jEdit or jEdit Plugins here.

Any help will be greatly appreciated... Smiling
Unable to close file
Submitted by kbs on Wednesday, 18 November, 2009 - 18:59
I installed the r.xml mode file and then tested it by opening a file with .R extension. The syntax highlighting worked just fine, so I thought I did the installation correctly, but now I'm unable to close that file, exiting jedit and re-opening doesn't help, the file is still open. I get this error message:
java.lang.NullPointerException: Mode must be non-null
at org.gjt.sp.jedit.Buffer.setMode(Buffer.java:2016)
at org.gjt.sp.jedit.Buffer.setMode(Buffer.java:2066)
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.addWorkRequest(WorkThreadPool.java:110)
at org.gjt.sp.jedit.io.VFSManager.runInAWTThread(VFSManager.java:261)
at org.gjt.sp.jedit.Buffer.load(Buffer.java:317)
at org.gjt.sp.jedit.jEdit.openFile(jEdit.java:1473)
at org.gjt.sp.jedit.jEdit.newFile(jEdit.java:1617)
at org.gjt.sp.jedit.jEdit.newFile(jEdit.java:1572)
at org.gjt.sp.jedit.jEdit._closeBuffer(jEdit.java:1717)
at org.gjt.sp.jedit.jEdit.closeBuffer(jEdit.java:1664)
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.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.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.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
maya editor and 2009
Submitted by tokage on Monday, 2 November, 2009 - 10:33
I fallowed all the steps for getting it to work and it does for maya 2008 but when I try it with 09 it just lags for about 1.2 sec and then nothing. Any one have a idea as to why? I have tried changing the port and it had no effect.
JavaSideKick Code Completion NullPointerException
Submitted by leeys on Thursday, 22 October, 2009 - 03:22
Hi, I am getting this when I trigger code completion with JavaSideKick. Can anyone help?

I installed JavaSideKick via Plugin Manager and have configured the classpath for the project.

Thanks.

java.lang.NullPointerException
at sidekick.java.util.Locator.getClasses(Locator.java:357)
at sidekick.java.util.Locator.getProjectClasses(Locator.java:299)
at sidekick.java.JavaCompletionFinder.getPossibleQualifiedCompletions(JavaCompletionFinder.java:230)
at sidekick.java.JavaCompletionFinder.getPossibleCompletions(JavaCompletionFinder.java:169)
at sidekick.java.JavaCompletionFinder.complete(JavaCompletionFinder.java:68)
at sidekick.java.JavaParser.complete(JavaParser.java:640)
at sidekick.SideKickActions.complete(SideKickActions.java:114)
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:597)
at org.gjt.sp.jedit.bsh.Reflect.invokeMethod(Reflect.java:134)
at org.gjt.sp.jedit.bsh.Reflect.invokeStaticMethod(Reflect.java:98)
at org.gjt.sp.jedit.bsh.Name.invokeMethod(Name.java:871)
at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80)
at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258
newbie, BeanShell error, emacs emulation, WinXP
Submitted by gap on Monday, 28 September, 2009 - 22:49
I'm trying out jEdit as a possible 21st Century replacement for XEmacs to write python code. By now my fingers are hard-wired with Emacs keybindings, so I installed Brian's Emacs Emulation Package on two different WinXP machines. On one it works just fine. On the other I get a BeanShell error when jEdit starts (text below). I've reinstalled jEdit and the Emacs Package, updated java, and rebooted, but I still get this error. I'm utterly java illiterate, but it does look like it's failing on the very first line of emacs_bindings.bsh, so I suspect some installation problem. My java is:
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)

Please help ?!
-gap

------------------------------------------------------------
Sourced file: C:\Documents and Settings\Gary\.jedit\startup\emacs_bindings.bsh : Class: bsh.ClassIdentifier not found in namespace : at Line: 26 : in file: print : bsh .ClassIdentifier

Called from method: print : at Line: 8 : in file: C:\Documents and Settings\Gary\.jedit\startup\emacs_bindings.bsh : print ( "in emacs_bindings.bsh" )
at org.gjt.sp.jedit.bsh.BSHAmbiguousName.toClass(BSHAmbiguousName.java:74)
at org.gjt.sp.jedit.bsh.BSHType.getType(BSHType.java:154)
at org.gjt.sp.jedit.bsh.BSHBinaryExpression.eval(BSHBinaryExpression.java:63)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at org.gjt.sp.jedit.bsh.BSHUnaryExpression.eval(BSHUnaryExpression.java:58)
at org.gjt.sp.jedit.bsh.BSHBinaryExpression.eval(BSHBinaryExpression.java:123)
at org.gjt.sp.jedit.bsh.BSHBinaryExpression.eval(BSHBinaryExpression.java:52)
at org.gjt.sp.jedit.bsh.BSHIfStatement.evaluateCondition(BSHIfStatement.java:63)
at org.gjt.sp.jedit.bsh.BSHIfStatement.eval(BSHIfStatement.java:46)
at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80)
at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186)
at org.gjt.sp.jedit.bsh.Name.invokeLocalMethod(Name.java:955)
at org.gjt.sp.jedit.bsh.Name.invokeMethod(Name.java:801)
at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644)
at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:331)
at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:279)
at org.gjt.sp.jedit.BeanShell.runScript(BeanShell.java:205)
at org.gjt.sp.jedit.Macros$BeanShellHandler.runMacro(Macros.java:1030)
at org.gjt.sp.jedit.jEdit.runStartupScripts(jEdit.java:3704)
at org.gjt.sp.jedit.jEdit.main(jEdit.java:511)
OS X Leopard open file with Jedit
Submitted by Jaap on Friday, 18 September, 2009 - 11:52
In Leopard I want to open files (txt, css, html, etc) with Jedit. Jedit opens but with empty screen, file did not open. I have to open file manually.
How to tell Jedit I want the file to open when I click on file? Leopard knows I want to open some files with Jedit (told Leopard with file info)
ftp plugin throws jsch-exception: failed to send channel request
Submitted by sven2 on Monday, 14 September, 2009 - 11:42
I'm using the latest Version of JEdit (4.3pre17) and the corresponding FTP-plugin (0.9.5) under java 1.6.0_16. When I'm trying to connect to my server using sftp, it fails reporting the following i/o error message:

Cannot list directory: java.io.IOException: com.jcraft.jsch.JSchException: failed to send channel request

Here is the excerpt of the log file:

[...]
13:23:16 [jEdit I/O #4] [message] SftpLogger: SSH_MSG_NEWKEYS sent
13:23:16 [jEdit I/O #4] [message] SftpLogger: SSH_MSG_NEWKEYS received
13:23:16 [jEdit I/O #4] [message] SftpLogger: SSH_MSG_SERVICE_REQUEST sent
13:23:16 [jEdit I/O #4] [message] SftpLogger: SSH_MSG_SERVICE_ACCEPT received
13:23:16 [jEdit I/O #4] [message] SftpLogger: Authentications that can continue: publickey,keyboard-interactive,password
13:23:16 [jEdit I/O #4] [message] SftpLogger: Next authentication method: publickey
13:23:16 [jEdit I/O #4] [message] SftpLogger: Authentications that can continue: keyboard-interactive,password
13:23:16 [jEdit I/O #4] [message] SftpLogger: Next authentication method: keyboard-interactive
13:23:16 [jEdit I/O #4] [message] SftpLogger: Authentications that can continue: password
13:23:16 [jEdit I/O #4] [message] SftpLogger: Next authentication method: password
13:23:16 [jEdit I/O #4] [message] SftpLogger: Authentication succeeded (password).
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: java.io.IOException: com.jcraft.jsch.JSchException: failed to send channel request
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at ftp.SFtpConnection.(SFtpConnection.java:101)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at ftp.ConnectionManager.getConnection(ConnectionManager.java:328)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at ftp.FtpVFS.getConnection(FtpVFS.java:458)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at ftp.FtpVFS._canonPath(FtpVFS.java:195)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at org.gjt.sp.jedit.browser.BrowserIORequest.listDirectory(BrowserIORequest.java:158)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at org.gjt.sp.jedit.browser.BrowserIORequest.run(BrowserIORequest.java:90)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:213)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:180)
13:23:16 [jEdit I/O #4] [error] BrowserIORequest: at org.gjt.sp.util.WorkThread.run(WorkThread.java:154)


I also tried this with older versions of JEdit an the ftp plugin, e.g. with JEdit 4.2final and ftp 0.7.3. It doesn't work either, though throwing a different error. I even downloaded the latest version of JSch and replaced the version in the jar directory of JEdit, resulting in the same error message. I don't know what's going wrong, maybe somebody out there has any ideas? Please help cause I'm out of options...

Thanks in advance,
sven
Underscore not working
Submitted by diogobaeder on Monday, 31 August, 2009 - 02:58
Hi all, My jEdit is not putting the underscore in the editing text area - it puts a blank space in its place -. Here's the keyboard test output: Event KEY_PRESSED,keyCode=0x10,keyChar=0xffff,modifiers=0x1,consumed=0 filtered Event KEY_PRESSED,keyCode=0x2d,keyChar=0x5f,modifiers=0x1,consumed=0 filtered Event KEY_TYPED,keyCode=0x0,keyChar=0x5f,modifiers=0x1,consumed=0 passed ==> Translated to <0,5f> Event KEY_RELEASED,keyCode=0x2d,keyChar=0x5f,modifiers=0x1,consumed=0 passed Event KEY_RELEASED,keyCode=0x10,keyChar=0xffff,modifiers=0x0,consumed=0 filtered Could someone help me? Thanks, Diogo
java.lang.ClassCastException: org.gjt.sp.jedit.Buffer cannot be cast to java.awt.Component with Java Version 6 Update 15
Submitted by rcrodgers on Thursday, 27 August, 2009 - 21:21
After updating Java to version 6 update 15 on Windows Vista (Ultimate, 64-bit), I realized that I had jEdit 4.2 installed and decided to update it to the latest version (4.3pre17) because certain plug-ins weren't working as expected. After installing 4.3pre17, I'm getting the following exception when trying to launch jEdit:
java.lang.ClassCastException: org.gjt.sp.jedit.Buffer cannot be cast to java.awt.Component
	at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:1747)
	at org.gjt.sp.jedit.View.setSplitConfig(View.java:911)
	at org.gjt.sp.jedit.View.(View.java:1356)
	at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2403)
	at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler.endElement(PerspectiveManager.java:341)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.gjt.sp.util.XMLUtilities.parseXML(XMLUtilities.java:139)
	at org.gjt.sp.jedit.SettingsXML.load(SettingsXML.java:155)
	at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(PerspectiveManager.java:104)
	at org.gjt.sp.jedit.EditServer.handleClient(EditServer.java:215)
	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 org.gjt.sp.jedit.bsh.Reflect.invokeMethod(Reflect.java:134)
	at org.gjt.sp.jedit.bsh.Reflect.invokeStaticMethod(Reflect.java:98)
	at org.gjt.sp.jedit.bsh.Name.invokeMethod(Name.java:871)
	at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
	at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
	at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
	at org.gjt.sp.jedit.bsh.BSHAssignment.eval(BSHAssignment.java:77)
	at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644)
	at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:738)
	at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:727)
	at org.gjt.sp.jedit.BeanShellFacade._eval(BeanShellFacade.java:148)
	at org.gjt.sp.jedit.BeanShellFacade.eval(BeanShellFacade.java:113)
	at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:369)
	at org.gjt.sp.jedit.EditServer$1.run(EditServer.java:343)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(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)
No SQL plugin properties in project viewer
Submitted by AwesomeSheltie on Tuesday, 18 August, 2009 - 13:43
Hi All, I have installed the Windows version of jEdit version 4.3 pre17 and am having trouble getting the SQL plugin installed properly. After it (jEdit and the SQL plugin)was installed, I read all the documentation and have not been able to get the SQL properties tab or tree to show up in the docked Project Viewer. Initially, I installed it via the plugin manager, but after reading the documentation, I noticed that the C:\Documents and Settings\\.jedit\sql directory was empty. So,I downloaded and manually installed the plugin, but am still having the same result. Any ideas? Since this plugin uses the project viewer plugin could it be a plugin-to-plugin problem, or am I just doing something wrong? Thanks in advance
won't start, hangs at "run startup scripts"
Submitted by hughstimson on Friday, 7 August, 2009 - 17:31
I had a functioning installation of jedit, but something changed and now it won't load.

The splash screen appears and most of the start-up steps seem to complete successfully, but when it gets to the "run statup scripts" stage it stops loading indefinitely, without any cpu activity.

I'm using 4.3pre17 on WindowsXP.

Some things I've tried:

- Starting from the command line with the -nostartupscripts argument

- Deleting startup.bsh, which (apart from readme.txt) is the only file in the startup folder.

- Uninstalling and re-installing jedit 4.3pre17

- Uninstalling, deleting the jedit program folder, and re-installing.

- Uninstalling and installing 4.2

In all cases it still won't get past "run startup scripts"

Is there a settings directory or registry entry that I should also be deleting to perform a complete uninstall? Or does someone have any ideas about how I might otherwise fix the issue?

I miss jedit.
User login
Browse archives
« July 2025  
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   109982
Context Free Art (*.cfdg)   0.31   46075
BBEdit scheme   1.0   18610
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17492
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16089
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312