jEdit Community - Resources for users of the jEdit Text Editor
Installing Ruby Plugin! Yea, i followed all instructions!
Submitted by naive on Saturday, 24 September, 2005 - 06:51
Hi all,
First i installed JEdit. Then i followed all instructions at this page http://www.jedit.org/ruby/download/
No somehow i can smell some problem here. I don't think its installed properly. Whenever i
-Open menu Utilities->Global Options
-Go to Shortcuts
I don't see 'Plugin: RubyPlugin' here. Why ? I also tried to install RubyPlugin 0.6.6 by clicking the following link
http://www.jedit.org/ruby/download/RubyPlugin_0-6-6.jar
but i always get an error page.
Folks please help me in installing this ruby pluggin. I would really appreciate your time and help. Any help will be highly appreciated.
Regards,
-Naive
Code Browser and ctags
Submitted by maxime on Wednesday, 21 September, 2005 - 14:50
Hi everyone,

I cannnot make the Code Browser run. When opening Jedit|Plugins|Plugin OPtions...
I have the following message in the Code Browser:
NOTE: This version of CodeBrowser requires Exuberant ctags Version 5.5 or later from http://ctags.sourceforge.net, the standard ctags program will not work!

I run:
- WinXP SP2
- JEdit 4.2final
- CodeBrowser-1.3.1
- ctags554

In the ctags Path, I put: C:\data\prog\JEdit\ec554w32\ctags554 (where the exe is installed)
I alwo udpate the PATH environment varaible.

Any clue?

Thank

maxime
macro 'Display character code' doesn't?
Submitted by McSwell on Monday, 19 September, 2005 - 14:46
I have a file with some Unicode chars, and I want to see what Unicode code point they are. It sounds like the 'display character code' macro (accessible from Macros | Misc | Display character code) should do what I want, but in fact I don't see anything when I run it. As I understand it, it's supposed to display on the status line the codepoint of the char at the cursor, but I get nothing.

