jEdit Community - Resources for users of the jEdit Text Editor
Archives
Clear Hypersearch Results Macro (Clear_HyperSearch_Results.bsh v1.0 by Lee Turner)
Submitted by lturner on Friday, 16 July, 2004 - 10:19
Beanshell macro to clear all the hypersearch results from the hypersearch window.
Themepacks and/or skins? - Look and feel plugin
Submitted by dave_mwi on Friday, 16 July, 2004 - 15:49
Maybe I'm missing something here...but I can't seem to get any theme packs to work. I've downloaded a couple if themes...I think. I've gone to http://javootoo.l2fprod.com/ and downloaed some zip files for different themes and tried to load them throgh the Look and Feel plugin, restarted the application, but I never get any changes...am I doing something wrong?? Maybe not downloading the right files...It seems a little confusing as to which zip files I should be downloading from some of these theme sites...thanks for your help.
cut-paste as a stack
Submitted by kukuk on Friday, 16 July, 2004 - 23:51
I would like to be able to whenever i cut a whole line it goes on a stack, i can then easily cut-pase several places in the code as everything goes on the stack rather than being a register which only can contain a single value.

The cool CygnusEd under the amiga had this functionality using amiga-l and amiga-k if my memory serves me right Eye-wink
jEdit 4.2 release candidate now available
Submitted by slava on Saturday, 17 July, 2004 - 20:27
jEdit 4.2pre15 is now available. This will be the last pre-release before 4.2final. Please report bugs!
Logic Scheme (Logic.jedit-scheme v1.0 by Charles Dominguez)
Submitted by cfd on Sunday, 18 July, 2004 - 03:44
This scheme attempts to logically assign colors based on functionality. Similar syntax elements are given similar colors. For example, keywords are assigned shades of blue, and comments shades of gray. Colors are chosen to be aesthetically pleasing in all edit modes while still being distinctive. Choices were made with human color perception in mind, with a goal of minimizing eyestrain over long coding sessions. Designed for both 4.1 and 4.2.
how to add reference of other api manuals from within a zip file to jedit help window?
Submitted by Anonymous on Sunday, 18 July, 2004 - 08:52
Hi,
Is there a way to add the references to manuals of other softwares - such as jdk api - so that the documentation can be loaded from a zip file into the jedit help window. i know that unziping the manual into jedit/doc/api folder along with a simple xml file does the job. However, its a criminal waste of space to unzip the manual (help files).

Thanks,

Salgavkar
how to add reference of other api manuals from within a zip file to jedit help window?
Submitted by Anonymous on Sunday, 18 July, 2004 - 08:55
Hi,
Is there a way to add the references to manuals of other softwares - such as jdk api - so that the documentation can be loaded from a zip file into the jedit help window. i know that unziping the manual into jedit/doc/api folder along with a simple xml file does the job. However, its a criminal waste of space to unzip the manual (help files).

Thanks,

Salgavkar
how to add reference of other api manuals from within a zip file to jedit help window?
Submitted by Anonymous on Sunday, 18 July, 2004 - 08:56
Hi,
Is there a way to add the references to manuals of other softwares - such as jdk api - so that the documentation can be loaded from a zip file into the jedit help window. i know that unziping the manual into jedit/doc/api folder along with a simple xml file does the job. However, its a criminal waste of space to unzip the manual (help files).

Thanks,

Salgavkar
how to add reference of other api manuals from within a zip file to jedit help window?
Submitted by Anonymous on Sunday, 18 July, 2004 - 08:58
Hi,
Is there a way to add the references to manuals of other softwares - such as jdk api - so that the documentation can be loaded from a zip file into the jedit help window. i know that unziping the manual into jedit/doc/api folder along with a simple xml file does the job. However, its a criminal waste of space to unzip the manual (help files).

Thanks,

Salgavkar
How about a line sorter ...
Submitted by klaxon62 on Monday, 19 July, 2004 - 10:06
How about a line sorter ...
Given a set of lines or records, say tab delimited, sort the selected or all buffer lines based on at least the first field. Optionaly, sort on other fields. Better yet, sort on multiple criteria...

Something like this would be really sexy for some of what I do regularily. I can imagine it being handy for people who work with log files, CSV imports, 3rd party software imports and output, etc.
New install gives me MRJ error
Submitted by Anonymous on Tuesday, 20 July, 2004 - 05:52
Hi, I've just installed jedit on an up to date install of OS X, and everytime I run JEdit I get "Mac OS Plugin requires a newer version of Java (MRJ 3.2).

What does this mean? and what effects does it have?

TIA,
Mark
BufferTabs disappear
Submitted by ApeHanger on Tuesday, 20 July, 2004 - 10:26
Hi,

maybe someone can help Smiling

