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?
Missing Docking Menus on Plugin Windows?
Submitted by
andrewleer on
Friday, 18 February, 2011 - 04:20
http://superuser.com/questions/247038/missing-docking-options-in-jedit
Thank you,
Andrew J. Leer
External Browser Command for MAC
Submitted by
mj3dvfx on
Tuesday, 1 February, 2011 - 05:17
Hello everyone.
I'm brand new to using jEdit and have been slowly but surely setting things up. I recently ran into an issue trying to setup my InfoViewer plugin
to call an external browser (firefox) for my Maya Editor Display Docs menu item. I'm on a mac and have looked for examples both here and randomly
on the internet, but haven't seen anything that can help.
I open up jEdit, go to Plugins, choose Plugin Options, switch my browser options to External Browser and for the External Browser Command I type in the
path to where the firefox application lives - Macintosh HD/Applications/Firefox.app. When I go to Plugins >> Maya Editor >> Display Docs I keep getting
this following error or some variation thereof.
------------------
An Exception occured while starting the browser:
java.io.IOException: Cannot run program "Macintosh": error=2, No such file or directory
The command was:
Macintosh
HD/Applications/Firefox.app
file:/Macintosh HD/Applications/Autodesk/maya2011/docs/Maya2011/en_US/Commands/null.html
------------------
Maybe I'm not putting in the proper path naming convention for mac or something, but If anyone can point me in the right direction on how to fix this issue I would greatly appreciate it.
Thanks in advance.
Console passes wrong file name to Error List
Submitted by
Clavius on
Tuesday, 25 January, 2011 - 22:32
I'm using the Console plug-in to parse my compiler messages and display errors in Error List plug-in. This works fine except the Error List incorrectly displays the file name and path.
In the Console error patterns menu, I specify the following:
Name: VHDL
Regexp: (.+):..+\\([^\\]+)\.vhd\ *\((\d+)\)
.+)
Warning regexp: leave empty
Extra lines regexp: leave empty
Filename: $f
Line number: $3
Error message: $4
Here's a sample of the compiler output displayed in the Console:
-- Compiling architecture behavior of tb_system_monitor
** Error: C:\Projects\tb_system_monitor.vhd (171): (vcom-1272) Length of expected is 8.
The Error List shows the correct error, but gets the file path wrong and forgets to include the file extension (.vhd).
C:\Program Files\jEdit\tb_system_monitor (1 error, 0 warnings)
171: ** Error: C (vcom-1272) Length of expected is 8.
I tried changing the Console Filename parameter from "$f", but nothing I did had any effect on the file name reported in the Error List. Is the Filename parameter passed to the Error List?
Thanks.
Jedit Problems on Ubuntu 10.10
Submitted by
gdonwallace on
Monday, 17 January, 2011 - 23:18
This started about 2 weeks ago. When I try to start Jedit I get the following errors:
Exception in thread "main"
java.awt.HeadlessException
at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:279)
at org.gjt.sp.jedit.gui.SplashScreen.(SplashScreen.java:57)
at org.gjt.sp.jedit.GUIUtilities.showSplashScreen(GUIUtilities.java:1844)
at org.gjt.sp.jedit.jEdit.main(jEdit.java:330)
I am not able to launch Jedit from the menu entry, as I think it is doing the same thing. When I try to launch from command line, this is what I get. I am just typing "jedit" and pressing enter. Also, I can open Nautilus, navigate to jedit, right click and choose "Open with sun java 6 runtime" and it works fine. Should I be using any command line switches?
thanks for any help or suggestions.
Missing plugins
Submitted by
BewareofDoug on
Sunday, 16 January, 2011 - 15:50
The Plugin Manager doesn't list some important plugins like Beauty and XML. I just downloaded jEdit for Mac today and installed; the editor proper seems to be functional. I wanted to install mwjed, so I begain installing the prereq plugins and I installed several other plugins (e.g. JakartaCommons) without difficulty. I've downloaded the .bin.tgz for each as well and unpacked them but can't find documentation on how to install them that way.
Danke,
Doug
New fonts not showing up
Submitted by
MMDeveloper on
Thursday, 6 January, 2011 - 15:50
I'm running Windows 7, jEdit 4.3.2, Java 1.6.0_22.
I installed a couple of monospace fonts to try out in jEdit but when I go to Global Options and Text Area, the new fonts don't appear in the list when I try to change the text area font. The new fonts show up fine in other programs (office, photoshop, etc) but they just wont show in jEdit. One of the fonts is a bitmap font and the other is an Open Type Font.
Any ideas?
dead keys
Submitted by
silvain on
Tuesday, 28 December, 2010 - 15:33
Dead keys of my national keyboard (Swiss French) do not work - neither under Windows nor under linux Ubuntu.
It seems that these keys are not captured at all by jEdit. They do not produce any character – neither by pressing them twice, nor by pressing space afterwards, nor by pressing any other character in order to produce some accentuated character.
Is there any way to solve this problem?
Beautif corrupts doctype
Submitted by
jelups on
Monday, 27 December, 2010 - 19:49
When beautyfing a html document, the brackets framing the doc type declaration are deleted.
Example:
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
The document name has the suffix .php since it contains some php-code ("include" function). The editing mode in global and buffer settings is set to "html". The plugin options for php and html modes are set to "html.beauty".
How can I prevent this?
(Suse 11.1, jedit 4.3.2)
Kurt