Is it broken, or am I not holding my mouth right? (I do have the Status Bar turned on, and I believe it has all the default settings. I tried turning off the Buffer Tabs plugin, on the chance that this was messing up the display of the Status Bar, but it didn't help.)
file system browser doesn't show directory contents
Submitted by nex on Wednesday, 14 September, 2005 - 21:05
when i installed the latest version of jEdit on my mac OS X system, everything worked as expected for several editing sessions, but today the file system browser stopped working, even though i hadn't changed anything that could conceivably affect jEdit. i can 'open' a directory by entering its path or selecting one of my favourites, and the directory entry itself and its parent directories are displayed as expected, but every directory i try appears empty; even if it contains a file that is currently open in the editor.

has anyone already had this problem, or an idea what it could be?
Heap size on MacOSX
Submitted by ggw10 on Tuesday, 13 September, 2005 - 11:26
I have a PhD student who is trying to use jEdit to edit large XML files under MacOSX: not
surprisingly, it fails with out of memory errors. So, how do I change the heap size
under MacOSX? There seems to be no documentation at all on this. I could, of course,
write a bash script to run jEdit, or something ugly like that, or I could teach my student
to use emacs (which has much less trouble editing large files). But is there a way of
doing this in jEdit?

Thanks
Graham White
Sometimes files opened on Windows via the Explorer context menu open in a separate JEdit
Submitted by tbee on Wednesday, 31 August, 2005 - 09:43
That's all there is to it, and sometimes they don't. Can't find a behaviour that triggers it. Once JEdit is in the "separate" mode, all files are opened in a separate JEdit.
Using XML catalog does not work
Submitted by olmedilla on Thursday, 25 August, 2005 - 20:49
Hi, I am opening a xml file starting with <?xml version="1.0" encoding="UTF-8"?> <Policy xmlns="urn:oasis:names:tc:xacml:1.0:policy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ctx="urn:oasis:names:tc:xacml:1.0:context" xmlns:md="http:www.medico.com/schemas/record.xsd" PolicyId="urn:oasis:names:tc:xacml:examples:policyid:3" RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:deny-overrides"> ... in jedit and i get the following error in the console window 5:cvc-elt.1: Cannot find the declaration of element 'Policy'. However, I have a catalog added in the xml plug-in options with the schema in which Policy is defined. The catalog is as follows: <?xml version="1.0"?> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <rewriteSystem systemIdStartString="urn:oasis:names:tc:xacml:1.0:policy" rewritePrefix="file://...fullpath.../xacml/examples/cs-xacml-schema-policy-01.xsd"/> </catalog> The xmlcatalog tool from libxml works perfectly when I require the "urn:oasis:names:tc:entity:xmlns:xml:catalog" and returns the rewritten one. However, with jedit, I still get the same error and I have no idea of whether I am doing anything wrong or whether it is a bug. BTW, jedit outputs errors [error] SideKick #1: Cannot find CatalogManager.properties and when I finish I get [error] SideKick: Null editPane! I am using java 1.5, jedit 4.2 and xml plugin 0.13 in a gentoo distribution. Thanks in advance,
runCommanToBuffer in BeanShell doesn't work
Submitted by Ted42 on Tuesday, 23 August, 2005 - 17:05
Hi

I want to write a simple Macro wich displays a shellscript output in a buffer. For that I use runCommandToBuffer( view, "System", "myscript" )

But instead of showing the output in a new Buffer, the Consolewindow gets opend and the result is displayed as if I have typed the command directly
in the shell...

I've tried this with version 4.2 and 4.3, both on WindowsXP and Mac OS X. No success..

Anyone knows waht I'm doing wrong?

Thanks
Tobi
Gruntspud 0.4.6-Beta - cannot connect to local repository in jEdit 4.2 on Mac OSX 10.4
Submitted by John Jameson on Sunday, 21 August, 2005 - 09:57
CVS works OK from cmd line terminal.
Gruntspud can see status of local checked-out files.
I have set up a local connection profile to the same path as CVSROOT.
I can checkout a module, but I cannot commit any changed files.
The commit btn greys out whenever I choose a file.
The Update btn is also greyed out.

Can anyone give me any pointers/help with this?
focus click moves caret in text area
Submitted by patb on Thursday, 18 August, 2005 - 18:27
Under OS-X 10.4.2 I find that clicking on the Jedit (4.2final) window in order to give it focus has the side effect of also moving the caret in the text area, contrary to the behavior of most applications. Can someone please comment if this occurs for everyone, i.e. whether it is a feature or a problem?

I'm a new jEdit user; hope I'm posting to the correct place for this question.
Thanks,
patb
Fedora Core 4 - jEdit can't download plugins
Submitted by doronr on Wednesday, 17 August, 2005 - 16:21
I have 2 boxes - one is a fc4 that has been upgraded to each fc reelase since fc1. The other is a brand new fc4 install. One the new box, jEdit cannot download/install plugins (it can fetch server lists though and the list of available plugins): [error] Roster$Install: java.net.ConnectException: Connection refused [error] Roster$Install: at java.net.PlainSocketImpl.socketConnect(Native Method) [error] Roster$Install: at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:333) [error] Roster$Install: at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:195) [error] Roster$Install: at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182) [error] Roster$Install: at java.net.Socket.connect(Socket.java:507) [error] Roster$Install: at java.net.Socket.connect(Socket.java:457) [error] Roster$Install: at sun.net.NetworkClient.doConnect(NetworkClient.java :157) [error] Roster$Install: at sun.net.www.http.HttpClient.openServer(HttpClient. java:365) [error] Roster$Install: at sun.net.www.http.HttpClient.openServer(HttpClient. java:477) [error] Roster$Install: at sun.net.www.http.HttpClient.(HttpClient.java:214) [error] Roster$Install: at sun.net.www.http.HttpClient.New(HttpClient.java:28 7)[error] Roster$Install: at sun.net.www.http.HttpClient.New(HttpClient.java:29 9)[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getNew HttpClient(HttpURLConnection.java:784) [error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(HttpURLConnection.java:736) [error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.connec t(HttpURLConnection.java:661) [error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(HttpURLConnection.java:905) [error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download (Roster.java:417) [error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWor kThread(Roster.java:314) [error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperation sInWorkThread(Roster.java:82) [error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$R osterThread.run(PluginManagerProgress.java:181) This is using Sun's 1.5.0_01 JDK, no firewal and SELinux disabled. It works fine on my upgraded fc4 with the same exact JVM. jEdit was installed using JPackage. Any ideas?
Plugin central updates of 15 Aug - can't see the updates!
Submitted by pallas on Wednesday, 17 August, 2005 - 14:27
Am I the only one not seeing the new batch update?
Plugin manager shows me the usual plugin list, without the new and updated ones. I tried also changing mirror but, as it says, it's downloading the plugin list from plugins.jedit.org so no changes.
Any idea?
Updating / Installin Plugins with 4.3pre2
Submitted by temp on Monday, 15 August, 2005 - 08:25

When trying to install or update plugins with 4.3pre2 I'm getting a "An I/O error occured (Connection refused: connect)" error. Changing the server in the download options doesn't seem to help.

Activity log shows this:

[debug] WorkThread: Running in work thread: [id=142,run=org.gjt.sp.jedit.pluginmgr.PluginManager$2@19d688]
[error] Roster$Install: java.net.ConnectException: Connection refused: connect
[error] Roster$Install:  at java.net.PlainSocketImpl.socketConnect(Native Method)
[error] Roster$Install:  at java.net.PlainSocketImpl.doConnect(Unknown Source)
[error] Roster$Install:  at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
[error] Roster$Install:  at java.net.PlainSocketImpl.connect(Unknown Source)
[error] Roster$Install:  at java.net.Socket.connect(Unknown Source)
[error] Roster$Install:  at java.net.Socket.connect(Unknown Source)
[error] Roster$Install:  at sun.net.NetworkClient.doConnect(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.openServer(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.openServer(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.New(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.New(Unknown Source)
[error] Roster$Install:  at sun.net.www.http.HttpClient.New(Unknown Source)
[error] Roster$Install:  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
[error] Roster$Install:  at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
[error] Roster$Install:  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[error] Roster$Install:  at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install:  at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install:  at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install:  at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:181)

Anything I can do about this? Updating/Installing plugins by hand sucks... Eye-wink

Stephan

Run_Script.bsh - Command not found: runInSystemShell
Submitted by Jeremy van Vlymen on Monday, 1 August, 2005 - 11:43
I am trying to run perl scripts in JEdit but the "Run_Script" macro fails as it reports it can't run the "runInSystemShell" command.

I am only running the Java 2 Runtime Environment Version 1.4.1 (from j2re-1_4_2_08-windows-i586-p-iftw.exe installation) not the Java SDK - does this matter?

How can I test if "runInSystemShell" is available?

Regards

JvV
Problem typing the ^ character on Jedit 4.2
Submitted by m4rgin4l on Saturday, 30 July, 2005 - 02:55
I have a latin-american distribution keyboard (very similar to a spanish keyboard), and I can't type the ^ character (which is produced by typing AltGr+^, or AltGr+^^). Other characters that are typed the same way like ` work just fine. Any ideas?
Windows XP Home SP2 Networking Broken by FTP Saving in jEdit
Submitted by Anonymous on Wednesday, 20 July, 2005 - 19:30

Hi, I've just started using jEdit and I love it (big thanks to the Devs,)! BUT I have a major problem. I have tried with 4.2final and 4.3pre2 beta. My problem is that when using the FTP plugin, after first loading a file from FTP, when trying to save the changes my whole network connection stops dead. jEdit also temporarily hangs, failing to redraw the UI for a while. Pinging my router fails, "ipconfig /renew" does nothing; disconnecting and reconnecting the ethernet cable doesn't work either. Only a reboot will bring the network back up. I have no problems on Win2K, but WinXP home with (for better or worse) all the latest updates is unusable. No problems with other Java apps (though none use FTP functionality), nor with any of my network apps (including other editors with FTP ability). I deleted my Java cache just in case.

JRE is Version 1.5.0 (build 1.5.0_04-b05), I always uninstall JRE's before reinstalling new updates.

I have both a saved activity.log and an ethernet packet log if it would aid anyone. It seems some kind of backup mechanism fails.

Does anyone have any suggestions? The relevant part of activity.log:

[debug] WorkThread: Running in work thread: [id=11,run=org.gjt.sp.jedit.buffer.BufferSaveRequest[index.html (ftp://{removed for security}@www.liparispark.com:21/.users/35/{removed for security}/web/)]]
[debug] ConnectionManager: Thread[jEdit I/O #2,1,jEdit I/O]: Connecting to ftp://www.liparispark.com:21
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 220 ProFTPD 1.2.9 Server (ProFTPD) [83.96.131.50]
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: USER {removed for security}
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 331 Password required for {removed for security}.
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: PASS {removed for security}
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 230 User {removed for security} logged in.
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: PWD
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 257 "/.users/35/{removed for security}" is current directory.
[debug] ConnectionManager: Thread[jEdit I/O #2,1,jEdit I/O]: Connection 2:www.liparispark.com locked
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: TYPE I
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 200 Type set to I
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: PASV
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 227 Entering Passive Mode (83,96,131,50,236,188).
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: sending command: STOR /.users/35/{removed for security}/web/#index.html#save#
[debug] FtpClient: Thread[jEdit I/O #2,1,jEdit I/O]: received response: 150 Opening BINARY mode data connection for /.users/35/{removed for security}/web/#index.html#save#
[debug] ConnectionManager: Closing connection to ftp://www.liparispark.com:21
[debug] FtpClient: Thread[AWT-EventQueue-0,6,main]: sending command: QUIT
[error] ConnectionManager: java.net.SocketTimeoutException: Read timed out
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:50
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:48
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:47
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:40
Hi to all! I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer: wXP-sp1-java:1.4.2_08). It hangs at the end of the progress bar run on the splash screen. Here are the lines around the first error in the activity log: ************** [message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh [debug] String: BeanShell interpreter version 2.0b1.1-jedit-1 [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)] [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864) **************** thank for help Mehmet Okonsar pianist-composer www.okonsar.com mehmet@okonsar.com
User login
Browse archives
« April 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
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
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