Can't Download and Install FTP Plug-in - Issues on a Mac
Submitted by
kristenannie on
Wednesday, 15 June, 2011 - 18:36
Hi there,
I have used JEdit for years on a Mac without any problems. A few weeks ago, suddenly, the file browser stopped working for browsing files on remote server with the ftp plug-in. I thought maybe I needed to just upgrade JEdit or something, so I downloaded jEdit 4.3.2 and installed it.
I went to start setting up my environment with the first thing being downloading the FTP plug-in again. The only problem is that I can't download the plug-in. It looks like it tries to do it and then gives me a message that says, "Error while downloading the plugin, please try another mirror. Operation timed out." I have tried quiet a few other mirrors, but still get this message. Any ideas?
JEdit is my preferred program to use to edit files on my remote servers, and I'd really like to get it working again.
Thanks!
Kristen
Search and replace in all buffers
Submitted by
Hans_Bauer on
Friday, 10 June, 2011 - 07:50
When having several *.prn-files/buffers (containing text only) open within one instance of jEdit and trying to search and replace e.g. "," by "." in all buffers i get the error
"The specified search file set contains no files. Please ensure that the file name filter and directory to search (if applicable) are set correctly"
The error occurs with jEdit 4.4pre1 under Win7x64
Mac OS X - change of behaviour
Submitted by
carlob on
Tuesday, 31 May, 2011 - 14:49
Hello,
last week, suddenly, my jEdit did not start anymore with a doubleclick, so I downloader a new version -- not a good idea, usually it's better to know why these things happen --, anyway after updating my usual shell scripts to open files on the command line do not work anymore. I usually do:
java -jar /Applications/jEdit.app/Contents/Resources/Java/jedit.jar -reuseview $1
to open a file in a new tab on jedit. Now I get an error instead:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
But why it runs well when I double click the application?
May we have back my command line?
c
Thank you for any help provided.
Buffersets in spit view
Submitted by
Hans_Bauer on
Saturday, 28 May, 2011 - 09:31
With jEdit 4.3.x having a split-view it was possible to have different buffers in each split. With 4.4pre1 under Win7x64 this possibility seems to be gone. Can anyone help?
Thanks!
Can't edit HTML files anymore
Submitted by
evigmostad on
Friday, 27 May, 2011 - 14:29
I can edit parts of the file (inside a comment). I can delete, but can't type new text. If I set the buffer to mode shtml it works. But I can't do it at a global level.
This is what I get when typing.
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
at org.gjt.sp.jedit.Mode.createBracketIndentRules(Mode.java:427)
at org.gjt.sp.jedit.Mode.initIndentRules(Mode.java:365)
at org.gjt.sp.jedit.Mode.getIndentRules(Mode.java:311)
at org.gjt.sp.jedit.buffer.JEditBuffer.getIndentRules(JEditBuffer.java:2804)
at org.gjt.sp.jedit.buffer.JEditBuffer.getIdealIndentForLine(JEditBuffer.java:1115)
at org.gjt.sp.jedit.buffer.JEditBuffer.indentLine(JEditBuffer.java:997)
at org.gjt.sp.jedit.textarea.TextArea.insertTabAndIndent(TextArea.java:4421)
at superabbrevs.SuperAbbrevs.tab(SuperAbbrevs.java:138)
at SuperAbbrevsPlugin.tab(SuperAbbrevsPlugin.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
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)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186)
at org.gjt.sp.jedit.BeanShellFacade.runCachedBlock(BeanShellFacade.java:225)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:423)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:73)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:352)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:317)
at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java:197)
at org.gjt.sp.jedit.input.AbstractInputHandler.processKeyEventKeyStrokeHandling(AbstractInputHandler.java:401)
at org.gjt.sp.jedit.gui.InputHandler.processKeyEvent(InputHandler.java:151)
at org.gjt.sp.jedit.textarea.TextArea.processKeyEvent(TextArea.java:4625)
at java.awt.Component.processEvent(Component.java:6045)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Component.dispatchEventImpl(Component.java:4629)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Component.dispatchEvent(Component.java:4455)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1881)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:757)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1033)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:900)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:721)
at java.awt.Component.dispatchEventImpl(Component.java:4499)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Window.dispatchEventImpl(Window.java:2517)
at java.awt.Component.dispatchEvent(Component.java:4455)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
at java.awt.EventQueue$2.run(EventQueue.java:622)
at java.awt.EventQueue$2.run(EventQueue.java:620)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Buffer List - Rigth Click Close on Folder - not working.
Submitted by
rluiten on
Wednesday, 18 May, 2011 - 04:38
I use to use this quite a bit, to close a folder of files.
By right click close on a folder in Buffer List it tried to close all files in that folder.
If none were changed it just closed them, if some were changed it prompted me for Cancel save or close anyway from memory.
Yes its been ages, but I kept forgetting about the problem and the next time I hit it being in the middle of stuff again and not querying again.
I believe the change in behaviour started before 4.3 final...
I do notice that right click on a folder causes the title bar of jedit to cycle though all the files in the folder quickly and then show the menu.
I would appreciate any tips or ideas, not sure i feel comfortable actually trying to get into jedit code for this.
jEdit 4.3.2: Hypersearch and Sidekick windows open with every file I open
Submitted by
rcrodgers on
Friday, 6 May, 2011 - 17:43
I'm on Fedora 13 64-bit using jEdit 4.3.2 and OpenJDK 1.6.0, and every time I open a file, the Sidekick dock automatically opens (which is irritating because I have it docked on the same side as my file browser), and the Hypersearch window pops open as well. What configuration settings do I change (if any) to stop this behavior?
Thank you,
Raymond
Button size in the Toolbar in 4.4pre1 (Win7x64)
Submitted by
Hans_Bauer on
Sunday, 1 May, 2011 - 17:12
To be able to include more buttons in the toolbar i created my own buttons, each button 16x16 pixel and included the smaller buttons via "Global-Options->Toolbar->Add->Load icon from file".
In former versions of jEdit (4.3.x) the size of the toolbar was adjusted to the smaller size of the buttons, when all buttons were 16x16 pixel. Version 4.4pre1 ignores the smaller size of the buttons thus preventing me to see my full/oversized toolbar.
Is there a possibility to compress the toolbar due to the smaller icons?
Thanks a lot,
Hans Bauer
Redraw issue
Submitted by
jamesd256 on
Wednesday, 27 April, 2011 - 08:41
I'm using Jedit 4.3.2 on Ubuntu 10.10 server using XFCE 4.6.2. My JRE is 1.6.0_24-b07.
I am seeing lots of strange Swing re-drawing issues. I have a file browser docked on the left, and periodically, the directory listing entries dissapear until clicked. Also my buffertabs bar at the bottom gets corrupted. It seems as if closed buffers' titles don't get removed, so they write across existing ones.
Is this a JRE Swing thing, or JAVA. I havn't seen this issue with any other Swing applications?
jEdit as default
Submitted by
Berkjay on
Thursday, 21 April, 2011 - 22:34
I'm trying to set jEdit 4.3.2 as the default editor for my files in Windows 7. But when I browse for the jEdit.exe I can't find it. I was able to do this a few days ago, but I had to uninstall jEdit do to some other issues. But now I am unable to set it as the default editor.
JEdit crashes when usb device (disk or key) is hot plugged
Submitted by
henri on
Wednesday, 20 April, 2011 - 08:48
This happens on windows 7. Has anybody experienced this ?
Whilst not critical, this is annoying and i'd hate to have to use another editor.
Error in Lilypond Tool.
When I try to compile a score using the Lilypond Tool in jEdit, I keep getting the following result: java.io.IOException:error=2,No such file or directory??? What does this mean, and how do I fix it??? Help please. Thanks.
Uninstllaing ALL jEdit Plug-ins
I have installed ALL of jEdit's plug-ins, and many (or at least several) of them are not working. How can I uninstall ALL of them, so I can selectively reinstall only those which I need? Thanks.
Lost my hypersearch floating window
Submitted by
UnConundrum on
Wednesday, 13 April, 2011 - 14:53
I'm a somewhat infrequent user of JEdit but have most of the basics down. While doing a rails upgrade to an existing project, I was searching the directory for similar degraded code, which worked fine. Separate, floating hypersearch window was wonderfult. At some point, it disappeared. I have no idea what I did to cause it. I can go into global options and dock it, where it works fine, but I would prefer that it float. If I change it back to floating, I get nothing, so I have to go back to docked to see any results. Does anyone have any ideas on how to recover the floating version of hypersearch? Thanks in advance
Delays when coming back into jEdit
Let's say I'm clicking around in any other windows program (e.g. Firefox, Outlook), then I click back in the jEdit window... it hangs for several seconds before resuming function. Same if I Alt-Tab or click.
Once I'm in jEdit, I experience no performance issues.
But I often flip back and forth between email or browser, etc, and jEdit. It's a real pain to have to wait 5 seconds every time.
Could it be memory? Is there something I can add to the startup string that might help?
I did it on my Windows XP computer with 3gb Ram, and now it's doing it on my Windows 7 computer with an I7 proc and 4gb of RAM.
jEdit 4.4pre1 server mode, using Java 1.6.0_23
I am running a dual monitor setup.
jEdit not working on Max OSX after OSX update
Submitted by
lancel on
Saturday, 26 March, 2011 - 20:13
I have OSX 10.6.7, the latest, and jEdit 4.4. After updating my OSX yesterday with the lastes update jEdit no longer works. I can't figure it our but it seems that it may not be loading the Mac OSX plugin correctly. When I open a doc in jEdit it simply opens as a blank page. It does not matter what kind of doc I open it is simply blank. Anyone else having the problem?
Thanks
copy/paste from Excel on MacOSX
Submitted by
evaristo2k on
Wednesday, 23 March, 2011 - 11:38
When I copy/paste a selection of cells from Excel into Jedit, I get rows incorrectly separated and they appear as concatenated in one line.
Closing and reopening the file, the rows become correctly separated into different lines. It seems a problem related to how Jedit is rendering cells pasted from Excel.
This happens with the latest Jedit release (stable or daily RC) and working on MacOSX only (the same release on Windows behaves correctly).
Which is the problem?
Thanks,
Eva
jEdit stopped working after intall of Internet Explorer 9
Submitted by
oscillator on
Wednesday, 16 March, 2011 - 15:36
Dear forum,
yesterday I installed IE9 on my Win7Pro computer. Since then jEdit has stopped working.
I have reinstalled JRE and jEdit but no luch. I have also switched IE9 off.
If I paste the content of the jedit.bat file:
start "jEdit startup" "C:\Windows\SysWOW64\javaw.exe" -Xmx192M -jar "C:\Program Files\jEdit\jedit.jar" -reuseview %*
into a command window I don't get any error messages, only a new prompt. No jEdit window.
A "javaw.exe*32" process I started though.
Any ideas?
Staffan
SWEDEN
new guy having problems with java.awt.point
hey hey guyes... im verry new with jedit and is working my way forward in the programing... i hit a problem... im writing a small program and when im compile it there is no problem but when i try to run it the terminal says this :
stefan-danielsens-macbook-pro:java stefandanielsen$ java Setpoints
Exception in thread "main" java.lang.NoClassDefFoundError: Setpoints (wrong name: setPoints)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
stefan-danielsens-macbook-pro:java stefandanielsen$ java Setpoints
Exception in thread "main" java.lang.NoClassDefFoundError: Setpoints (wrong name: setPoints)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
pleas help me .... what am i doing wrong???
Marks are not saved properly
Submitted by
fstephens on
Monday, 28 February, 2011 - 17:45
I have a constant problem with the marks for a buffer being wrong.
They seem to be shifted to random lines. This does not seem to be related to adding/removing lines in the text area.
Is there a solution to this, or at least a way to easily re-mark all functions?