A Kolleg of mine is using jEdit4.2pre15 too Smiling on a SuSE Linux 9.0 with sdk1.5.0b2. When he uses the JDiffPlugin 1.4.1 and the buffer splits there are only on the left buffer the BufferTabs visible. And when he unsplits the buffer, all BufferTabs disappear.

On my System i have no problems. And I installed for him in the same path, i copied my jars from $jedit/jars/ and we set up a fresh settings-Directory for him. But nothing works.

Any ideas?

.Ape
Oracle driver - bad package name
Submitted by no13 on Wednesday, 21 July, 2004 - 11:49
In Oracle.java, line 13: super("Oracle", "oracle", "oracle.jdbc.Driver.OracleDriver"); need correct (see content file classes12.zip) super("Oracle", "oracle", "oracle.jdbc.driver.OracleDriver");
McKoi, HSQL Database Engine
Submitted by no13 on Wednesday, 21 July, 2004 - 11:53
Please, add support for this databases.
AntFarm cannot locate tools.jar
Submitted by Anonymous on Friday, 23 July, 2004 - 01:33
I got the following message when installing
Ant:

AntFarm cannot locate tools.jar
The tools.jar archive cannot be located by AntFarm.
This will cause problems when trying to use the
modern and classic compiler in build scripts. If you
want AntFarm to work properly, please configure jEdit
to run with a Java Development Kit (JDK), not the
Java Runtime Environment (JRE).
View the Activity Log for more details.

From the Activity.Log, I found jedit is looking in
jre1.5.0/bin.

So, how do I tell jedit to look at jdk1.5.0/lib.
I checked the registry, I found the key Install_Path
has this value. Is this the registry-key whose value
I need to change.


Thanks

Ram
Wrapping selected text by command
Submitted by Anonymous on Friday, 23 July, 2004 - 08:06
Hi, how can I insvruct jEdit
to wrap a selected (i. 300 chars long line) at a specific or some kind of usual column number?

It's not an automatic wraping at the view-layer that I want. I want to get \n-s inserted at for example every 80th character or better at each blank whose column# is > 80

does there exist such a command or does anyone has a macro for that?
Where can I find a collection of macros?
i18n problem loading buffer on startup
Submitted by Anonymous on Saturday, 24 July, 2004 - 02:49
Hi, I'm using jEdit 4.2pre14 on a japanese Windows XP computer. The problem is as follows; When i start jedit the buffer come empty and the japanese characters in the file path are replaced with ?? The problem might come from java since I'm using preview version 1.5. Thanx in advance
Error when using Project Viewer plugin
Submitted by sramakrishnan on Saturday, 24 July, 2004 - 23:30
I am using jedit 4.1 on XP.

Plugins -> Project Viewer -> Create Project gives the error shown below.

Thanks

Ram

java.lang.NoClassDefFoundError: org/gjt/sp/jedit/PluginJAR
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2170)
at java.lang.Class.getDeclaredMethod(Class.java:1712)
at bsh.Reflect.findAccessibleMethod(Unknown Source)
at bsh.Reflect.invokeMethod(Unknown Source)
at bsh.Reflect.invokeStaticMethod(Unknown Source)
at bsh.Name.invokeMethod(Unknown Source)
at bsh.BSHMethodInvocation.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BshMethod.invokeDeclaredMethod(Unknown Source)
at bsh.BshMethod.invoke(Unknown Source)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source)
at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2167)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5465)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3089)
at java.awt.Component.processEvent(Component.java:5230)
at java.awt.Container.processEvent(Container.java:1961)
at java.awt.Component.dispatchEventImpl(Component.java:3933)
at java.awt.Container.dispatchEventImpl(Container.java:2019)
at java.awt.Component.dispatchEvent(Component.java:3781)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4205)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3885)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3815)
at java.awt.Container.dispatchEventImpl(Container.java:2005)
at java.awt.Window.dispatchEventImpl(Window.java:1764)
at java.awt.Component.dispatchEvent(Component.java:3781)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Hypertext Link (Hypertext_Link.bsh v0.1 by Vojtech Broz (vojtech.broz@email.cz))
Submitted by xbrov01 on Monday, 26 July, 2004 - 10:43
This BeanShell macro creates an HTML anchor (<A HREF="">...</A> tag) for a URL selected in a buffer. Also gets the HTML page title from the web and puts it into the tag body. Requires the jTidy plugin.
CodeBrowser
Submitted by didiergm on Tuesday, 27 July, 2004 - 15:17
Hello,

Is there a way to sort the function/variables ... list in a case insensitive manner ?

Thanks in advance
Didier
User login
Browse archives
« July 2004 »
MoTuWeThFrSaSu
 
4
14
17
22
25
 
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   108250
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309