jEdit Community - Resources for users of the jEdit Text Editor
LookAndFeel 1.1 with jEdit 4.2final -- "Cannot start...Unsupported major.minor" -- "Try updating..."
Submitted by Phrawm48 on Wednesday, 29 March, 2006 - 22:18
jEdit 4.2final, LookAndFeel plugin version 1.1, JRE 1.5.0_06.

Both the jEdit Plugin Manager and the the LookAndFeel plugin page (http://plugins.jedit.org/plugins/?LookAndFeel) tell me:

- Version 1.1 of LookAndFeel is the latest, greatest version

- Version 1.1 is intended for use with jEdit 4.2final

Despite this, if I install LookAndFeel 1.1 I receive the following "Plugin Error" message box when I start jEdit 4.2:

C:\Program Files\jEdit\jars\LookAndFeel.jar:
"Cannot start: java.lang.UnsupportedClassVersionError: lookandfeel/LookAndFeelPlugin (Unsupported major.minor version 49.0)
Try updating to a newer version of the plugin.

But as best I can tell there is no newer version of the plugin.

Any ideas?

Cheers & thanks,
Ric
SFO
Console : where are the error patterns ?
Submitted by Baldurien on Friday, 24 March, 2006 - 18:19
Hi,

I just installed the last version of the Console plugin, and *pouf* : no more pattern for the error list! So when I run my make command, I don't have the error in the error list (which is practic when with C++ ...)

I don't want to rewrite them all, so I decided to desinstall Console, and reinstall it, but since it seems that the pattern are not even in the release :/

What could I do?
perlsidekick - especially for the author
Submitted by cvicari on Wednesday, 22 March, 2006 - 12:04
Hi everybody,
I installed the latest version of PerlSideKick in jedit 4.2final, using the plugin manager.
But, after installation, it claims that SideKick >= 0.5 is needed, while SideKick 0.5 claims that it needs at least jedit4.3pre3.
I guess that we need either to change dependencies handling, or simply the requirements for PerlSideKick.
problems rebuilding clipper jar
Submitted by jesseainskeep on Saturday, 18 March, 2006 - 21:36
Ok, I followed the directions, made a new clip library, added it to the jar file and all that stuff.

Now, I think my problem is that I just need to rebuild the jar file.

Can someone tell me how to do this. I tried with NetBeans, and the visual basic suite, neither will do it for me.

What am I doing wrong?

Thanks in advance.
Magically matching caret on new SideKick Plugin with SideKickTree nodes
Submitted by mabushadi on Friday, 17 March, 2006 - 21:52
Hello,

I've been working on a SideKick extension parser (for FOCUS code) and was successful in adding Assets to the SideKick tree using SideKickParsedData. Clicking on the SideKickTree will make the caret jump fine to the right place in the textarea. But I can't get the reverse to happen. I can't click on the code buffer and have the SideKickTree adjust to the right node. Just how do you achieve that magic?

Your guidance is greatly appreciated.
Thanks and regards
Choose and insert file path and name to hyperlinks
Submitted by philaweb on Tuesday, 14 March, 2006 - 12:51
Hi,

I am new to this forum and to JEdit plugin's as well.

Is there a plugin avialable for download with the functionality of choosing and inserting a file path and file name to hyperlinks?

Well, it is the only tedious thing about the plain JEdit version, that I have to type all file paths and names manually.

TIA
XML Plugin: Updated Ant Completion
Submitted by Stillglade on Tuesday, 21 February, 2006 - 16:20
The Ant code completion when editing a build.xml file is currently outdated (based on Ant 1.5). This functionality is driven by the ant-complete.xml file found in the XML Plugin (a sort of DTD for Ant). I created an Ant task that when run will generate an updated ant-complete.xml based on the version of Ant used when running the task (it uses the Introspection Helper to see all available task/types and their attributes/sub-elements). I created a patch for the build.xml of the XML Plugin so that when built, it will also update the ant-complete.xml file as part of the build. This will keep this file from getting out of date in future releases of the XML Plugin (assuming that new versions of Ant are used when building for a release). Also, this is useful for those who wish to build the plugin themselves as it will allow them to use Ant code copletion with their specific types and tasks which may be added to their local Ant installations.

I recently created a bug report which has these changes attached - http://sourceforge.net/tracker/index.php?func=detail&aid=1432414&group_id=588&atid=565475
TextMate snippets importing
Submitted by delackner on Monday, 13 February, 2006 - 07:36
SuperAbbrevs is a plugin that has functionality similar to Textmate's and Eclipse's to paste a template with placeholders that you can tab through. Textmate supplies a lot of nice defaults.

Textmate is OS X only, so I wrote a command line Cocoa tool to convert binary plists to xml plists, which I then batch run against the snippet files I want.

Then I modified SuperAbbrevs to have an import option, which takes a directory and imports all .xml or .plist files it finds there, converting $0 endings to $end endings.

If anyone would like to polish this into something more end-user usable, I'd be happy to email the code. For my purposes it has already consumed far more time than I wanted.
How to change plugins properties during the installation?
Submitted by Siver on Thursday, 26 January, 2006 - 15:27
Hi,

I'm working on installation CD with jedit and I would like to install all the plugins with jedit properly. This requires to set some plugins configuration.
Is there a regular way how to do it?
As I understand it's not easy to change plugin *.prop property in *.jar archive during the installation (for exampe, a path for ctags for Code Browser plugin) (perhaps to patch java sources of the plugin looks better...).

Thanks in advance,

Andrey
Inhibit the save function
Submitted by adicam69 on Wednesday, 25 January, 2006 - 09:26
Hi, I need to inhibit the save function if the buffer is "read-only".

How can I do this ?

Alex.
Loading a JEdit plugin
Submitted by maths on Thursday, 19 January, 2006 - 12:41
I have written a program using a Java IDE which works well, and I want to create a plugin using it. I copied the .jar file into the jedit/jars folder direcrory, and the plugin manager register it as being loaded.

However, the menu list does not appear. I do not know how to continue.
Please HELP!
JSwat Plugin: how to view a date?
Submitted by stanberka on Tuesday, 3 January, 2006 - 19:58
Right now, there seem not to be a way to view a value of a Date variable. Or have I missed it? Are there plans to add this feature?
Console plugin - how to write to the shell
Submitted by rbublitz on Monday, 12 September, 2005 - 16:26
I'm interested in using the Console plugin to display information. I am not interested in displaying the results of an executed script. How can I specifically write to the console shell?

Thanks.
File listeners and jEdit
Submitted by rbublitz on Monday, 12 September, 2005 - 16:22
I am very new to java plugin writing. I would like to know what jEdit options there are for updating buffers when the file it is displaying is modified on disk. Are there jEdit class/methods or how do I incorporate the java File Listeners?

Thanks.
BufferList Enhancement Request: Get shortest directory location.
Submitted by Bradlis7 on Tuesday, 9 August, 2005 - 22:10
I have a request for the BufferList plugin. It's an awesome plugin and I use it all the time. I'd like for it to shorten the directory names to the common directory of all open files, and display that directory at the top or something. For example, my webpages are at "C:\Documents and Settings\Brad\My Documents\My Webpages\wboots" and can be shortened to "~\My Documents..." with the replace occurences of user directory option, but it still seems a bit long. Some of my pages are at "~\My Documents\My Webpages\wboots\includes" and it runs off of the screen. I like for the list to take up the least amount of space, so I never have it where I can see the whole line.
CSS Editor : changing template
Submitted by Anonymous on Wednesday, 11 May, 2005 - 15:08
Hi

I'm using CSS Editor. Where can I change the style of the result I obtain ? I mean, CSS Editor writes the CSS element on several lines, whereas I'm used to present my CSS on one only line per element.

Thx
Console: how do you escape double quote?
Submitted by Anonymous on Wednesday, 4 May, 2005 - 16:22
The system console for windows eats double quotes. Can't use commands that require them, such as the find command, e.g. find "XYZ" *.html.
find NEEDS them.
Any suggestions?
Console: how do you escape double quote?
Submitted by Anonymous on Wednesday, 4 May, 2005 - 16:21
The system console for windows eats double quotes. Can't use commands that require them, such as the find command, e.g. find "XYZ" *.html.
find NEEDS them.
Any suggestions?
Newbie: Can't get CodeLint to work or maybe I don't know how to use it!
Submitted by Anonymous on Monday, 18 April, 2005 - 04:11
Hi,

Just installed jEdit 4.2:
[message] Log: java.version=1.4.2_05
[message] Log: java.vm.version=1.4.2_05-b04
[message] Log: java.runtime.version=1.4.2_05-b04
[notice] jEdit: jEdit version 4.2final

And also CodeLint 0.3.

I have a few "C" files open and to run CodeLint, I go to Plugins->CodeLint->Lint Source Code.

However, nothing happens. I even set the CodeLint option for AntiC/jLint to the path of the source files I'm working on. Nothing happens.

Does the output of CodeLint get placed somewhere special?

Thanks very much for your help.
Pretzel.
Changing the root menu in Views
Submitted by Anonymous on Monday, 11 April, 2005 - 16:58
Hi,
I want to
1) reorganize the root menu that all views see in my jEdit instance.
Or, at the very least,
2) add new root menus.

Is there a standard way to do this without re-building the jar file? I think the most extensible approach to #2 would be to install a user space actions.xml. Is there a way to do this?

Is there a sanctioned way to do #1?

I could also see doing it in code using statements such as
view.getJMenuBar().add(new JMenu(...));
but presumably I should do this as a plugin and respond to edit bus messages so that new views also get the new menus, and I should use the actions API so that actions get installed and called.
It seems like a lot of work -- I would imagine that someone has a document or test case that shows the steps. Does anyone have any pointers in this direction?

Thanks!
Laramie
User login
Browse archives
« May 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
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   83281
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293