jEdit Community - Resources for users of the jEdit Text Editor
Archives
BMK MakeMods Commando (makeMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:49
This commando is used to call makemods for BMK without the hassle of going to a command prompt to do it.
BMK SyncMods Commando (syncMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:50
This commando is used to call syncmods for BMK without the hassle of going to a command prompt to do it.
Code following
Submitted by Anonymous on Tuesday, 11 January, 2005 - 05:55
Is there a way to "goto" a selected method. For instance in foo.java

Bar bar = new Bar();

bar.findThisOne();

is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
SwitchBuffer 2.0pre2 (SwitchBuffer.jar v2.0pre2 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:10
This pre2 version of SwitchBuffer has taken a little bit of a turn in direction from the pre1 release. A number of the features that were added to SwitchBuffer 2.pre1 have been removed and the core of SwitchBuffer has now gone back to its roots and only implements an open buffer switch and a file suffix switch. This keeps the SwitchBuffer core nice and compact without the markers and recent file switch.

The major change in the pre2 release is that SwitchBuffer now implements the jEdit Service API which means that other plugins can provide the data to be viewed in the SwitchBuffer dialog. This opens up a whole load of possibilities for what SwitchBuffer can used for.
Recent Files for SwitchBuffer (RecentFilesForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:36
This plugin provides the SwitchBuffer core with the ability to view recent files. This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out.

This plugin requires SwitchBuffer 2..0pre2
Markers for SwitchBuffer (MarkersForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:40
This plugin provides the SwitchBuffer core with the ability to markers across all open buffers. This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out. This plugin has a few options available in the plugin options dialog.

This plugin requires SwitchBuffer 2.0pre2
ProjectViewer for SwitchBuffer (ProjectViewerForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:44
This plugin provides the SwitchBuffer core with the ability to view all files in the currently selected project within the ProjectViewer plugin.

This plugin requires ProjectViewer 2.0.4 and SwitchBuffer 2.0pre2
SideKick for SwitchBuffer (SideKickForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:59
This plugin provides a the SwitchBuffer core with the ability to view all items in the SideKick tree. I am currently updating this plugin to allow the user to filter the information that comes from the SideKick tree based on the edit mode. This will be in the next release.

This plugin requires SideKick 0.3.1
jEdit Actions for SwitchBuffer (JEditActionsForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 11:05
This plugin provides the ability to execute any jEdit action pretty much like the jEdit action bar.
jEdit EditPanes for SwitchBuffer (JEditEditPanesForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 11:13
This is a bit of a silly example that provides SwitchBuffer with a list of files in different jEdit EditPanes (ie when the user has their view split). If all splits are displaying the same file then nothing will be displayed in the SwitchBuffer dialog, otherwise selecting a file from the list will give focus to that editpane.
this has gotta be pilot error, but... help?
Submitted by raz on Tuesday, 11 January, 2005 - 16:46
I have jedit 4.2 final running on XP and all is well.. except that the console plugin doesn't seem to allow me to specify a compiler for a C file. I cannot find where in the global options to map a compiler to mode, and under the plugin-options the only compilers that I can select for the C mode is ant, diff, hugs, java, javac, jikes, jmk, latex, openjade HTML, openjade PDF, and yap...

what am I missing? (beside the obvious).

all help appreciated.

-rz.
For all how are wondering, why it is so quiet here...
Submitted by Anonymous on Tuesday, 11 January, 2005 - 22:04
I just realized that most communication is done via the mailing-lists.

Regards,
Thomas
Bracket matching in syntax highlighting
Submitted by assaph on Wednesday, 12 January, 2005 - 01:31
Hi,

To support Ruby features of code-within-strings, will it be possible to have bracket matching in the syntax highlighting?

e.g.

there's no problem with:
"some text #{ embedded code evaled to string}"
but this will confuse the parser:
"some text #{ "#{code in string within code}" if condition }"
the parser will terminate the first opening bracket with the first closing one, regardless of the nested scope.

Cheers and thanks for a great editor,
Assaph
Folding Lines ?
Submitted by Anonymous on Wednesday, 12 January, 2005 - 18:05
How do i enable the lines in the text area between { and } in this screenshot: http://jedit.org/index.php?page=screenshot&image=29

Thanks in advance
I/O Error (Network is unreachable)
Submitted by Anonymous on Wednesday, 12 January, 2005 - 18:10
I can connect to the network to download the plugin list, etc.

However when I goto actually install a plug in, I get the error:

An I/O error occurred (Network is unreachable)

Please advise how to fix this problem. Java config issue maybe? Thanks. Log output below:

[message] jEdit: Startup complete [notice] jEdit: Loading edit mode /usr/local/share/jedit/4.2/modes/text.xml [debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=Untitled-1 (/usr/share/java/)] [debug] EditBus: BufferUpdate[what=LOADED,view=null,source=Untitled-1 (/usr/share/java/)] [debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=jEdit-version.txt (http://www.jedit.org/)] [debug] EditBus: BufferUpdate[what=LOADED,view=null,source=jEdit-version.txt (http://www.jedit.org/)] [debug] WorkThread: Running in work thread: [id=5,run=org.gjt.sp.jedit.pluginmgr.PluginManager$2@1dcc4cd]

[error] Roster$Install: java.net.SocketException: Network is unreachable

[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) [error] Roster$Install: java.net.SocketException: Network is unreachable [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)

Nuvola 1.0 based Icon Set (icons.zip v1.0 by mapo)
Submitted by mapo on Thursday, 13 January, 2005 - 13:01
Nuvola 1.0 (http://www.icon-king.com/) based Icon Set. See the README for installation instructions.
Redefining Control+R and Control+E
Submitted by Anonymous on Friday, 14 January, 2005 - 19:30
Is there anyway to redefine these shortcut keys? It won't let me in the global options > shortcuts menu.

Thanks
java.home problem
Submitted by di97mnu on Saturday, 15 January, 2005 - 23:39
Hi!
I have a problem. When i choose som "sub option" fron JCompiler plugin options I'll resive an error message that says something like: Cannot start jcompiler.JCompilerPlugins$ToolsJarNotFoundException
.
.
.
Your java.home is C:\Program Files\Java\jre1.5.0
.

why is my java.home referd to jre1.5.0 and not to my j2se install dir?

//Marcus
Minimize of last buffer close plugin
Submitted by Anonymous on Monday, 17 January, 2005 - 10:16
I used to like the feature of Programmer's File Editor whereby it would minimize when the last file was closed, so I quickly knocked up a plugin to do this in jEdit. I don't think it deserves a plugin of its own in the repository, but if someone wants to add it to a general purpose plugin, feel free. The support files are as basic as they can get, so I'll not include them here. The source is:
/*
 * MinOnClosePlugin.java
 * Copyright (C) 2005 Matt Plumtree
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

import org.gjt.sp.jedit.jEdit;
import org.gjt.sp.jedit.View;
import org.gjt.sp.jedit.EBMessage;
import org.gjt.sp.jedit.EBPlugin;
import org.gjt.sp.jedit.msg.BufferUpdate;
import java.awt.Frame;

/**
 * The MinOnClose plugin
 *
 * @author Matt Plumtree
 */
public class MinOnClosePlugin extends EBPlugin
{
	public void handleMessage(EBMessage message)
	{
		if (message instanceof BufferUpdate)
		{
			BufferUpdate bu = (BufferUpdate)message;

			if (bu.getWhat() == BufferUpdate.CLOSED)
			{
				View v = bu.getView();

				if (v != null && jEdit.getBufferCount() == 0)
				{
					// Minimize when last buffer closed.
					v.setExtendedState(Frame.ICONIFIED);
				}
			}
		}
	}
}
Organization against religious persecution http://www.har-tzion.com
Submitted by Billy Grand on Tuesday, 18 January, 2005 - 00:15
Organization against religious persecution http://www.har-tzion.com
User login
Browse archives
« January 2005 »
MoTuWeThFrSaSu
 
2
16
19
 
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