jEdit Community - Resources for users of the jEdit Text Editor
Archives
SQL Plugin Load object
Submitted by Anonymous on Tuesday, 18 May, 2004 - 06:27
Hello !
Using Jedit 4.2 pre13 and sql 0.98 with jdk 1.4 on Oracle 9i ;
when I try to load the object I receive a blank window !
The execute buffer runs well !
Any help ?

Olivier
Install errorlist manually
Submitted by Anonymous on Tuesday, 18 May, 2004 - 08:50
hi, I have a problem to install the plugin errorlist.

operating system: mac osx panther (10.3.3)
software: jedit version 4.12pre13

I cant download the plugin from the software. now, I downloaded it from www.jedit.org. I got a folder called "ErrorList". I put the file "ErrorList.jar" in the jEdit 4.2pre13/jars-folder. what do I have to do with the rest of the ErrorList-folder? In software, I can see the errorlist but it shows no errors.

does somebody now an answer? It would just be great.

Thank you very much for your help.

Simone Baumgartner
Install errorlist manually
Submitted by Anonymous on Tuesday, 18 May, 2004 - 08:50
hi, I have a problem to install the plugin errorlist.

operating system: mac osx panther (10.3.3)
software: jedit version 4.12pre13

I cant download the plugin from the software. now, I downloaded it from www.jedit.org. I got a folder called "ErrorList". I put the file "ErrorList.jar" in the jEdit 4.2pre13/jars-folder. what do I have to do with the rest of the ErrorList-folder? In software, I can see the errorlist but it shows no errors.

does somebody know an answer? It would just be great.

Thank you very much for your help.

Simone Baumgartner
JSwat doesn't resolve line numbers if compile with AntFarm, but does so with JCompiler
Submitted by PauloSargaco on Tuesday, 18 May, 2004 - 09:12
Hi there.

Does anyone know why this could happen?

So more info to better get the picture:
I have jEdit 4.1 Final, JSwatPlugin 1.5.3, JCompiler 1.5.0 and AntFarm 1.3.1 (AntHelper 0.8.2). JCompiler is using javac from Java 2 SKD 1.4.2 and in my build file used by AntFarm, I'm including
fork="true" executable="C:\j2sdk1.4.2_04\bin\javac.exe"
compiler="javac1.4">

What happens is that, if I compile using AntFarm, JSwatPlugin (and the standalone version of JSwat also) can't resolve the line numbers. However, when I compile using JCompiler, JSwat works fine.

Does anyone know what am I doing wrong?

Cheers.

Paulo
how to assign shortcuts to user-defined actions?
Submitted by uhuebner on Tuesday, 18 May, 2004 - 10:17
Hello,

I have two questions.

1. I want to set the edit mode (highlighting) to pl-sql with a shortcut. Entering buffer options and scrolling down to the edit mode is a bit laborious.
How can I do this? I found out that I can do this by entering "buffer.mode=pl-sql" in the action bar. So I think i must be possible to create an action with it an assign a shortcut to it. But I have no clue how to do this and the help is a bit confusing.

2. Almost the same as the above. I want to insert text templates using shortcuts. Right now I use "abbreviations" or the Template plug-in but it would be much faster if I could use shortcuts (e.g. ALT+number). Is it possible to assing shortcuts to certain templates?

Can anybody help me out?
Kind regards
uhuebner
buffer selection / beep disabling
Submitted by Andrea Treccani on Tuesday, 18 May, 2004 - 14:39
I started from yesterday using Jedit 4.1 final on my Linux platform and I really think this is the best free multiplatform editor you can find today.
I have just two little problems:

- I don't understand how to change the default "buffer selection" bar (I mean the bar showing the opened files) into a multi button bar (a button for each file). I know this is possible because I saw some screenshot showing Jedit configured in that way, but I still don't find the configuration option for this purpos.
- I would like to disable PC beeping when I try to go over limits with cursor (for example I have a beep when cursor is in the home corner and I push up arrow key). Is possible to disable this annoying feature mofifying some option?

