jEdit Community - Resources for users of the jEdit Text Editor
Archives
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
Assembler M68000 edit mode (assembly-M68000.xml v0.1 by Igor Lesik)
Submitted by curoles on Tuesday, 27 July, 2004 - 17:59

Updated on 07/27/2004 - 17:59
Downloads: 2502

Is there an ability to view "Procedure" lists (Function Lists in UltraEdit)
Submitted by Anonymous on Wednesday, 28 July, 2004 - 03:11
Community,
I currently use UltraEdit but will want to go over to jEdit on my Linux machine.
In UltraEdit there is a list one can view (similar to the browser list) that one can set up to show the beginning of each procedure. By double clicking on a specific procedure, one is transported to the line in the main editor window.
In UltraEdit it's found on View | View/Lists | Function List.
Is there such a beastie on jEdit or anything similar.
No "Tilde" possible in jEdit
Submitted by Anonymous on Thursday, 29 July, 2004 - 09:10
Hi,
im using jEdit for a few days now and I must say the developers have been doing a really good work on it. But I have a strange problem which makes the editor almost unusable for me: I can't enter the "tilde"-sign (~) in the text window, although it works in all of my other applications.
I'm using version 4.2pre15 on a Debian Sarge system and Java RE 1.4.2.

Any Hints?

Greetings from germany,
Daniel
intelliscence
Submitted by averydarkplace on Thursday, 29 July, 2004 - 19:53
I've used Visual Interdev for many years. I've been using jEdit for the past week. I like jEdit better. But the one thing that I miss from V Interdev, which I find vital, is intelliscence. Intelliscence is when you type in the name of a function and the editor displays a little pop-up of the parameter list. For example, type the word "instr(" and a yellow popup displays this: "instr(start,string,string2,[compare])".
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