jEdit Community - Resources for users of the jEdit Text Editor
Archives
Console plugin version from plugin manager is for 4.3pre not the stable 4.2final
Submitted by matthewyoung on Thursday, 23 March, 2006 - 04:53
Or is this customary how jEdit work? That's all plug-in fetch by the plugin manage is for the latest whatever release?
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?
JTA_SSH and JTA_TELNET
Submitted by beaubert on Monday, 27 March, 2006 - 14:57
Hi all,

I try to use the JTA_SSH and JTA_TELNET plugin for jedit 4.2.
The JTA_TELNET plugin works but there are problems with focus and sometimes the connection seems to be lost.

But I'm unable to use the JTA_SSH plugin. I'm asked for the login and the passwd and after that nothing .... The ssh conection works well in a shell. I know that the JTA_SSH and JTA8TELNET can't work both a the same time so I remove the .jedit/jars/JTA_TELNET.jat file before using the JTA_SSH.

I'm using version 0.21 of both plugins. Are they in development ? Is there a workaround for those problems ?

Thank's for your help.
Francois
code browser
Submitted by Robert Schwenn on Monday, 27 March, 2006 - 18:11
It would be helpful, if codebrowser would make the directory of ctags.exe the current directory for the ctags-process (and only for this process, not for jEdit) everytime it is started. So ctags.exe finds a ctags.cnf file in this directory.


Here's the reason:
I use ctags with a ctags.cnf file and have to store this file in a common directory, so that it will be available for all users. On Windows there seems to be only one appropriate site for ctags.cnf: the directory where ctags.exe resides. Well, that's pretty good, BUT: ctags founds the cnf only when this directory is the current working directory. I do it before starting jEdit, but it's nasty when You want to open files from outside jEdit, i.e. from the commandline...

Robert
jEdit 4.3pre3 - ConfigurableFoldHandler plugin broken
Submitted by keithbcg on Monday, 27 March, 2006 - 19:20
Hi -

