jEdit Community - Resources for users of the jEdit Text Editor
Javascript plugin - parsing javascript & displaying errors - broken on windows!
Submitted by greyhound4334 on Monday, 22 January, 2007 - 20:48
Hi All,

I'm at wits end, and hope someone can help.

I've moved my development environment from Linux to Windows, and one of the most important Jedit features I rely on is the javascript plugin. In particular, its ability to parse javascript and display errors is a lifesaver. This feature saves me tons of time vs. trying to find a typo or some dumb syntax error at runtime.

Problem is, no matter what I try, I can't seem to get this feature running on Windows. I've tried with 4.2 and 4.3, and I've tried to completely duplicate the setup and configuration on windows that I'm using under Linux. Even tried copying the whole jars directory from my user settings directory from my linux box to Windows.

In all cases, the error list window shows no errors when parsing javascript, and the UI doesn't display the helpful little "error bars" in the source code window.

I got all this running on Linux quite some time ago, so I can't really remember whether/what I did with Rhino to get this running. Unfortunately, the Rhino docs are rather sparse, and I could find very little searching this site or the javascript plugin site or the rhino site to set me straight.

I have downloaded and placed rhino's js.jar file in both my user and system settings directories, again to no avail (even though I don't seem to have one anywhere on my linux box).

Any help/advice or guesses gratefully accepted!

John
Resizing the main window on Fedora
Submitted by chmac on Saturday, 20 January, 2007 - 19:22
I've installed Jedit 4.3pre8 and Jedit 4.2 on Fedora Core 6 and I have the same problem with both. The main window open arounds 800x600 pixels, and if I resize the window or maximize it, I just get empty space around the window. The application stays the original size, and the space around it is unusable.

I've seen screenshots of Jedit and obviously you can use the whole screen! I'm using Sun's JDK v1.5.0.9 with the jpackage compatible rpm. Other Java apps are running find.

I've searched but can't find anyone with a similar problem or a solution. Can anyone suggest any routes of investigation or solutions?

Cheers - Callum.
Switching buffers in OSX
Submitted by Jeff Day on Friday, 12 January, 2007 - 02:44
I just upgraded to 4.3pre8 from 4.2 and I noticed that now when I click on the dropdown to change buffers and type a letter or two to jump to a particular buffer on the list, it actually types those letters in the buffer as well as using it to select from the buffer list. (e.g. I am working on an file called 'index.php' and I want to switch to a file called 'add.php'. I click into the buffer list at the top of my window and hit the 'a' key. The buffer changes to add.php, but also types the letter a into index.php, so I have to go back and delete/undo it.)

Has anyone else experienced this, or, even better, found a way to fix it?
XML Plug-In Not Generating Errors
Submitted by machineghost on Wednesday, 10 January, 2007 - 22:52
I recently switched over to using Linux, and as a result had to re-install jEdit. However, for some reason (I suspect because something got broke in a recent revision) the XML plug-in no longer generates errors (in the errorList plug-in), even when there are some (for instance, when there is an unclosed tag). Does anyone know how to fix this or when it will be fixed? Or even how/when it got broken? Any help would be greatly appreciated. Thanks.

Jeremy
JExplorer & Java 5
Submitted by undiexs on Wednesday, 10 January, 2007 - 14:12
JExplorer does not work under the following:
Windows XP, Java 1.5.0_09, jEdit 4.3pre8 (also test under 4.2 Final).

Fundementally, I am looking for the eclipse CTRL-SHIFT-T functionality where I can search the libraries for a class (I think Xrefactor used to do it, but not in Java 5). I find that with Maven* doing the builds for me, that this is the only thing I miss about eclipse.

Any help would be appreciated.

Regards,
Pete

PS * Maven plugin does not seem to work either... Maven 2, Java 5 (pom.xml ,etc.).

Here is a post of my activity log:

[debug] WorkThread: Running in work thread: [id=3,run=jexplorer.model.Model$ParsingManager@37b90c]
[error] WorkThread: Exception in work thread:
[error] WorkThread: java.lang.NoSuchFieldError: errors
[error] WorkThread: at jexplorer.JExplorerErrorSource.removeFileErrors(Unknown Source)
[error] WorkThread: at jexplorer.model.properties.PMModelStatus.removeFileErrors(Unknown Source)
[error] WorkThread: at jexplorer.model.Model$ParsingManager.parseSource(Unknown Source)
[error] WorkThread: at jexplorer.model.Model$ParsingManager.run(Unknown Source)
[error] WorkThread: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:194)
[error] WorkThread: at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:161)
[error] WorkThread: at org.gjt.sp.util.WorkThread.run(WorkThread.java:135)
Displaying Chinese Unicode Text on English Windows XP
Submitted by ticktock256 on Saturday, 6 January, 2007 - 18:04
I can't get my Chinese text to display in jEdit on English Windows XP SP2. Asian language support is installed. Sun Java 1.4.2_13. See my attached screen shot:


http://www.bluevertex.net/imgrepub.php?category=jeditbug&filename=jedit_no_chinese.png

Note that the Chinese displays correctly in Windows Notepad. It also displays properly in Eclipse so it can't be a Java/Unicode problem. Note also that the buffer options for the file recognize it as a UTF-8 file.

Any ideas? I'm really hoping to use something lighter weight than Eclipse and jEdit is perfect...
Where are the "modes" folder and "catalog" file for Mac OS X? (jEdit 4.3pre8)
Submitted by pilaftank on Monday, 1 January, 2007 - 20:45
Clicking the Mac OS X package link on the jEdit download page results in jEdit.app being installed on the Desktop as expected, but there does not appear to be any of the supporting folder and files. I can't seem to find the modes folder or the catalog file?

More specifically, I have written special instructions for jEdit users to enable .shtml syntax highlighting for a custom file extension, but the instructions won't work for Mac users. How do I instruct Mac users on enabling syntax highlighting for a custom file extension?
Can't get my commando file to show up in list of available commandos
Submitted by airfoil on Saturday, 30 December, 2006 - 18:07
To be able to run the PLT mzscheme command line Scheme compiler/interpreter on the contents of the current buffer. Can't get my commando file to show up in list of available commandos jEdit Help: Chapter 5. Commando User-specific commando files are loaded from the console/commando subdirectory of the jEdit settings directory. Plugins>Console>Rescan Commando Directory should be called after files are added or removed in the user-specific commando directory. Plugins>Console>Browse Commando Directory opens the user-specific commando directory in jEdit's file system browser. You can find out the location of the settings directory by entering the following command in the system shell of the console window: %echo ${JEDIT_SETTINGS} Placed a minimal commando file named mzscheme-commando.xml in C:\Documents and Settings\kyle\.jedit\console\commando Tried to find Plugins>Console>Rescan Commando Directory, but was unable to locate in jEdit GUI. Searched vigorously through jEdit Help for any relevant information regarding rescanning Commando Directory, and why I wouldn't have that menu option available. Finally decided to ask user group to see if anyone with more experience could help me achieve my goal of running the PLT MzScheme command line Scheme compiler/interpreter on the current buffer, whether it be through custom commando files or by other means. Happy Holidays! --kyle airfoil at bellsouth dot net schemekeys.blogspot.com
ctags/codeBrowser in OS X
Submitted by trice on Thursday, 28 December, 2006 - 14:50
Hello,

I have a problem with using the codeBrowser (for PHP-scripts) in OS X - it basically doesn't show anything.
I'm not a developer and just found jEdit - maybe someone could give me a hint what to do? - Would be really great...

My configuration:
OS X 10.3.9
jEdit 4.2 final
CodeBrowser 1.3.1
cTags 5.6
(Jump! 0.3.3)

And here's what I've done so far:
I installed the CodeBrowser and downloaded the exuberant ctags and put it at first into
/usr/bin/ctags and later into
/usr/local/bin/ctags, since it didn't work the first time
Then I downloaded the xCode from Apple, since I got the error-message, that I don't have any C-compiler installed, while I was trying to installed the ctags.
After this, I was able to compile the ctags - but still no function-tree or something similiar.
When I use the Path: /usr/local/bin/ctags/configure - I get a positiv testresult within the configurations of Jump! (does that make sense?), but nothing changes within the codebrowser itself.

I hope I don't seem to stupid, but I just discovere jEdit and I'm really satisfied so far, but I'd like to use a code assistent and a function-tree (like for AC in Flash?), that would make my work much more easier.
Thanks in advance,
.Florian
FIND/REPLACE of a selection with line breaks
Submitted by wdepaepe on Thursday, 28 December, 2006 - 12:54
I used to be able to select a piece of text containing one or more line breaks, FIND/REPLACE (CTRL+F) the selection by another piece of text. I must have @#@#-ed around with the settings (I can't remember), but now it doesn't work anymore.

Hints anyone?
Abbreviations not working in MacOsX: 4.3preX issue
Submitted by mtl on Thursday, 28 December, 2006 - 01:12
I am using jEdit 4.2final on MacOSX 10.4.8.
Everything works great.

But if I try to use the most recent build, 4.3.pre8, upon running the application, I cant use
the keyboard abbreviations that I have already defined in 4.2final.

The preferences are set to have the space bar expand abbrevations, and the abbreviations
appear in the preferences pane dialog, but I can't use them.

I'd love to use 4.3pre8, due to the improvements in the plugins. But I cannot live without
my abbreviations.


