jEdit Community - Resources for users of the jEdit Text Editor
Archives
perltidy.bsh v1.0 by Ygramul
Submitted by Ygramul on Saturday, 17 December, 2005 - 21:05
A quick way to `perltidy` the current buffer, results (and/or errors) being displayed in a new buffer.
XQuery syntax (XQuery.xml v0.5 by Andrey Siver)
Submitted by Siver on Thursday, 22 December, 2005 - 17:47
Simple syntax highlight for XQuery language.
Change from 2 monitors to 1 monitor will result in an hidden search window (still on mon 2)
Submitted by Augur on Monday, 26 December, 2005 - 11:49
Take a look here. http://community.jedit.org/?q=node/view/2504
In a multi monitor enviroment jEdit have some problems with the window management.

THX, Nils
any future releases of jEdit planned or in progress?
Submitted by paulflory on Tuesday, 27 December, 2005 - 03:49
Hi all,

I've been an avid jEdit user for a number of years now and always look forward to new versions and plugins. However, I haven't seen any new jEdit versions for some time now, and wondering if development is still ongoing?

Thanks,
Paul
Serious MSWin crash when using both Allchars and Jedit
Submitted by davidbourguignon on Tuesday, 27 December, 2005 - 12:47
Dear all,

I use a nice MSWin app called Allchars (http://allchars.zwolnet.com/) that allows me to type all kinds of accented and special characters using my qwerty keyboard and CTRL+keys sequences. In fact, I couldn't work without it.

Before that, I was using the "Accents" Jedit plugin to type those characters. It was great, but it was a bit painful to cut and paste text from jedit to other apps (mail client, web browser, etc.) all the time.

However, there is a serious drawback to the use of Allchars when using Jedit. In fact, having both Allchars and Jedit running can cause serious MSWin crashes. (I mean, complete crash and reboot of the system.)

I have no clue why Jedit conflicts with Allchars so badly. (NB: the "Accents" plugin is not enabled when crashes occur.) I guess that there might be something related to CTRL+keys sequences since both Allchars and Jedit are using them to issue commands.

Since Jedit is the only app I know that conflicts with Allchars (I am using Mozilla apps and OpenOffice without problem, and they have lots of CTRL+keys sequences) I was wondering if this conflict could be the symptom of a hidden bug or design problem in Jedit?

In any case, I thank you in advance for your help.

David.
Tabs in Rectangle Mode
Submitted by liran vigdor on Thursday, 29 December, 2005 - 12:23
When in Rectangle mode , if I try to use Vertical input ( typing the same text to a couple of line vertically)
I cant use TAB , it only puts one vertical TAb and then exits the Vertical mode?
Any suggestions?
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?
Edit Mode Multiple Indent Bracket Properties
Submitted by RProgrammer on Wednesday, 4 January, 2006 - 06:45
If jEdit supported regular expression variable-length indentation 'brackets', then xml indenting could be supported natively, like so:

<PROPERTY NAME="lineOpeningBrackets" VALUE="&lt;[[:alphanum:]]+&gt;" />
<PROPERTY NAME="lineClosingBrackets" VALUE="&lt;[[:alphanum:]]+&gt;" />

Multiple brackets could be attained via the (bracket1|bracket2|...) clause in regular expressions.

Not only xml/html indenting, but all those edit modes with limited or no indentation support could finally support indentation correctly.
Colorize Columns
Submitted by Robert Schwenn on Wednesday, 4 January, 2006 - 21:05
For making annoying ASCII-Formats (without enough whitespaces in it) easier to read I want to colorize different columns with different colors (i.e. columns 1-10 = yellow, columns 11-20 = red, and so on).

Does have anyone an idea to realize that?

Thanks
Robert
Python autocompletion?
Submitted by usernamenumber on Thursday, 5 January, 2006 - 02:18
Is it possible to have jedit do something like pycrust or SPE, where typing...


import os
os.


would pop up a dialogue with a list of methods and properties (preferably including doc strings) from the object/module preceding '.'?

If so, what would be required to set this up?
highlight search terms in hypersearch results window
Submitted by sergivs on Thursday, 5 January, 2006 - 04:21
File type settings. How to detect ant scripts not named build.xml
Submitted by ffox on Thursday, 5 January, 2006 - 19:15
I've combed through the forums and search and I am not certain if this is documented, or can even be done.

I work a lot with ant scripts and many are not named build.xml. I am looking for a way to reference xml files other then build.xml as ant file. Is this possible, and if so how?

Thanks!

Smiling
Text insertion before a number on 10,000 text lines possible?
Submitted by chris_anda_phot... on Thursday, 5 January, 2006 - 21:25
Text insertion before a number on 10,000 text lines possible?

I figure it could be possible to do it with a macro or action script of sorts however one would need to start from the last line forward as the text inserted will need to be 3 lines or more itself and that would make the line seeking not work properly if started from the beginning.. Below is example of what I am trying to achieve..

111111
222222
333333
444444
555555

turned into this 10,000 times automated in a batch file?

Please post a reply as what application I should be using if any you know of out there?

below is what the end 10,000 lines turned into 40,000 should look like...

SAME TEXT SAME TEXT 111111
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 222222
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 333333
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 444444
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 555555

If you think I will have do this by hand please also post a reply.. Thanks for reading this.. 2 word comments are fine.. Cheers
problem with spell check plugin
Submitted by alger on Monday, 9 January, 2006 - 01:31
I have installed aspell, the dictionary for my language and the spell check plugin. In the configuration options I entered the path to aspell.exe. But when I try to spell check it gives me an error window saying:
Cannot check selection:
Error (Aspell) is: Cannot access aspell process: Se esta cerrando la canalizacion (last part is something like piping is being closed).

I have looked in google and looked other threads at this forum and still can't make it work. Any idea??

thanks
Help with running 'whole' substitution regular expressions.
Submitted by Aaronc on Monday, 9 January, 2006 - 03:19

Hi there,

I'm fairly new to regular expressions, but I have used jEdit for soem time now. I have search online (google) and also around these forums. So far I haven't found any information for what I am looking for. Perhaps it is my lack of experience with RE if so please forgive my ignorance.

I would like to be able to run regular expressions in jEdit as whole expressions, for example. presently to do a complex find and replace I have to type regular expression argument in the search box, And then place a value in the replace box. The problem with this is that I can't use parenthesis () to back-reference a previously reference string.

Programatical example:

s/(<h2>[^<]*./h2>)/<div>\1<p></p></div>/g

Search for <h2> and any thing in between this and it's close tag to replaced and included as e.g.
find: <h2>Title here</h2>
and replace with: <div><h2>Title here</h2><p></p></div>

regardless of the value for the content between the <h2> and </h2> strings.

I realize that I can use a macro to complete what I am attempting with RE but that defeats my main purpose of learning RE by experimentation.

Thanks Aaron
Help With Color Coding
Submitted by jRockJavaGod on Monday, 9 January, 2006 - 15:22
Please assist - I am eager to use JEdit but I will never be able to get into it if I can't get the color coding 'the way I like it'...yes, this is probably one of my more important requirements strange as that seems...

But I do not understand how this works in Jedit. Is there a way to set it up so that it can color code my HTML tags one way, my javascript another way (with the entire script in a specific background color) and my JSP another way (with each scriptlet block in another background color) ?

The idea being that, more than color coding attributes and specific details like that, I am interested in breaking out a JSP file so that all blocks of HTML,JAVASCRIPT and JSP have different background colors throughout the whole block so you can easily see what language you are in .

I currently use homesite because it gives me the customization to do just this and I am dying to try jedit but I have no idea if such color coding is possible

Thanks a lot


John
Folding for VHDL
Submitted by liran vigdor on Monday, 9 January, 2006 - 16:47
Is there any option/Plugin for Folding of VHDL files ?
like folding brackets, and folding process ...
thanks
print all buffers?
Submitted by x_solidus_x on Monday, 9 January, 2006 - 18:05
Hi,

Does anyone know of a plugin/macro to automatically print every open buffer?

Thanks
Problem to start Jedit
Submitted by nadavvin on Tuesday, 10 January, 2006 - 10:15
I have Mandriva 20066 and I instaled Jedit via "urpmI jedit".

but when I try to open it, I get the fllowing error:

$ jedit
GC Warning: Out of Memory! Returning NIL!
Exception in thread "main" GC Warning: Out of Memory! Returning NIL!
java.lang.LinkageError: unexpected exception during linking: org.metastatic.jessie.provider.Context
*** Got java.lang.OutOfMemoryError while trying to print stack trace.

My java version:
java version "1.4.2_00"
java full version "kaffe-1.4.2"
kaffe VM "1.1.x-cvs"

Engine: Just-in-time v3 Version: 1.1.x-cvs Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB

What's wrong?
How can I install jedit?
Submitted by nadavvin on Tuesday, 10 January, 2006 - 10:38
I have Mandriva 20066 and I instaled Jedit via "urpmI jedit"

Because, I didn't able to open it, I try to install jedit42install.jar
with java jedit42install.jar

but I get the following error:

$ java jedit42install.jar
java.lang.ClassNotFoundException: jedit42install.jar not found in java.lang.ClassLoader$1{urls=[file:/home/user/tmp/./], parent=null}
caused by:

My java version:
java version "1.4.2_00"
java full version "kaffe-1.4.2"
kaffe VM "1.1.x-cvs"

Engine: Just-in-time v3 Version: 1.1.x-cvs Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB

What's wrong?
User login
Browse archives
« December 2005 »
MoTuWeThFrSaSu
 
3
10
11
12
13
18
19
20
21
23
24
25
28
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   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