Processing.py Commando file (since version 0202) (processingpy.xml v0.1 by Martin Prout)
Submitted by
monkstone on
Wednesday, 11 September, 2013 - 12:42
Run processing.py from jEdit
PYP5 macro to launch processing.py commando file (PYP5.xml v0.1 by Martin Prout)
Submitted by
monkstone on
Wednesday, 11 September, 2013 - 12:45
Simple macro to use with processing.py commando file
ProjectViewer - where are the passwords stored?
Submitted by
Skeeve on
Thursday, 12 September, 2013 - 06:49
Hi!
I have several projects in my project viewer, all using SVN. Now I sometimes have to change my password for the SVN server and it's rather annoying having to go through all the projects to change the password.
So I wonder wheter it would be possible to change them all in the file where the password is stored.
mode with line continuation
Submitted by
captainhunt on
Monday, 16 September, 2013 - 16:27
Hi mode writers,
I am trying to implement a jedit mode for a tcl like language and am missing a good way to deal with line continuation.
The command syntax is roughly:
command -option1 arg1 -option2 arg2...
E.g.
create_variable -name Vg -dataset Data -function "<v:Data>"
create_curve -name IVref($P) -dataset Data -axisX "Vg" -axisY "Id"
I'd like to provide a bit context sensitivity in the mode, meaning each command should have its on set of valid options.
So in above example
- create_variable should have the options -name, -dataset and -function
but
- create_curve should have the options -name, -dataset, -axisX and -axisY
I can acomplish this with
<EOL_SPAN_REGEXP TYPE="KEYWORD1" DELEGATE="CREATE_VARIABLE">create_variable(?=.*)</EOL_SPAN_REGEXP>
and dealing with the options in separate rules.
So far so good, but as the commands typically get pretty long, users typically use line continuation backslash just as common in tcl.
create_variable -name Vg -dataset Data \
-function "<v:Data>"
create_curve -name IVref($P) -dataset Data \
-axisX "Vg" -axisY "Id"
This of course immediately kills
EOL_REGEXP. I tried various other approaches with
SEQ... However, it is very hard to keep the right context for the options, without breaking anything else.
I have the feeling that a RULE option LINE_CONTINUATION_CHAR="\" that if present as last char on the line, concatenates the current line with the next line, before further parsing, would be the only way to go here.
Any hints, ideas appreciated
Best regards
Gergoe
jedit locked up and won't restart
Submitted by
akovia on
Tuesday, 24 September, 2013 - 21:25
jedit 4.4.2
xubuntu 12.04-LTS 64bit
I'm at a loss. jedit locked up on me and now won't restart, even after a reboot.
Launching from command line: (launches script to execute java -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@")
$ jedit
(java:21298): Gtk-WARNING **: Unable to locate theme engine in module_path: "equinox",
4:19:16 PM [main] [error] main: Error parsing gtk-icon-sizes string: ''
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: php: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: php: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: lircrc: EXCLUDE_MATCH is deprecated
Then nothing happens. No splash or anything, and I have to kill it.
Tried installing newest .deb version from site and it won't launch either.
(removed old ver from path and checked which jedit to confirm running newest installed)
Here is my java:
$ update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1063 auto mode
1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode
2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 manual mode
* 3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1063 manual mode
I've been using jedit on a project for a week straight with only one other lockup, but a kill and restart fixed it then. I am dead in the water now and the console errors aren't getting me anywhere.
Here is the launch script that I use:
#!/bin/sh
#
# Runs jEdit - Programmer's Text Editor.
#
# Set jvm heap initial and maximum sizes (in megabytes).
JAVA_HEAP_MAX_SIZE=192
DEFAULT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk/jre/bin/java"
if [ -z "$JAVA_HOME" ]; then
JAVA_HOME="$DEFAULT_JAVA_HOME"
fi
# Launch application.
#exec "$JAVA_HOME/bin/java" -Dnimrodlf.themeFile="/home/akovia/jedit/4.4.2/jeznet.theme" -Xmx${JAVA_HEAP_MAX_SIZE}M -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@"
# -Dnimrodlf.themeFile="/home/akovia/jedit/4.4.2/NimRODThemeFile2.theme"
exec java -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@"
The java path doesn't match but like I said it's been working great. I did try to change the path to
/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
but had the same result.
Here are my latest system updates just in case. jedit hasn't been closed since the last lockup so I suppose it coulda been fine till the lockup and then an update played a part when trying to restart??
$ tail -n45 /var/log/apt/history.log
Start-Date: 2013-09-19 10:02:18
Commandline: aptdaemon role='role-commit-packages' sender=':1.156'
Upgrade: libpolkit-backend-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), libsane-hpaio:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), thunderbird-locale-en-us:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), language-selector-gnome:amd64 (0.79.3, 0.79.4), thunderbird:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), audacity:amd64 (2.0.3+svn20130918+r7817-0~r21~ubuntu12.04.1, 2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1), python-software-properties:amd64 (0.82.7.3, 0.82.7.5), printer-driver-postscript-hp:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), libpolkit-gobject-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), hplip:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), language-selector-common:amd64 (0.79.3, 0.79.4), software-properties-common:amd64 (0.82.7.3, 0.82.7.5), usb-creator-gtk:amd64 (0.2.38, 0.2.38.2), policykit-1:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), rtkit:amd64 (0.10-2, 0.10-2ubuntu0.12.04.1), libhpmud0:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), apt-xapian-index:amd64 (0.44ubuntu5, 0.44ubuntu5.1), software-properties-gtk:amd64 (0.82.7.3, 0.82.7.5), audacity-data:amd64 (2.0.3+svn20130918+r7817-0~r21~ubuntu12.04.1, 2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1), google-chrome-stable:amd64 (29.0.1547.65-r220622, 29.0.1547.76-r223446), printer-driver-hpcups:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), jockey-common:amd64 (0.9.7-0ubuntu7.10, 0.9.7-0ubuntu7.11), usb-creator-common:amd64 (0.2.38, 0.2.38.2), thunderbird-globalmenu:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), jockey-gtk:amd64 (0.9.7-0ubuntu7.10, 0.9.7-0ubuntu7.11), libpolkit-agent-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), thunderbird-locale-en:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), printer-driver-hpijs:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), hplip-data:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2)
End-Date: 2013-09-19 10:03:34
Start-Date: 2013-09-19 17:48:32
Commandline: apt-get install agave
Install: agave:amd64 (0.4.7-2ubuntu1)
End-Date: 2013-09-19 17:48:43
Start-Date: 2013-09-20 08:14:48
Commandline: aptdaemon role='role-commit-packages' sender=':1.171'
Upgrade: libsmbclient:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), libpam-winbind:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), smbclient:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), audacity:amd64 (2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1, 2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1), libwbclient0:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), samba-common:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), audacity-data:amd64 (2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1, 2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1), samba-common-bin:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), winbind:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7)
End-Date: 2013-09-20 08:15:15
Start-Date: 2013-09-21 07:45:29
Commandline: aptdaemon role='role-install-file' sender=':1.181'
Install: liblua5.2-0:amd64 (5.2.0-2, automatic)
End-Date: 2013-09-21 07:45:33
Start-Date: 2013-09-21 14:14:40
Commandline: aptdaemon role='role-commit-packages' sender=':1.191'
Upgrade: gparted:amd64 (0.16.1-1~getdeb1, 0.16.2-1~getdeb1)
End-Date: 2013-09-21 14:14:48
Start-Date: 2013-09-22 14:27:28
Commandline: aptdaemon role='role-commit-packages' sender=':1.198'
Upgrade: audacity:amd64 (2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1, 2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1, 2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1)
End-Date: 2013-09-22 14:28:06
Start-Date: 2013-09-23 09:27:16
Commandline: aptdaemon role='role-commit-packages' sender=':1.208'
Upgrade: audacity:amd64 (2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1, 2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1, 2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1)
End-Date: 2013-09-23 09:27:26
Start-Date: 2013-09-24 12:09:23
Commandline: aptdaemon role='role-commit-packages' sender=':1.220'
Upgrade: libraw5:amd64 (0.14.4-0ubuntu2.1, 0.14.4-0ubuntu2.2), python-openssl:amd64 (0.12-1ubuntu2, 0.12-1ubuntu2.1), audacity:amd64 (2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1, 2.0.3+svn20130924+r7838-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1, 2.0.3+svn20130924+r7838-0~r21~ubuntu12.04.1)
End-Date: 2013-09-24 12:09:35
Start-Date: 2013-09-24 16:15:29
Commandline: apt-get remove jedit
Remove: jedit:amd64 (05.01.99.00)
End-Date: 2013-09-24 16:15:32
The last entry I removed the jedit .deb i had just tried.
I'm not sure what other info to post, but will be happy to post anything else needed.
Any help is greatly appreciated.
Cheers
"jEdit" is broken error on mac os x 10.8.5
Submitted by
k.kelln on
Monday, 21 October, 2013 - 14:22
I am now getting a "jEdit" is broken, move to trash error message when attempting to run jEdit on my iMac running OS X 10.8.5. It ran previously. I downloaded the latest version and tried running that with the same result. Any ideas? Could my Java version/install be broken and that's causing this result?
FTP Plugin demands 'master password to decrypt', but don't have one, blocks all usage of jEdit
Submitted by
markcrocker on
Wednesday, 30 October, 2013 - 15:42
After starting jEdit this morning, I got a pop-up window:
FTP Plugin Master Password
Enter the master password to decrypt your (s)FTP passwords:
[ empty text field ]
[OK] [Cancel]
The problem is that I never set such a password, though I did do a plugin update yesterday.
Clicking OK just brings up another dialog, cancelling brings up the 'Connect to Secure FTP Server' dialog and I can enter a password there, but then it pops up another dialog:
FTP Plugin Master Password
Choose a master password to enecrypt your new password file:
[ empty text field ]
[OK] [Cancel]
regardless of what I do, it just goes back to the first dialog, naturally, hidden underneath all other windows on the desktop.
Selecting cancel in the first dialog many, many, many times will eventually bring up a series of these dialogs and eventually starts up jEdit proper. However, there does not seem to be anywhere inside of jEdit configuration to set a master password. Changing the session results in a session to one with no remote files results in a session with no actual files loaded that cannot be used.
This makes jEdit effectively unusable.
jEdit can't open file with very long lines
Submitted by
mtgavin on
Thursday, 31 October, 2013 - 19:21
I am using jEdit 5.1.0 (Linux). I have a text file that is generated by a development tool I am using. It has many lines, but it has a couple lines in excess of 4000 characters. If I try to open it with jEdit, jEdit seems to open it, but when I try to scroll down further, it seems to get to the point where the long lines start, then it cant scroll down any further. You basically can't see the file past the point where the long lines start. At least I am able to close the file - it doesnt hang my jedit session. But I cant get the file to scroll to the point where the long lines start, the window just sort of hits a wall at that point.
I get lots of errors like this: (lots of errors with regex in them, although I am not doing any regex searches when this happens so this confuses me)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
Problem seems independent of whether I turn on word wrap.
I would like to be able to open files with very long lines and scroll all the way through them.
Thank you.
Search/Find History Persisted Between Sessions
Submitted by
user2037 on
Monday, 11 November, 2013 - 17:27
It'd be nice if the search/find history were saved between sessions, such as on disk. Ideally with the replace-history also persisted.
rp5.bsh v1.0 by monkstone
Submitted by
monkstone on
Sunday, 15 December, 2013 - 08:21
Macro for setting GEM_HOME and GEM_PATH environmental variables and calling rp5 commando menu
utiliser le chemins long dans une macro
Submitted by
claudecnx on
Wednesday, 25 December, 2013 - 10:27
J'ai cette ligne dans une macro qui par ailleurs fonctionne bien:
runCommandInConsole(view,"System","C:\\PROGRA~1\\MOZILL~1\\firefox.exe " + "http://127.0.0.1/"+path);
Je voudrais savoir s'il est possible d'utiliser les chemin long sous windows, c'est à dire remplacer le ~1 par le vrai dossier?
Merci de votre réponse.
claudecnx@blanquefort.net
jEdit 5.1.0 Win 7 64 Java 1.7.0_17 Text Area Display issues
Submitted by
murkles on
Sunday, 2 March, 2014 - 17:06
Hi folks,
I've been using jEdit for a *very long time*. Many thanks

