jEdit Community - Resources for users of the jEdit Text Editor
Archives
Cannot startup jEdit
Submitted by Anonymous on Thursday, 13 May, 2004 - 01:00
Hi i installed jedit a few days ago to try out a bunch of text editors to see which one i like the best, shortly afterwards i uninstalled them all and decided on jedit, when i tried to reinstall it it now gives me an error every time i try to start it up which says:

Cannot launch java application:
Uncaught exception in main method: java.lang.ClassCastException

Im using panther 10.3 and it originally worked very well, now it dosnt Sad

I really dont wanna have to reinstall just to get jedit working again...

Thanks
Shortcuts problem
Submitted by Krzysztof Nowak on Thursday, 13 May, 2004 - 08:48
Hello,

I have defined keyboard shortcut: CS+d f
which does something.
It works fine, but only when I have Caps Lock disabled. Shortcuts should work
also when Caps Lock is enabled.

I have Windows XP Polish nad jEdit 4.1final, JRE 1.4.2_04.
Problem with plsql comments with sql plugin
Submitted by cybor on Thursday, 13 May, 2004 - 12:21
Hi there,

I'm using Jedit 4.1 final and SQL plugin (0.97), when using comments like this
/**
comment goes here
*/
in the plsql code the execution of the buffer failes on the / character (flush buffer ?), does anybody know how to resolve this ? I'm using pldoc to generate javadoc style documentation so I need the /** */ comments instead of --

Thanks

Luc
Console Plug-in: compilers/interpreters
Submitted by Anonymous on Friday, 14 May, 2004 - 04:17
I'm desperately trying to get the Console plug-in to complile/run TCL scripts in the current buffer. In the Utilities, Global Options, Console, Compile & Run window it lets me choose a compiler and interpreter but TCL is not one of the compilers in the list offered.

How can I get the Console plug-in to use the TCL compiler/interpreter installed on my machine?

Thanks,

CJ
Faster startup
Submitted by Anonymous on Friday, 14 May, 2004 - 08:10
(I know about the background mode.) If JEdit could be faster at startup it would be great. Maybee something to try could be SwingWT at https://sourceforge.net/projects/swingwt.
More actions
Submitted by Brad Mace on Friday, 14 May, 2004 - 19:04
more actions should be defined
Buffertabs unsorted
Submitted by Anonymous on Saturday, 15 May, 2004 - 00:11
Hello all,
i use Buffertabs plugin, but i would want to know if there is a way to prevent it to alphabetically order the tabs.
I would want the tabs to keep the order in which I opened them.
I know i can drag'n'drop the tabs to re-order them. But if i open another buffer, the tab will be inserted in middle of the others tabs instead of just being "appened" at the end.

In fact i only want the new tabs to be appened at the end.
I've looked into the options but i didn't saw anything about this (me blind ?).

Maybe there is another plugin doing this already but i don't know it :/

I'm not scared of changing the plugin's source to feet my needs if needed.

I hope you can help me.
jEdit 4.2pre13 now available
Submitted by slava on Saturday, 15 May, 2004 - 01:15
jEdit 4.2pre13 is now available for download. This release fixes the infamous ClassCastException on startup, as well as a number of other bugs.
short cut keys for hopping between open documents
Submitted by blc1 on Monday, 17 May, 2004 - 13:18
Is there a short cut keys available for hopping between open documents when the screens are split? In many editors, I can use control and tab keys to do that.

Thanks
Daniel
Insert a page break?
Submitted by Anonymous on Monday, 17 May, 2004 - 18:26
Is there a way to insert a page break (for printing) other than using the character map plugin to insert the ascii character?

Thanks.

David
Save error
Submitted by Anonymous on Monday, 17 May, 2004 - 21:02
Often when I try to save my file (normal txt file at least) I get the response:
Cannot save: java.io.IOException: Rename failed: C:\blabla
So when this happens I have to do Save as and then give it a new name. Very disturbing.
Why is this happening, please help me...
/Peter
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
User login
Browse archives
« May 2004 »
MoTuWeThFrSaSu
 
4
8
16
23
24
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   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