could the moderators delete the "junk" posts from the forums?
Submitted by Anonymous on Saturday, 29 January, 2005 - 01:07
Some idiot has been posting a lot of crap with links to porn sites.
For example, see the messages with heading "ciao ciao".
Could someone remove these? It's like unwanted graffiti.
Thanks,
P
change which keys are C and A?
Submitted by Anonymous on Saturday, 29 January, 2005 - 11:43
I work on both a Mac and a PC side by side, using the same keyboard for both.
On a Mac, jEdit uses the Command key as Ctrl and the Ctrl key as Alt. This is pretty jarring when I'm switching back and forth from one to the other.
Is there a way to change this behavior?
assigning different fonts to different scripts
Submitted by Anonymous on Sunday, 30 January, 2005 - 06:56
It would be nice if we could assign different fonts to different scripts.
How to edit my bookmarks?
Submitted by
malyvelky on
Sunday, 30 January, 2005 - 21:56
Hi, how can I change (delete) bookmarks I've under my account on this site? I can't figure it out. Thanks! Kuba
Cannot Run any Java Class File Using Commando?
Submitted by Anonymous on Sunday, 30 January, 2005 - 23:34
Hi,
I've spent hours reviewing this message board as well as going through all the various options within Jedit to do a simple Java command.
I am trying to run a java class file that I have successfully compiled using the Plugins>Console>Compile Current Buffer option. I have Java version 1.4.2_07 installed.
But when I then use Plugins>Console>Run Current Buffer I always get the following error in the Command Window.
C:\Program Files\jEdit> java -classpath "$CLASSPATH;C:" -ms32m -mx32m Solution
java.lang.NoClassDefFoundError: Solution
Exception in thread "main" Process java exited with code 1
My Java file resides in my C directory. I've checked all my classpath settings in the Environment Var options and they're fine. I can compile and run this program using a DOS Command Window on Windows XP but cannot run it using Jedit's Commando plugin.
The only way I can get it to work is to cd up 2 directory levels to the C drive and then issue the java command. But I'd rather not have to do this each time...
I'd appreciate any help out there on this as I'm baffled with why this will not work for me.
Thank You!!
Conor
LaTeX Menu Manager (LaTeX_Menu_Manager.bsh v1.2 by Jakub Holy)
Submitted by
malyvelky on
Monday, 31 January, 2005 - 12:12
When in tex mode create a top-level menu for LaTeX Tools
This macro simplifes the work of people using (La)TeX with jEdit because it makes
the menu of LaTeX Tools available in 1 click instead of 2 - 3.
When a user switches into another buffer it's checked whether it is in the (la)tex mode
and if so LaTeX Tool Plugin's menu is copied to the menu bar next to "Help"
(i.e. a top-most menu is created for it). When the buffer is left the menu is
removed.
The macro could be easily modified for another mode,plugin combination (change the
fields PLUGIN_CLASS and MODES) and with a bit more work it could handle multiple
pairs of modes and plugins.
The macro shall be placed in jEdit startup directory (e.g. /home/me/.jedit/startup/; find it from jEdit: Utilities->Settings Directory->More->startup) to load it automaticaly. If you want to load it manually: 1. Open the macro and in beanshell execute 'eval( textArea.getText() );' or 'source("path/to/macro")' to make the class available 2. In beanshell again execute 'new ModeMenuManager( view );' which will create an instance listening for edit mode changes & setting the menu.
CHANGELOG:
1.1 - show the menu also for the 1st active buffer if it's TeX; so far you need to switch into a non-tex buffer and back
- check that the plugin is available
1.2 - work not only for tex but also for latex mode
LIMITATIONS:
Only one view is supported so far. If there're more requests I'll work out multiple-view support but otherwise I'll leave it as it is.
If you set edit mode of a buffer manually (in buffer options) the macro won't reflect it until you switch into another buffer and back
LINKS:
Donwload the LaTeX Tools plugin: http://plugins.jedit.org/plugins/?LaTeXTools
You should also try a pretty useful latex macro from http://jfmagni.free.fr/doc/help.html or http://community.jedit.org/?q=filestore/download/1830 (Files>Macros)
WARNING:
LaTeX Tools v. 0.5.1 only function with the mode 'tex'. If the buffer mode is 'latex' the plugin believes it's not a TeX file and so e.g. the Structure Browser doesn't work. i sumitted a bug for it.
You may correct it yourself - see the plugin bug 1396913 (http://sourceforge.net/tracker/index.php?func=detail&aid=1396913&group_id=588&atid=565475).
Ctrl + Shift + O doesn't work for changing paragraph direction
Submitted by Anonymous on Monday, 31 January, 2005 - 14:47
In normal Java applications one is supposed to be able to change paragraph direction (from LTR to RTL) with Ctrl + Shift + O, but this combination does nothing in jEdit.
RE in modes
Submitted by Anonymous on Monday, 31 January, 2005 - 15:42
Hi,
I want to highlight [a-zA-Z]+Exception ...
Splitpane Down (splitpane_down.bsh v1.0 by Claudio Vicari)
Submitted by
cvicari on
Monday, 31 January, 2005 - 16:47
Moves the main split pane in the active view towards the bottom, if vertical, or to the right, if horizontal. Useful if called via a keyboard shortcut, in order to easily hide/show file portions.
Splitpane Up (splitpane_up.bsh v1.0 by Claudio Vicari)
Submitted by
cvicari on
Monday, 31 January, 2005 - 16:49
Moves the main split pane in the active view towards the top, if vertical, or the left, if horizontal.
Compare files
Submitted by Anonymous on Tuesday, 1 February, 2005 - 01:40
I have now installed jedit an it's great

But how do I compare files like I used to do in UltraEdit?
Henning
FTP using sftp public/private key authentication
Submitted by Anonymous on Tuesday, 1 February, 2005 - 16:51
I see that in the cvs repository there was some updates to the FTP plugin to allow for public/private key authentication.
http://cvs.sourceforge.net/viewcvs.py/jedit/plugins/FTP/
I don't know the first thing about building from the source, but I would like to use this feature, as I LOVE jedit. Could someone either point me to a dummies guide to building from source (on a windows box), or tell me where I can find this complied? Thanks so much for a wonderful program, I look forward to it just getting better.
-hanz
space and tab indicator
Submitted by
ccapeng on
Tuesday, 1 February, 2005 - 19:57
I use homesite. When I click the "q" in the gutter, I can see those indicator for tabs, spaces, and enter.
Are there any similar features in jedit?
I know there are tabs to spaces and spaces to tabs converter.
Restore dialog window size?
Submitted by Anonymous on Tuesday, 1 February, 2005 - 21:39
The dialogs that opens when I click on the memory indicator int he status bar as well as error notices only show the title bar of the window and i cannot resize them. How can i restore the default size for those dialogs?
Using 4.2final on windows2000
thanks in advance
Daiwai
Keybindings Save, Print...
Submitted by Anonymous on Tuesday, 1 February, 2005 - 22:05
Hey,
would it be possible to open/save the whole keybinding and to print it?
then we would quickly have emacs, vi, etc. keybindings!
and printing shortcuts is good for people not yet accustomed to them.
maybe some macro can do the job?
Help, my plugin creates two instances of jedit
Submitted by
colinc on
Wednesday, 2 February, 2005 - 00:13
I am having some strange problems trying to get my plugin to work.
It runs OK, but for some reason when you restart jedit the plugin causes two instances of jedit two run; one with the plugin running and docked, the other without.
The plugin is set to defer on startup , but that seems to be ignored.
I do the set up in the constructor for the main class. From what I can see in the docs it looks like I should actually be doing the startup from start() and stop() methods in the mainPlugin.class . But I'm not certain how that class is going to be able to find the main class (ie. the dockable window). Or even if that is what's causing my problems.
I'm not sure what I'm doing wrong, any ideas greatly appreciated!
Thanks, Colin
search on a php var
Submitted by Anonymous on Wednesday, 2 February, 2005 - 08:57
hello all,
i ve got problem to write the topic ( because of the echo(''); ) so here is a link where i explain it:
http://lycoch.free.fr/macro.htm
thanks
Method Follow
Submitted by Anonymous on Wednesday, 2 February, 2005 - 23:01
Is there a way to "goto" a method from another class. For examle in the foo class below is the a way to automagically click on b.name and have it open the Bar.java file and position at the name method?
public void something() {
Bar b = new Bar();
String s = b.name();
}
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem