jEdit Community - Resources for users of the jEdit Text Editor
JEdit & Spanish keyboard on Powerbook
Submitted by Anonymous on Thursday, 17 June, 2004 - 06:59
I really love JEdit, and it runs pretty much OK on my powerbook, expect that there are 2 keys on the keyboard that don't seem to be generating any input. I've read lots of problems here regarding tildes and other type of accents. Some of these missing keys characters are in fact accents, but they also are used to open brackets (and I don't have to tell you how difficult this omission makes programming). These are the keys (and associated characters) that generate no input: key: "`" (straight) "^" (with shift) "[" (with alt) key "´" (straight) "¨" (with shift) "{" (with alt) <----DANGER!
jedit does not get focus an launch under fedora core 2
Submitted by vldmr on Monday, 14 June, 2004 - 16:26
I believe the problem only appeared after installing fc2 with kde3.2. Launching jedit or opening file with jedit launch script does bring jedit window forward, but keyboard focus is still in whatever window was active and used to open file (be it shell or konqueror). So what do I miss here? jedit version is 4.1final. Here is launch script:
#!/bin/sh
JAVA_HOME=/usr/java/j2re1.4.2
export java="$JAVA_HOME/bin/java"
JAVA_HEAP_SIZE=32
exec $java -mx${JAVA_HEAP_SIZE}m -jar /usr/share/jedit/4.1/jedit.jar "$@"

Thanks for any hints

Vladimir
jEdit 4.2PRE14 problems on Mac OSX
Submitted by tdegrunt on Friday, 4 June, 2004 - 15:11
jEdit 4.2PRE14 does not work correctly under Mac OSX. I've downloaded the installer (jedit42pre14install.jar) file. Once the install is done and I start jEdit.jar from Applications.
jEdit will open, but it indicates problems with MacOS.jar (plugin): Cannot start: java.lang.noClassDefFoundError: com/apple/cocoa/application/NSMenu. Try updating to a newer version of the plugin (currently I have 3.0b).
Therefor the menu is in the window, instead of in the status bar.

I tried to update to a newer version of the plugin, but it is not available?

Please let me know how to resolve.

One extra thing: Why is the behaviour of command key and alt key so much different than in other applications, fe BBEdit.
JDiff 1.4.1?? Does it really exist??
Submitted by ojl96 on Friday, 4 June, 2004 - 11:07
Hi,

I'm trying to get hold of JDiffPlugin version 1.4.1 for version 4.2.14 of jEdit, plugin manager in jEdit will only download version 1.2 and plugins.jedit.org site only goes to version 1.3 as well...

Could someone let me know the url where I can download this?

thanks,
ollie
character encoding - german umlaute ä,ö,ß,..
Submitted by Anonymous on Sunday, 30 May, 2004 - 08:56
Hello,

I have a problem to get those properly shown - I tried UTF-8 for loading and saving: it will not load load it properly, and it will make a mess when it saves the file (the char wont be shown properly with other editors which work fine..)

If I use ISO8859_1 it does properly load and save those characters, but i will not be able to enter them using my german keyboard - it will produce this: ���� which will be shown in my external editor as: ���� ..

I tried other encodings but none would work.

I am running Debian Sarge and KDE 3.2. I am using SUN Java:
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)

Thank you for any help!

I love jEdit Smiling

Miki
Mac OS X 10.3.3/.4 and No Japanese Input
Submitted by wwvuillemot on Thursday, 27 May, 2004 - 01:17
I have noticed that while jEdit displays Japanese correctly, it does not allow for input. I have tried to setting text area to Japanese fonts, et cetera. I have tried to also changing encoding. Nothing seems to permit Japanese input even when Kotoeri is set to hiragana entry. Any help would be appreciated.
file permissions in personal settings directory
Submitted by Anonymous on Wednesday, 26 May, 2004 - 05:44
Hi all,

jedit 4.1 final
JSE 1.4.2
WinXP Home - yeah, I know, it sux, no choice right now.

I'm noticing that all files and dirs in the settings dir have NT AUTHORITY\SYSTEM:F permission only. The user does not appear in the ACL of any file or directory under %USERPROFILE%\.jedit . jedit seems to work ok until any change to those files are made. Neither global nor buffer options are saved between sessions, and any new plugins won't work until permissions are explicitly set to include the user. The user has admin privileges. No properties file is saved. If options are set, the user is manually added to the ACL of #properties#save# with full access, the file is copied to properties, jedit is run, then the options set in the previous session will appear. Any change to the options wipes out the properties file though, and all settings are again lost for subsequent sessions. The properties file is now gone.

Any ideas folks?

Thanks
Tags: no tags shown ('tags' not read?)
Submitted by malyvelky on Saturday, 22 May, 2004 - 20:07
PROBLEM: Tags Plugin behaves like there were no tags file:

The command (clicked in the menu) "Tag Stack" shows only an empty window, though I:
- did run ctags on my .php file which did produce 'tags' with approrpiate content
- did set in the plugin option Tag Index File Paths to "tags" and "C:\myphpproject\tags"

Why is that? It seems it completely ignores the file. The activity log says:

[debug] TagFiles: added tag file: TagFile path=C:\myphpproject\tags, enabled=true, currentDirIndexFile=false
[debug] TagFiles: added tag file: TagFile path=tags, enabled=true, currentDirIndexFile=true
[debug] TagsOptionsPanel: [x] C:\myphpproject\tags
[debug] TagsOptionsPanel: [x] tags

What's wrong/how to find it out? Thank's for any advice! Kuba

Info: jEdit4.2pre7, Win 2000, java version "1.4.2_01"
PS: Code Browser works well.
XSLT and Java 1.4
Submitted by Anonymous on Thursday, 20 May, 2004 - 21:56
I tried following the directions to enable the XSLT plugin to work with Java 1.4
I moved xalan.jar, xercesImpl.jar and xmlParserAPIs.jar to
C:\Program Files\jEdit\jars\endorsed and added the directory to the jedit startup as follows

"C:\j2sdk1.4.2_03\bin\javaw.exe" -mx96m -Djava.endorsed.dirs="C:\Program Files\jEdit\jars\endorsed" -jar "C:\Program Files\jEdit\jedit.jar"

The problem is that I get failures for XML.jar and XMLIndenter.jar due to dependencies.

Activity Log output:

[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xercesImpl.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xmlParserAPIs.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XmlIndenter.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xalan.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.


Do I need multiple copies of the jars? Can I fix the dependencies?

I'm using jedit 4.2pre13

[message] Log: java.version=1.4.2_03
[message] Log: java.vm.version=1.4.2_03-b02
[message] Log: java.runtime.version=1.4.2_03-b02
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: java.home=C:\j2sdk1.4.2_03\jre
[message] Log: java.class.path=C:\Program Files\jEdit\jedit.jar
[notice] jEdit: jEdit version 4.2pre13
[message] jEdit: jEdit home directory is C:\Program Files\jEdit
Copying SQL Result Set SQL Plugin
Submitted by Anonymous on Wednesday, 19 May, 2004 - 08:54
The copy function tab or csv on the sql plugin seems not to work.

[error] AWT-EventQueue-0: java.lang.NullPointerException
[error] AWT-EventQueue-0: at sql.ResultSetWindowPopup$CopyActionHandler.actionPerformed(Unknown Source)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
[error] AWT-EventQueue-0: at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
[error] AWT-EventQueue-0: at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
[error] AWT-EventQueue-0: at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
[error] AWT-EventQueue-0: at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
[error] AWT-EventQueue-0: at java.awt.Component.processMouseEvent(Component.java:5134)
[error] AWT-EventQueue-0: at java.awt.Component.processEvent(Component.java:4931)
[error] AWT-EventQueue-0: at java.awt.Container.processEvent(Container.java:1566)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Component.java:3639)
[error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.java:1623)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3480)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
[error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.java:1609)
[error] AWT-EventQueue-0: at java.awt.Window.dispatchEventImpl(Window.java:1590)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3480)
[error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
Save error
Submitted by Anonymous on Monday, 17 May, 2004 - 21:02
Often when I try to save my file (normal txt file at least) I get the response:
Cannot save: java.io.IOException: Rename failed: C:\blabla
So when this happens I have to do Save as and then give it a new name. Very disturbing.
Why is this happening, please help me...
/Peter
java.lang.ClassCastException at org.gjt.sp.jedit.buffer.KillRing.propertiesChanged(KillRing.java:49)
Submitted by Skylark on Wednesday, 12 May, 2004 - 21:11
Hello,

I don't think this is an FAQ, I've looked around and can't seem to find anything like this either on the forums or on the jedit.org site...

When starting jEdit, the progress bar on the splash screen stops at about 45% and jEdit never starts up. When I try to run it from the command line, I get the following:

D:\Program Files\jEdit 4.2pre12>java -jar jedit.jar
Exception in thread "main" [error] main: java.lang.ClassCastException
[error] main: at org.gjt.sp.jedit.buffer.KillRing.propertiesChanged(KillRing.java:49)
[error] main: at org.gjt.sp.jedit.jEdit.propertiesChanged(jEdit.java:879)
[error] main: at org.gjt.sp.jedit.jEdit.main(jEdit.java:401)

Is this anything I can fix (a problem in my profile or something like that)? This is on one of the machines at school. At home I never had this problem. It started happening after starting jEdit once (the first time it started up correctly, but I haven't been able to get it to start up since).

Any suggestions welcome.
Windows context menu not working
Submitted by abunai on Sunday, 2 May, 2004 - 19:45
Hello -
I am having trouble using the context menu in windows xp to open a selected file. When I highlight a file, right click it, I can see the option "Open with jEdit". When I select this, jEdit opens, but not the selected file. The last open file seems to be the one that is displayed. I also found that jedit is unable to open files from the command line ex. "jedit textfile.txt". The only way I can open a file is the open dialog with in jedit. Any ideas?
XML hangs while parsing when schema specified
Submitted by bkc on Thursday, 29 April, 2004 - 15:10
Not sure if this should be a bug or maybe I just messed up.

I'm using jEdit 4.2 Pre 11 with XML 0.13

I created an xsd file (or started to) that's very simple.
-- woodschema.xsd --
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="root" type="xsd:string" />
</xsd:schema>

When I edit this, Error List says "cannot find the declaration of 'xsd:schema'. I get the same kind of error when editing .xslt files. The XML plugin has never asked me to download schema definitions, though the plugin options says it should.

I created an OASIS catalog, like this:

-- system catalog
system "adkwood.xsd" "file:///o:/Holmes/Wood/woodschema.xsd"
public "http://www.adirondackcraft.com/Schemas/AdkWood.xsd" "adkwood.xsd"


Then added the catalog file to the XML plugin catalog list.

Then, I created (or started to) a simple .xml file, like this:

<?xml version="1.0" ?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.adirondackcraft.com/Schemas/AdkWood.xsd">

</root>

When I open this file, sidekick shows "Parsing" and jEdit uses 100% cpu time.

I also tried changing the simple .xml file to this:

<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="file:///o:/Holmes/Wood/woodschema.xsd">
</root>

But it still hangs when I open it.


- questions -

1. why doesn't the XML plugin download schemas for validating xsd or xslt?

2. If the XML plugin did download the schemas or DTDs, where would it store them? I can't find them anywhere

3. What's the correct way to setup a local .xsd file and work on both the xsd and a test xml file at the same time?

Thanks
SQL Troubles
Submitted by ebresie on Tuesday, 27 April, 2004 - 15:40
I am trying to use the SQL plugin (.98) on a Windows 2000 based system using MySQL 4.0.18 with JEdit 4.2pre11 .

I'm not sure if this is something I don't currently have configured properly but whenever I try to access the SQL in the Plugin Options, it basically becomes unresponsive.

I tried getting the JDBC Connector for MySQL but I'm not sure if I have this configured correctly or if I am missing something.

My eventual hope is to use XP Tracker which requires MySQL to work, but first things first..

Anyone have any ideas of how to work on this one?
ASP / ASPX
Submitted by JerJer on Monday, 26 April, 2004 - 13:26
I don't know if this is the right forum, but I'm currently coding some asp.NET. If I code in asp, my keywords gets colors and well it's easier to view your code. In asp.NET I just get black text. I know I can go in the "Buffer Option... - edit mode" and specify that I'm currently coding asp. Is there a setting somewhere that I could change so I wouldn't have to change the setting every time for every file.

Thanks a lot in advance !!

Jer
java.lang.NoSuchFieldError on startup
Submitted by Anonymous on Friday, 23 April, 2004 - 13:46
Can anybody help with this error on startup? Only happened after i added plugin jars to the jars folder

Exception while sending message on EditBus:
[error] java.lang.NoSuchFieldError: LOADED
[error] at errorlist.DefaultErrorSource.handleBufferMessage(Unknown Source)
[error] at errorlist.DefaultErrorSource.handleMessage(Unknown Source)
[error] at org.gjt.sp.jedit.EditBus.send(EditBus.java:166)
[error] at org.gjt.sp.jedit.Buffer.load(Buffer.java:183)
[error] at org.gjt.sp.jedit.jEdit.openFile(jEdit.java:1343)
[error] at org.gjt.sp.jedit.jEdit.newFile(jEdit.java:1485)
[error] at org.gjt.sp.jedit.jEdit.newFile(jEdit.java:1440)
[error] at org.gjt.sp.jedit.jEdit$2.run(jEdit.java:3072)
[error] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
[error] at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
[error] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
[error] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
[error] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
[error] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
[error] at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
[error] Exception while sending message on EditBus:
Xinsert error
Submitted by rene on Wednesday, 14 April, 2004 - 15:22
version 4.2pre11 When I choose in the menu >> plugins > xinsert I get the following error : java.lang.ClassCastException at XTree.loadMacroVector(XTree.java:233) at XTree.init(XTree.java:204) at XTree.(XTree.java:142) 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.addDockableWindow(DockableWindowManager.java:771) at org.gjt.sp.jedit.gui.DockableWindowManager.toggleDockableWindow(DockableWindowManager.java:817) 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.invokeObjectMethod(Reflect.java:81) at bsh.BSHPrimarySuffix.doName(BSHPrimarySuffix.java:169) at bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:120) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80) 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:2882) at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.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$MouseInputHandler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.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 can not move the jedit window
Submitted by rcen on Wednesday, 14 April, 2004 - 03:45
HI All,
I can not move/resize the jedit window anymore. I do not know what thing is wrong clicked. I am using RH7.3 Jedit 4.1 final. Please give me some hint about how to fix it. Thanks.
rcen
noserver Argument has no effect (4.2 pre 11)
Submitted by Anonymous on Tuesday, 13 April, 2004 - 16:37
Hi-
I'm running 4.2pre11 on MacOSX 10.3. I'm trying to set up for a presentation in which I would like to have multiple instances of JE running, each with different files open (Beyond what can be done with the project plugin). To prevent multiple JE instances from being linked (ie forced to have the same files open), I'm trying to use the -noserver option. The first problem I found is that adding the -noserver flag causes this message in the activity log:

[warning] jEdit: You cannot specify both the -background and -noserver switches

This seems like a bug, since the docs state that the -nobackground option is the default, and I don't see that I have the -background option set anywhere. Attempting to work around this, I added the -nobackground option to my startup. This results in no mention in the Activity Log and 'unlinking'. It seems that the -noserver flag is ignored.

Here is the relavant snipet from the Info.plist file (inside JEdit.app - its a way of bundling java apps with all of their commandline options in OSX):

<key>Arguments</key>
<string>-noserver -nobackground</string>

Has anyone gotten the noserver argument to work? Anyone specifically in OSX or 4.2pre11?

Thanks guys-

JEdit is the best tool in my box,
Eric Everman
User login
Browse archives
« May 2024  
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   83281
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293