Michael Lacey
Dock Left or Right fails
Submitted by jrlooney on Wednesday, 20 December, 2006 - 16:56
I've had this before and I can't remember how I fixed it. Hoping someone else has run into this.
I change the Look and Feel setting of jedit and now I can't dock anything in the left or right. I can dock on top or bottom just fine (but I don't like that for ProjectViewer - I want it on the left). I changed LookandFeel back to "Metal", restarted and that did not help. I even removed the LookAndFeel plugin and restarted jedit and that did not work.

Has anyone else run into this? I am using Jedit 4.2Final on MacOSX Tiger.

thanks in advance
4.3pre7, scrolling bug
Submitted by lukescammell on Thursday, 14 December, 2006 - 17:28
Sometimes when I'm editing HTML, PHP or ASP I either hit CTRL+HOME or PGUP a few times and the edit window cuts off the top part of the page. It's still there, but I can't move the scrollbar up any further and I can't see the text. If I close the file and then reopen it everything's fine until it randomly happens again. I can't find anything that causes this to happen, it appears to be just random for me :/

java.lang.NullPointerException
at org.gjt.sp.jedit.textarea.TextArea.scrollTo(TextArea.java:862)
at org.gjt.sp.jedit.textarea.TextArea.scrollToCaret(TextArea.java:714)
at org.gjt.sp.jedit.textarea.TextArea._finishCaretUpdate(TextArea.java:5051)
at org.gjt.sp.jedit.textarea.TextArea.finishCaretUpdate(TextArea.java:5203)
at org.gjt.sp.jedit.textarea.TextArea.moveCaretPosition(TextArea.java:2214)
at org.gjt.sp.jedit.textarea.TextArea.moveCaretPosition(TextArea.java:2180)
at org.gjt.sp.jedit.textarea.TextArea.moveCaretPosition(TextArea.java:2169)
at org.gjt.sp.jedit.textarea.TextArea.goToBufferStart(TextArea.java:3150)
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.invokeMethod(Reflect.java:134)
at bsh.Reflect.invokeObjectMethod(Reflect.java:80)
at bsh.Name.invokeMethod(Name.java:858)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
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:362)
at bsh.BshMethod.invoke(BshMethod.java:258)
at bsh.BshMethod.invoke(BshMethod.java:186)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:509)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:440)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:406)
at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java:373)
at org.gjt.sp.jedit.gui.InputHandler.processKeyEventKeyStrokeHandling(InputHandler.java:295)
at org.gjt.sp.jedit.gui.InputHandler.processKeyEvent(InputHandler.java:184)
at org.gjt.sp.jedit.textarea.TextArea.processKeyEvent(TextArea.java:4557)
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.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(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)
Fixing java.lang.outofmemoryerror in Mac OS X
Submitted by AndrewClarke on Tuesday, 5 December, 2006 - 11:27
I want to increase my heap space from 64MB since I run out so often. I have read about and know the command line switch to do this, but I can't figure out how to set this up so it happens automatically when I click on the JEdit.app icon in OS X. Can anyone tell me how to do this?

Thank you very much,
- Andrew Clarke.
can't see screen using Jedit 4.3pre8
Submitted by liran vigdor on Wednesday, 15 November, 2006 - 07:05
I was using jedit 4.2 and now tried to transfer to 4.3pre8 , but when starting Jedit , I cant see anything, and only if I pass on the screen with the mouse it will show the screen - this is true only for the icons and other jedit stuff, the files themself can't be seen anyway !
thanks
Still broken XML plugin (or is it SideKick).. and who the hell is hy263?
Submitted by gribelu on Thursday, 9 November, 2006 - 07:58
HTML tag highlighting hasn't worked on 4.3pre7 and still doesn't on 4.3pre8 Sad .. I tried the SVN versions of both plugins with no luck.
Or am i doing something wrong? Smiling

And... Who is that annoying user and why isn't anyone doing anything about it?
Cheers Smiling
C mode line comments
Submitted by prg on Monday, 6 November, 2006 - 23:03
Using jEdit4.2final. Problem with mode C and line comments.

#define SAT_DEFAULT 128 // Saturation Control Register [128/0x80]

Editor sees the line comment as something else. The syntax highlight color is dark green (keyword2) just like the constant label. The numbers inside the square brackets are highlighted as digit (bright red). If the comment is enclosed with /*....*/ it is correctly recognized as a comment. It appears that this problem happens when the line comment follows a digit type. This bug was supposedly fixed see 696765
4.3p7: Paint errors
Submitted by Baldurien on Saturday, 4 November, 2006 - 23:29
Hi, I have this exception in Activity Logs :

