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
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
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])".
changing colors of the dock panels
Submitted by
paulflory on
Friday, 30 July, 2004 - 15:31
Anyone know how to change the default colors of the docking area? (File System Browser, HyperSearch Results, etc)
The colors in general are fine, but the thing that bothers me is that the *selected* panel does not stand out very clearly on my laptop display, which is what I use for work. So it's difficult to tell which panel to click to close down the docking area.
In a nutshell, there's poor contrast between the unselected and selected docks.
Thanks for any tips,
Paul
optionPane and properties
Submitted by Anonymous on Friday, 30 July, 2004 - 18:14
How to tell jEdit to immediately write a property to the properties file, before clicking the apply or ok button of the optionPane?thanks
Jeff
changing colors of the dock panels
Submitted by Anonymous on Friday, 30 July, 2004 - 20:34
Anyone know how to change the default colors of the docking area? (File System Browser, HyperSearch Results, etc)
The colors in general are fine, but the thing that bothers me is that the *selected* panel does not stand out very clearly on my laptop display, which is what I use for work. So it's difficult to tell which panel to click to close down the docking area.
In a nutshell, there's poor contrast between the unselected and selected docks.
Thanks for any tips,
Paul
hypersearch results window--can fontsize be increased
Submitted by
mchunkat on
Saturday, 31 July, 2004 - 06:43
Am a total jedit newbie...Found it to be much faster than expected...wanted to know whether there is any way to increase the fontsize of results in the hypersearch results window. My eyesight is not what it used to be...thanks in advance.
Mohan Chunkath
ChangeLog Edit Mode (changelog.xml v1.00 by Null Flux)
Submitted by
Null Flux on
Sunday, 1 August, 2004 - 05:04
Significantly more detailed than the previously posted ChangeLog mode. It closely mimics how Vim colors ChangeLog files.
2 questions - folding and opened files
Submitted by
diabl0 on
Sunday, 1 August, 2004 - 10:06
I have 2 questions about jEdit.
1: How to configure jEdit that it can fold sourcecode betwen { and } (or other configured chars/strings)... for example code looks like that:
function gen_new_size($old_x, $old_y, $new_x, $new_y) {
$gen_x = $new_x;
$scale = $old_x / $new_x;
$gen_y = intval( round( $old_y / $scale ) );
return array($gen_x, $gen_y);
}
and now i want to fold it to:
function gen_new_size($old_x, $old_y, $new_x, $new_y) { [4 lines]
}
------------------------
2: I usualy working o multiple files (5-10), and in prewious versions of jEdit, when i quit jedit and then launch it again, all opened files was still opened. Now, when i close and reopen jedit, it starts with blank file.
What/where is option to force jEdit to keep opened files open after reopen?
source code de-comment
Submitted by Anonymous on Sunday, 1 August, 2004 - 12:45
I really enjoy the built in command for source code line comment.
it would be great to have a source code line de-comment command.
or even - a source code line comment toggle command.
thanks
Copy or Cut Lines Containing
Submitted by
tflight on
Sunday, 1 August, 2004 - 17:52
Hello, I'm new to jEdit coming from BBEdit. BBEdit had functions called "Copy Lines Containing..." and "Cut Lines Containing...". I can't find that jEdit has a similar function, does it exist?
For those that are not familiar with those functions here is an example. Take the following text file:
bananas, apples, oranges, grapes
apples, bananas, grapes
oranges, grapes
bananas, oranges, apples, grapes, kiwi
If you choose the "Copy Lines Containing..." function and specify 'bananas' as your query your clipboard will be set with the following
bananas, apples, oranges, grapes
apples, bananas, grapes
bananas, oranges, apples, grapes, kiwi