Setting Enviroment path?
Submitted by
fail66 on
Tuesday, 21 December, 2004 - 06:03
[warning] jEdit: jedit.jar not in class path!
[warning] jEdit: Assuming jEdit is installed in /home/xxxxx.
[warning] jEdit: Override with jedit.home system property.
I assume I have an environment variable set wrong, could someone please lend a hand and point me in the right direction?
pair programing
Submitted by Anonymous on Tuesday, 21 December, 2004 - 12:01
are u planing to develop a future pair programing pluging like subethaedit ?
keep text selection when switching buffers
Submitted by Anonymous on Tuesday, 21 December, 2004 - 19:23
When I select text in buffer "A", switch to buffer "B" and back to "A", the selection disappears. It is really annoying

Could it be fixed in next realease of jEdit pls?
Average plugins size
Submitted by
ajba74 on
Wednesday, 22 December, 2004 - 13:49
Greetings,
Rookie question: what is the average size of a plugin? I am asking because I use a slow dialup connection. Is it required much bandwidth to keep my jedit updated?
Thanks you all,
Arnaldo
Jedit Spell Check PlugIn
Submitted by Anonymous on Wednesday, 22 December, 2004 - 14:33
Using jedit with Docbook for wrintting my documentation, i'm often using the spellcheck plugin. It's very useful but some important functions are missing ( save new word for example)
What kind of other tools can I use in order to control mi french text ?
Thank
Olivier
HighLight all search results in buffer
Submitted by
chentz on
Wednesday, 22 December, 2004 - 19:53
Hi,
I'm request highlight for all results of search. This help highlight new words in a specific situation.
how to change folding style like Visual Studio or KDevelop?
Submitted by
pi1ot on
Thursday, 23 December, 2004 - 04:46
like this:
http://www.quake-au.net/php/screenshot.png
http://static.kdenews.org/mirrors/qwertz/kde31alpha/s12.png
Assembly Edit Mode for TI C3x (assembly-c3x.xml v1.0 by Bill Finger)
Submitted by
fingew on
Thursday, 23 December, 2004 - 13:53
Edit mode for the TI C3x line of DSP processors.
JEdit as ZDE (project, functions, vars, viewer; languages check support)
Submitted by Anonymous on Sunday, 26 December, 2004 - 12:22
Hello all!
I'm trying jEdit at the third time, but now I want to move on it completely... =)
Just have some problems questions: what should I install (which plugins/macros/...) to get:
- project files viewer;
- variables, functions (in the hole project or just in file) viewer;
- support for PHP 5, Standart ML, C/C++. I mean feature just like in ZDE (Zend Development Editor) - editor launch copmiler/interpriter and give notices/errors/warnings to some window.
As far as I understand, there are all that possibilities there, but I tried to install all plugins and macros and they do not work. Some of them do not work at all, some of them can't be understanded (even after reading help).
Thank you in advance,
/Alexandre.
Run macro on Event
Submitted by
raccuia on
Monday, 27 December, 2004 - 10:19
Hello,
I'd like to know if I can run a macro when I save a buffer, catching the click on Save button.
Sorry if anyone have already ask for this question, but I don't found anything about it. Can anyone tell me if I can catch this event ed run my macro or where I can found any information?
Thanks in advance.
Mino
jedit and java 1.5
Submitted by Anonymous on Wednesday, 29 December, 2004 - 15:49
How do I use jedit with java 1.5? Can't seem to find any plugins or anything that help. Will it be long before jedit is released with 1.5 support?
Highlighting problem
Submitted by Anonymous on Wednesday, 29 December, 2004 - 16:02
Hello,
I created a edit-scheme which should recognize everything
between a * and a ; as a comment if there is only whitespace between
the preceeding ; (in the same line) and the beginning * .
Example:
i=3*j; *comment1; *comment2;
Here I want the signs till the first ; not to be considered as comment.
The two following parts between * and ; should be considered as comments.
I defined RULES with the SPAN_REGEXP command, but highlighting works
only for the first comment in the line. Somehow the ending ; of the first
comment is not considered as the begin of a SPAN_REGEXP.
Now I introduce a second ; in my example like follows:
i=3*j; *comment1;; *comment2;
Here also the second comment is recognised by the the SPAN_REGEXP:
[;][[:space:]]+[*]
Does anybody know a solution to this problem?
Thanks a lot in advance
Jedit 4.2 - i dont have highlight under win XP Sp2 JRE 1.5 || Debian sarge JRE 1.4.2
Submitted by Anonymous on Wednesday, 29 December, 2004 - 20:07
how can i start the highlight ???
i dont have highlight at nothink ( like HTML / Java .. nothink

)
i install the java plugins i install the highlight ver 1.0

the same - nothink

whyy ??
help please
PHP edit mode (php.xml v2005-03-18 by blueyed)
Submitted by
blueyed on
Thursday, 30 December, 2004 - 05:19
Merged the version from Scott with the CVS version and wrote a PHP script to extract the functions, classes and aliases from php.net/zend.org automatically.
Besides there are some more changes I've made with help from Scott regarding the handling of variables in literals and class variables/methods in general.
A raw definition of token type usage:
- FUNCTION: own functions
- KEYWORD1: language constructs (__FILE__, break, extends, ..)
- KEYWORD2: internal functions (PHP, xdebug, SimpleTest/PHPUnit), DTD tags
- KEYWORD3: variable names (plus true, false, null)
- KEYWORD4: class relevant things (definitions, methods, vars)
- LITERAL1: literals
- LITERAL2: HTML entities
- COMMENT1: "#", "/* */"
- COMMENT2: "//" and HTML comments
- COMMENT3: PHPdoc
Jedit v/s Java
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:29
XSLT And Jedit
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:39
No Problems So Far
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:44
Midi & Mpeg Plugins
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:47
jEdit 4.3pre1 now available
Submitted by
slava on
Friday, 31 December, 2004 - 21:51
XML Plugin [HELP!]: "Not an XML File" Error"
Submitted by
gravyak on
Saturday, 1 January, 2005 - 18:45
I'm a noob on XML Plugin, and I can't seem to get it to work properly. I'm trying to write a Console/Commando xml file (started with a different, valid Commando XML file), but the "XML Insert" panes are empty (i.e., don't contain valid element lists), and functions of the XML Pluging like "Edit Tag at Caret..." return an error dialog titled, "Not an XML File". This is puzzling because I know that I have a well-formed XML file in the selected buffer, and it's in XML editing mode on the jEdit status bar.
I think I must be missing something very basic, because the plugin loads fine, but it seems simply non-functional for editing. Any advice would be greatly appreciated.
gravyak