Thanks in advance to anybody would help me.
Copying SQL Result Set SQL Plugin
Submitted by Anonymous on Wednesday, 19 May, 2004 - 08:54
The copy function tab or csv on the sql plugin seems not to work.

[error] AWT-EventQueue-0: java.lang.NullPointerException
[error] AWT-EventQueue-0: at sql.ResultSetWindowPopup$CopyActionHandler.actionPerformed(Unknown Source)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
[error] AWT-EventQueue-0: at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
[error] AWT-EventQueue-0: at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
[error] AWT-EventQueue-0: at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
[error] AWT-EventQueue-0: at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
[error] AWT-EventQueue-0: at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
[error] AWT-EventQueue-0: at java.awt.Component.processMouseEvent(Component.java:5134)
[error] AWT-EventQueue-0: at java.awt.Component.processEvent(Component.java:4931)
[error] AWT-EventQueue-0: at java.awt.Container.processEvent(Container.java:1566)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Component.java:3639)
[error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.java:1623)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3480)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
[error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
[error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.java:1609)
[error] AWT-EventQueue-0: at java.awt.Window.dispatchEventImpl(Window.java:1590)
[error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3480)
[error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
CodeBrowser in Mac OS X
Submitted by Juan Fonseca on Thursday, 20 May, 2004 - 03:56
Is there a binary for exuberant ctags for Mac OS X. Sourceforce.net has the source with a make file for CodeWarrior but I do not have it. I have GCC.

Thank You
Juan
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
XSLT and Java 1.4
Submitted by Anonymous on Thursday, 20 May, 2004 - 21:56
I tried following the directions to enable the XSLT plugin to work with Java 1.4
I moved xalan.jar, xercesImpl.jar and xmlParserAPIs.jar to
C:\Program Files\jEdit\jars\endorsed and added the directory to the jedit startup as follows

"C:\j2sdk1.4.2_03\bin\javaw.exe" -mx96m -Djava.endorsed.dirs="C:\Program Files\jEdit\jars\endorsed" -jar "C:\Program Files\jEdit\jedit.jar"

The problem is that I get failures for XML.jar and XMLIndenter.jar due to dependencies.

Activity Log output:

[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xercesImpl.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xmlParserAPIs.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XmlIndenter.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xalan.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.


Do I need multiple copies of the jars? Can I fix the dependencies?

I'm using jedit 4.2pre13

[message] Log: java.version=1.4.2_03
[message] Log: java.vm.version=1.4.2_03-b02
[message] Log: java.runtime.version=1.4.2_03-b02
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: java.home=C:\j2sdk1.4.2_03\jre
[message] Log: java.class.path=C:\Program Files\jEdit\jedit.jar
[notice] jEdit: jEdit version 4.2pre13
[message] jEdit: jEdit home directory is C:\Program Files\jEdit
Increasing JVM memory when launching jedit under OS X?
Submitted by Anonymous on Friday, 21 May, 2004 - 01:04
I am launching jEdit 4.13 from the dock - what do i need to edit to cause jedit to run with a larger RAM allotment (OS 10.3)?

In the jEdit help files it is stated:
"One solution that often works is to set or increase the allocation of memory to the heap for Java objects created by the Java Virtual Machine in which jEdit is running. Add the command line option -mxXXm to the options passed to the version of the Java application loader you are using (such as java, java.exe or javaw.exe). In place of the XX in the option, use a multiple of 16 between 32 and 128. If you already are using the option, increase the numeric portion of the -mxXXm parameter in increments of 16. Many users have good results using 48 or 64, but you should try different values for the best result on your installation."

...how do i apply this to OS X? I tried some edits to info.plist within the package, but i must have got the syntax wrong because jedit would no longer launch.

- Rhett
A Neater jEdit icon for Windows (jedit.ico v1.0 by Anthony Roy)
Submitted by antroy on Friday, 21 May, 2004 - 15:01
A version of the default jEdit icon, but with the white surplus around the edges trimmed away. Includes 32x32 and 16x16 images.
Mandrake 9.2 jEdit4.2pre5.1jpp does not run
Submitted by jaction on Saturday, 22 May, 2004 - 18:15
I can install jEdit from the RPM from Mandrake with no problem: no dependency errors, everything just fine.

I have java in /usr/java/j2re1.4.2_04/
PATH=$PATH:/usr/java/j2re1.4.2_04/bin
JAVA_HOME=/usr/java/j2re1.4.2_04
CLASSPATH=$JAVA_HOME/lib

But, when I run jEdit in the term I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: error:

Any help?
Tags: no tags shown ('tags' not read?)
Submitted by malyvelky on Saturday, 22 May, 2004 - 20:07
PROBLEM: Tags Plugin behaves like there were no tags file:

The command (clicked in the menu) "Tag Stack" shows only an empty window, though I:
- did run ctags on my .php file which did produce 'tags' with approrpiate content
- did set in the plugin option Tag Index File Paths to "tags" and "C:\myphpproject\tags"

Why is that? It seems it completely ignores the file. The activity log says:

[debug] TagFiles: added tag file: TagFile path=C:\myphpproject\tags, enabled=true, currentDirIndexFile=false
[debug] TagFiles: added tag file: TagFile path=tags, enabled=true, currentDirIndexFile=true
[debug] TagsOptionsPanel: [x] C:\myphpproject\tags
[debug] TagsOptionsPanel: [x] tags

What's wrong/how to find it out? Thank's for any advice! Kuba

Info: jEdit4.2pre7, Win 2000, java version "1.4.2_01"
PS: Code Browser works well.
How to run cat() with EvaluatSelection?
Submitted by Anonymous on Monday, 24 May, 2004 - 06:56

In the BeanShell-Console I run cat("path/to/my/text") and it worked fine. But when I run the same command with Utilities>BeanShell>EvaluateSelection I get the error:

Sourced file: : Attempt to invoke method: print() on undefined variable or class name: output : at Line: 1 : in file: : cat ( "/home/gerd/temp/replace.txt" ).

What went wrong?

Thanks in advance,
Gerd

show ASCII-Value of character at current cursor position
Submitted by uhuebner on Monday, 24 May, 2004 - 11:35
Is it possible to show the ASCII-Value of the character at the current cursor position? I often have special control characters in the files I edit. And I need a quick way to see what characters that are. I'm no programmer but it doesn't sound too complicate to do.

Kind regards
uhuebner
Digest Version of Forums?
Submitted by Sparhauk on Monday, 24 May, 2004 - 21:48
Does anyone know if there is a way to get a digest of the items in the forum? It takes about 15-30 seconds for any link that I click on to load. This is ok for reading one or two items, but for search for an answer before asking it, it's rather tedious.
Look and Feel Isn't Working... what am I doing wrong?
Submitted by Anonymous on Tuesday, 25 May, 2004 - 00:37
I followed the directions and d/l a new theme pack (aqua), but it's not changing a thing when I choose it and the path in the plugin options. Is it not compatible with the pre13 version? I'm running XP and have the latest Java runtime as recommended by the documentation.
displaying runtime errors in console
Submitted by ganders on Tuesday, 25 May, 2004 - 06:50
hi

if a runtime error ocurrres while running a java-applet, where is the error reported? isn't this supposed to happen in the console, just like the errors of java-applications? i just can't find it...

tx for any help or suggestion!
custom icon loading
Submitted by happy on Tuesday, 25 May, 2004 - 17:58
Hello!
Custom icon loading for the:
  • blue_disk.gif
  • normal.gif
  • dirty.gif
files not working in the latest (4.2 pre 13) beta version.
User login
Browse archives
« May 2004 »
MoTuWeThFrSaSu
 
4
8
11
16
23
29
 
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