I'm currently having an issue which is repeatable. The text area display is not being refreshed fully as I am editing/moving around a file - typically lines of text aren't refreshed, disappear or are displayed wrong.
For example:
1. Open jEdit. The text area size is approximate 70 lines of text.
2. Select Macros -> Properties -> System Properties.
3. Properties are loaded into buffer. These run to 64 lines on my system.
3. Click on a line > 45.
4. lines of text disappear below line 45. I can still see the gutter numbers. The line I click on is sometimes displayed after a delay.
I've checked the various display property switches for the JVM (opengl, disable 3d etc) and none of these have made a difference. I find it strange that it is the text area only that seems to be affected.
Any ideas/suggestions?
Thanks, Mark
New Edit Mode Not Being Applied/Used
I created an edit mode and added an entry for it in the catalog:
I can apply the mode manually through the buffer options, but it doesn't get used automatically.
the file I want it to work on is a *.txt file. Could my new mode not be working because the txt one is being used?
Switch View via Keyboard
Submitted by
jman on
Thursday, 27 March, 2014 - 16:34
Howdy,
v5.1.0, OSX 10.9.2
Is there a way to switch between views via the keyboard? NOT buffers, views.
Don't see that in the menu anywhere, otherwise it could be bound to a shortcut key combo.
Using multiple monitors it seems the only way to go to the other screen is with the mouse.
I often have each view showing on a different monitor, and each view may show a different active buffer. When tabbing back into jEdit from another program, focus always switches to the primary monitor, even if secondary was active when the program last had focus. This means involving the mouse.
Any tips? Thanks!
jEdit Modes: Am I using at_word_start right?
I have a basic edit mode I'm creating and I want to make words bold when they have asterisks around them. This does it, but I'd rather have it work only if the * is right next to a word. The docs seem to say I can do it this way.
< SPAN TYPE="KEYWORD1" NO_LINE_BREAK="TRUE" AT_WORD_START="TRUE" >
< BEGIN >*< /BEGIN >
< END >*< /END >
< /SPAN >
In other words, I want *this to be bold*
But * this should not be bold *
Right now, both are getting bolded.
Thanks!
Help Pages in HTML
Submitted by
razera on
Thursday, 10 April, 2014 - 01:03
Hello.
I am currently using jEdit with my own defined mode file (mymode.xml). I'd like to customize the help menu. I've found the initial help page to be the welcome.html located under the doc directory.
But for the completeness of my IDE (based on jEdit), I would like to modify the contents structure of the help menu to include different html pages and a custom Contents. But I have not found where these files are located. Could you please help?
Best regards,
Luiz Razera
How can I upload my macros to the community page
Submitted by
ahlearn on
Thursday, 10 April, 2014 - 03:07
Hi all, I'm new to this community page. I would like to upload some of my jedit macros I wrote. How can I do that? I cannot find any related link on the files section.
A BeanShell macro script to search and open a recent file or a file in the current directory. (Open_Recent_or_CurrDir_File.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Thursday, 10 April, 2014 - 21:42
A BeanShell macro script to search and open a recent file or a file in the current directory.
- Press TAB or A+j (S+TAB or A+k) to select next (prev) file.
- Press ENTER to open the selected file.
- Press ESCAPE to close.
This Script is a modification of Recent_Files.bsh, written by
Jeroen Budts and Ollie Rutherfurd.
Copyright (C) 2001-2004 Ollie Rutherfurd, oliver@rutherfurd.net
Modified by AhLeung Cheng
A macro script for displaying and switching between open buffers (in most recently viewed order). (Switch_Recent.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Friday, 11 April, 2014 - 03:03
Switch_Recent.bsh - a BeanShell macro script for displaying
and switching between open buffers (in most recently viewed order).
This is similar to the functionality provided by Alt+Tab in Windows.
Suggested shortcut: A+TAB
This Script is a modification of Buffer_Switcher.bsh, written by
Ollie Rutherfurd.
http://web.mit.edu/~jedit/arch/java/versions/4.3pre5/macros/Files/Buffer_Switcher.bsh
Copyright (C) 2001-2004 Ollie Rutherfurd, oliver@rutherfurd.net
Modified by AhLeung Cheng
How to adjust font size in jEdit Help for the API reference
The text for the API reference has always been small but after installing 5.1 the text has become microscopic, like spy story microdot small.
How can I enlarge it enough to read?