[error] ExtensionManager: Error repainting line range {0,41}:
[error] ExtensionManager: java.lang.ArrayIndexOutOfBoundsException: -42
[error] ExtensionManager: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.canMerge(DisplayTokenHandler.java:226)
[error] ExtensionManager: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.merge(DisplayTokenHandler.java:193)
[error] ExtensionManager: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.handleToken(DisplayTokenHandler.java:94)
[error] ExtensionManager: at org.gjt.sp.jedit.syntax.TokenMarker.markTokens(TokenMarker.java:250)
[error] ExtensionManager: at org.gjt.sp.jedit.buffer.JEditBuffer.markTokens(JEditBuffer.java:1218)
[error] ExtensionManager: at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkList(ChunkCache.java:771)
[error] ExtensionManager: at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo(ChunkCache.java:646)
[error] ExtensionManager: at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache.java:255)
[error] ExtensionManager: at org.gjt.sp.jedit.textarea.ExtensionManager.paintScreenLineRange(ExtensionManager.java:102)
[error] ExtensionManager: at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Gutter.java:131)
[error] ExtensionManager: at javax.swing.JComponent.paint(JComponent.java:1005)
[error] ExtensionManager: at javax.swing.JComponent.paintChildren(JComponent.java:842)
[error] ExtensionManager: at javax.swing.JComponent.paint(JComponent.java:1014)
[error] ExtensionManager: at javax.swing.JComponent.paintChildren(JComponent.java:842)
[error] ExtensionManager: at javax.swing.JComponent.paint(JComponent.java:1014)
[error] ExtensionManager: at javax.swing.JComponent.paintChildren(JComponent.java:842)
[error] ExtensionManager: at javax.swing.JComponent.paint(JComponent.java:1014)
[error] ExtensionManager: at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4963)
[error] ExtensionManager: at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916)
[error] ExtensionManager: at javax.swing.JComponent._paintImmediately(JComponent.java:4859)
[error] ExtensionManager: at javax.swing.JComponent.paintImmediately(JComponent.java:4666)
[error] ExtensionManager: at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[error] ExtensionManager: at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
[error] ExtensionManager: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
[error] ExtensionManager: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
[error] ExtensionManager: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
[error] ExtensionManager: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
[error] ExtensionManager: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
[error] ExtensionManager: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
[error] ExtensionManager: at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

That the first time I see it.

If someone has an Idea?

Hardware:
Gigabyte-965P-DS4
C2D E6400
1G Ram
MSI7900GTO512MB (drivers: 93.71)
jEdit 4.2: PorjectViewer Plugin Fails with Swing Error
Submitted by maddog39 on Friday, 27 October, 2006 - 19:20
Hello all, Im using Xubuntu 6.10 and I have jEdit 4.2 installed. I downloaded the ProjectViewer plugin from the plugin manager and whenever I try to use it, it always come up with this beanshell error. java.lang.LinkageError: loader constraints violated when linking org/xml/sax/DTDHandler class at projectviewer.PVActions.newXMLReader(PVActions.java:429) at projectviewer.ProjectManager.loadConfig(ProjectManager.java:172) at projectviewer.ProjectManager.(ProjectManager.java:118) at projectviewer.ProjectManager.(ProjectManager.java:90) at projectviewer.PVMenuProvider.(PVMenuProvider.java:57) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) 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.menu.EnhancedMenu.init(EnhancedMenu.java:114) at org.gjt.sp.jedit.menu.EnhancedMenu.menuSelected(EnhancedMenu.java:99) at javax.swing.JMenu.fireMenuSelected(JMenu.java:1097) at javax.swing.JMenu$MenuChangeListener.stateChanged(JMenu.java:1190) at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:362) at javax.swing.DefaultButtonModel.setSelected(DefaultButtonModel.java:228) at javax.swing.JMenu.setSelected(JMenu.java:286) at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1257) at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:83) at javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:388) at java.awt.Component.processMouseEvent(Component.java:5109) at java.awt.Component.processEvent(Component.java:4897) at java.awt.Container.processEvent(Container.java:1569) at java.awt.Component.dispatchEventImpl(Component.java:3615) at java.awt.Container.dispatchEventImpl(Container.java:1627) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483) at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:3323) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3180) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128) at java.awt.Container.dispatchEventImpl(Container.java:1613) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) I have also never had this problem before, and it always seems to happen on linux. Windows works fine. Please help.
pango_layout_set_text()
Submitted by djemili on Thursday, 26 October, 2006 - 09:30
When I try to run jEdit I have this problem:

(.:5957): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
[error] AWT-EventQueue-3: java.lang.InternalError: Pango: Invalid UTF-8 string passed to pango_layout_set_text()
[error] AWT-EventQueue-3: at java.la
[error] AWT-EventQueue-3: ng.reflect.Constructor.newInstance(libgcj.so.7)
*** glibc detected *** double free or corruption (!prev): 0x0820c168 ***

Is there any relation with the language of my system?
LANG=ca_ES.UTF-8
LANGUAGE=ca_ES:ca:en_GB:en

I do an export of this two variables trying other most typicall languages (english) but it doesn't work anyway.

How can I solve that? I'm using kubuntu.

Thanks
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   109183
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