I'm reposting this to the bug report forum from the troubleshooting forum, just in case that'll help.
(see: http://community.jedit.org/?q=node/view/2580).

Is there any hope of a fix for this plugin? I miss it.
email to the author bounces (Chris Kent - ckent@espeed.co.uk)
Anyone?

Thanks - Keith

------------------------------------------------------------
(from the Troubleshooting Forum post...)

It looks like the ConfigurableFoldHandler plugin is broken under jEdit 4.3pre3.
I'm seeing similiar behavior running jEdit on
Mac OSX 10.4.5 with Java 1.4.2 or 5.0, and on
Redhat Linux with Java 1.5.0_02
(If I turn on custom folding, the entire text display area goes white when it
tries to redraw, the gutter area goes blank, and the error message below
appears...)

Anyone have and idea when/if the ConfigurableFoldHandler plugin might be fixed?

[error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" 
[error] AWT-EventQueue-0: java.lang.AbstractMethodError: org.gjt.sp.jedit.buffer.FoldHandler.getFoldLevel(Lorg/gjt/sp/jedit/buffer/JEditBuffer;ILjavax/swing/text/Segment;)I
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.getFoldLevel(JEditBuffer.java:1685)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.isFoldStart(JEditBuffer.java:1630)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintLine(Gutter.java:555)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Gutter.java:141)
...
INVALID PROPERTY
Submitted by rcosta on Wednesday, 29 March, 2006 - 17:17
I need some help. Please.

I'm trying to add to a mode a way to mark as INVALID, using reg exp, several situations:
- the use, in one line, of the character ( without the corresponding );
- the use of an if statement without any condition following the if;
- the use of an if statement without the corresponding endif.

This mode will be used for xBase languages (FlagShip, xHarbour, ...) in CGI mode allowing the inclusion of CSS, Javascript and HTML. It will be made available for who wants to use it.

Thanks in advance.
Rui Costa
Dreamweaver-style locking?
Submitted by rbauer on Wednesday, 29 March, 2006 - 18:18
Can a macro or plugin be written to support dreamweaver-style file locks? If you're not familiar with these, they are files created having the same name as the file you're editing, but with a .LCK appended. The lock file contains your username and some other user info (email address, machine you are working on). Primitive, yes, but would be really nice to have in jEdit.

Thanks!
R
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
help setting jedit with java in linux
Submitted by tflex on Wednesday, 29 March, 2006 - 23:20
Hi,
I am using Ubuntu Linux (Latest Stable Core). I installed java software development kit from sun and now it is time to configure jedit. I got all the plugins needed for developing java applications and it seems to be working fine as well. Everything compiles fine but doesn't run fine. If I make helloWorld application in java using jedit, that works fine and displays the correct result but if I try to use joptionpane like JOptionPane.showMessageDialog (null, "Hello World!"); then I get following error message in jedit console screen. Also the code I used has no errors (It has been compiled before in windows).

** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Process java exited with code 134

I'm unable to find out why this happens as I'm new to linux. Please any help appreciated.
linux jedit & java help!!
Submitted by tflex on Wednesday, 29 March, 2006 - 23:24
Hi,
I am using Ubuntu Linux (Latest Stable Core). I installed java software development kit from sun and now it is time to configure jedit. I got all the plugins needed for developing java applications and it seems to be working fine as well. Everything compiles fine but doesn't run fine. If I make helloWorld application in java using jedit, that works fine and displays the correct result but if I try to use joptionpane like JOptionPane.showMessageDialog (null, "Hello World!"); then I get following error message in jedit console screen. Also the code I used has no errors (It has been compiled before in windows).

** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Process java exited with code 134

I'm unable to find out why this happens as I'm new to linux. Please any help appreciated.
N.B: Sorry for double posting, but this post belongs to troubleshooting.
Jedit and sql jdbc
Submitted by herbb1 on Thursday, 30 March, 2006 - 18:25
I have the sql plugin working with ODBC connections, but would prefer JDBC.
Per plugin help file, I should add information under the 'Global options'...
for SQL->JDBC pane...but I do not see that pane anywhere..using jedit 4.3pr3..

Anyone know how to configure this version to use JDBC drivers?

Thank you.
Editing files over SSH
Submitted by BarneyN on Friday, 31 March, 2006 - 07:29
Hi,

I need to edit files over an SSH connection.

I have tried to use the FTP plugin with "Open from Secure FTP Server", but it fails with an "Authentication has not been completed" message.

The thing is, I am quite sure that the remote server runs an scp server, but not an sFTP server.
Is this causing my problems, or is it something similar to what is described here?
http://community.jedit.org/?q=node/view/1616

I am not in control of the remote server, so I cannot change any settings there (or ask for them to be changed).

Please advice,
Barney
in-text Spreadsheet/Tables
Submitted by turtlecove on Friday, 31 March, 2006 - 17:19
Does anyone know of a plugin that will let me manipulate tables of text in a spreadsheet-like way?
I keep all my life/work information in text files and I'd really like to be able to store structured information in a more usable format.
I am thinking something like a special "tag" that means the follow lines are CSV data.
Eg:

[TABLE fs=|]
Mary Smith|40.34|xyz
John Doe|12.19|abc
Nathan Brazil|234.50|123

And the plug in would recognize this table and display it in a nice grid with some features like sort by column, resize columns, etc.
Maybe even some primitive formulas like SUM(), AVG(), etc.

If I looked at the file in a different text editor I would see the CSV as I typed it above. In jEdit I would see the "pretty" grid.

Anything out there like this? Anything even similar?
JEdits config files
Submitted by Slith on Saturday, 1 April, 2006 - 07:28
Ive been using JEdit on my USB pen drive for a while now. The only problem with this is that for every computer I take it to the settings are diffrent.

What I mean is the setings are saved in the users home folder on the machine used.

I would really like it if I could get the settings to be saved on my USB pen drive.
Is there a way to do this?

If not what source files would need changing? And which ones should I look at?

Thanks
jedit usage problem & reinstalling jedit
Submitted by joyce on Saturday, 1 April, 2006 - 19:17
i use jedit for about a year already. normally when we open there is a few times, they do not save. or time out error. recently this few days, or this few weeks, the problems happen that after i correct the php files with jedit, i cannot never save the file. 1 out of 100 times i can save. and i need to amend my website!

then i uninstall all jedit include the file .jedit in document and setting files.

i download both the stable version java based jedit and the development version and i can never download the plugin ftp and buffer list. i uninstall again and try another minor, i try all the minor in usa already and i uninstall everything after i try and try and it still have connection error 100%. i even try the minor in uk and it does not work.

i need jedit to amend my website!

i have to use the java running enviroment for the jedit. i download the latest version already from sun corporation.

please help, i need help. any help to solve this problem will be appreciated.
cannot save jedit change file, and download again and cannot download plugin, always connection error time out
Submitted by joyce on Saturday, 1 April, 2006 - 20:01
i use jedit for about a year already. normally when we open there is a few times, they do not save. or time out error. recently this few days, or this few weeks, the problems happen that after i correct the php files with jedit, i cannot never save the file. 1 out of 100 times i can save. and i need to amend my website!

then i uninstall all jedit include the file .jedit in document and setting files.

i download both the stable version java based jedit and the development version and i can never download the plugin ftp and buffer list. i uninstall again and try another minor, i try all the minor in usa already and i uninstall everything after i try and try and it still have connection error 100%. i even try the minor in uk and it does not work.

i need jedit to amend my website!

i have to use the java running enviroment for the jedit. i download the latest version already from sun corporation.

please help, i need help. any help to solve this problem will be appreciated.
stingy regular expression matching
Submitted by kellner on Monday, 3 April, 2006 - 20:18
Hi,

I'm trying to clean up a document that was automatically converted to LaTeX. The document contains strings like these:

"(\textit{sahaprat}\textit{ī}\textit{tiniyama}). [Reply:] Not even for the piece of ground and the pot is it like this! However, the fact that, if both exist, there is no restriction of the cognition to [only] one image (\textit{ekar}\textit{ū}\textit{papratī}\textit{tiniyamaviraha}),"

(never mind the meaning Smiling)

The idea is to get rid of all the unnecessary instances of \textit{}. So I thought to search for instances of \textit{} that immediately follow one another.

I entered this in the (regexp) search box: \\textit\{(.*?)\}\\textit\{(.*?)\}
and tried replacing it with: \\textit\{$1$2\}

The problem is that the stingy operator ("?") is not stingy enough: apparently the search function looks forward for the second instance of italicization *somewhere* in the document; it doesn't look for instances of *contiguous* italics.

Thus, the regexp also finds:

\textit{some italicized stuff} Oh and here is lots of writing in between! This should not be part of what is found, but it is! \textit{next italicized stuff}.

Somehow I can't bring myself to believe that this is how the regexp should be understood. Or am I barking up the wrong tree?

I also tried a positive lookahead \\textit\{(.*?)\}(?=\\textit\{(.*?)\}), but this produced the same unwanted results.

Any advice would be greatly appreciated,



Thanks in advance,

best regards,
LatexTools: Bibtex Navigator doesn't show contents
Submitted by Fredo on Wednesday, 5 April, 2006 - 14:37
Hi!

When I browse a bibtex database with the bibtex navigator, only the "Ref" field is shown. The other columns (Title, Author, Journal) remain empty. I tested this also with the test.bib from tetex, but it is the same there.

I am using jEdit 4.2 with LatexTools 0.5.2 on Ubuntu Linux (Sun SDK 1.5).

I hope anyone can help me with that, I'd really like to use jEdit for texing.

Regards,
Frederik
Do JIndex plugin work on JEdit 4.3 or 4.2?
Submitted by nicarran on Thursday, 6 April, 2006 - 05:59
Hello. JIndex 1.1 does not work on my JEdit 4.3pre2 of 4.2. When I configure it, the index construction takes (I think) too little time and when I try to look for documentation I receive an ArrayIndexOutOfBoundsException. Is this a JIndex bug or what... Do you have successfully configured it on any of these JEdit versions?
Thanks for your help.
key press
Submitted by chovo on Thursday, 6 April, 2006 - 12:40
Hey!

im writing a project and i cant get it to work!

im doing a text editor and i want to check if any key is pressed in the jtextarea, if so when i try to close it should ask if i want to save or not, otherwise just close.

i want to use a boolean after checking
User login
Browse archives
« March 2006 »
MoTuWeThFrSaSu
  1
20
25
26
28
 
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