xml plugin bug ? (first element namespace)
Submitted by Anonymous on Sunday, 12 December, 2004 - 13:04
When a DTD (or a schema) defines a namesapce in the tag that declares it, XML Insert doesn't show the element tree. (it seems that it happens only for the root tag)
Similar problems have been reported here: http://community.jedit.org/?q=node/view/1262
and have been associated to Xerces but I am not sure this is true.
I haven't seen any solution to that.
Any ideas/help ?
Manolis
open file dialog box problem
Submitted by Anonymous on Monday, 13 December, 2004 - 02:48
hi, whenever i try to open a file, the dialog box or whatever you call it is messed up. the directory tree section is so compressed that nothing is shown, as is the other box and the filename box. they're all so squished that i can't see anything to open up. is there a way to fix this? thanks.
Sort_Lines.bsh v1.0 by Pascal Dal Farra
Submitted by
pdfneuro on
Monday, 13 December, 2004 - 09:11
Sort_Lines.bsh
a BeanShell macro for the jEdit text editor which is able to sort lines in ascending/descending order.
Available options are
- Remove duplicated lines
- Ignore case sorting
Sort_Lines.bsh
Submitted by
pdfneuro on
Monday, 13 December, 2004 - 09:21
Sort_Lines.bsh
Hi,
I just upload a jedit macro which is able to sort lines in ascending/descending order.
Available options are
- Remove duplicated lines
- Ignore case sorting
Check it at
http://community.jedit.org/?q=filestore/download/1943 and tell me if you find it usefull.
Enjoy
Execute program from macro
Submitted by Anonymous on Monday, 13 December, 2004 - 14:29
Strangely enough I haven't been able to find how to do this simple task in the documentation or the FAQ:
How to I execute a program from a Macro?
(For running a compiler/make or an emulator/interpreter for the code or just somethin like a calculator).
compiling and running java programs !!
Submitted by
ivan83sg on
Tuesday, 14 December, 2004 - 06:24
Is there any plungins available for compiling and running java programs??
Thanks guys
Ivan
Is JEdit incompatible with my programming style?
Submitted by
fmart on
Tuesday, 14 December, 2004 - 17:08
Hello.
I'm new to JEdit (and Java) and I've found an annoyance in the way JEdit treats my programming style. It seams that everybody except I writes "obj.method/params)". I write "obj.method (params)" (note the space between "method" and "(".
Well, because of that, JEdit doesn't mark my method calls like so. I took a look on the Java mode file and discovered that the way JEdit highlights methods won't work for me because it uses (I think): ( But the space I put before "(" breaks this, because it separates the tokens.
Is there a way to avoid this problem besides changing my style? Am I the only sole with this style????
Thanks.
Helpfile integration
Submitted by Anonymous on Tuesday, 14 December, 2004 - 22:56
It would be nice to be able to have helpfile integration like UltraEdit. ie, double-click on a word and press F1 to bring up helpfile selection box [ PHP, Perl, C++, Java, etc... ] and then does a context-search for that word in the helpfile.
Highlighting numbers - problems with names using underscore + digits
Submitted by
goebbe on
Wednesday, 15 December, 2004 - 11:35
Hello,
I use the HIGHLIGHT_DIGITS="TRUE" attribute and have the following problem:
When using variable names which contains underscore + digits the
digits are highlighted.
For example:
variable_2 = 4;
Here the 2 and the 4 are highlighted.
Does anybody has an idea how to prevent the number after an underscore to be highlighted.
I already tried to fix the problem with the : DIGIT_RE= and the NO_WORD_SEP rules
unfortunately without the desired result.
Thanks a lot in advance
goebbe
Macro to Sort lines like in Ultraedit?
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 13:56
Hi,
What's cool with Jedit is that if you have a simple feature request, you can make it yourself..
I just upload a jedit macro which is able to sort lines in ascending/descending order.
Available options are
- Remove duplicated lines
- Ignore case sorting
Check it at
http://community.jedit.org/?q=filestore/download/1943 and tell me if you find it usefull.
Enjoy
Macro to sort lines like in Ultraedit?
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 13:57
Macro to sort lines like in Ultraedit updated (Sort_Lines.bsh v1.1 by Pascal Dal Farra)
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 17:12
Hi,
Here is an update of the sorting macros
This macro is able to sort lines in ascending/descending order.
Available options are
- Remove duplicated lines
- Ignore case sorting
Enjoy
Upper/Lower/Invert/Capitalize Case Macros WHITHOUT unselecting text (CaseMacros.zip v1.0 by Pascal Dal Farra)
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 17:25
4 separated macro that allows to change word case of selected text WHITHOUT unselecting text:
- - Upper Case
- - Lower Case
- - Invert Case
- - Capitalize Case
Enjoy :-)
Upper/Lower/Invert/Capitalize Case Macros WHITHOUT unselecting text
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 17:28
Hi,
Here are 4 separated macro that allows to change word case of selected text WHITHOUT unselecting text:
- - Upper Case
- - Lower Case
- - Invert Case
- - Capitalize Case
Check it out! and enjoy
Upper/Lower/Invert/Capitalize Case Macros WHITHOUT unselecting text ?
Submitted by
pdfneuro on
Wednesday, 15 December, 2004 - 17:29
I did'nt find the feature.. I made it

4 separated macro that allows to change word case of selected text WHITHOUT unselecting text:
- - Upper Case
- - Lower Case
- - Invert Case
- - Capitalize Case
Check it out! and enjoy
Can I make sidekick structure browser show PHP instead of HTML structure for my PHP files?
Submitted by Anonymous on Wednesday, 15 December, 2004 - 18:54
I edit PHP files with lots of PHP code wrapped in tags. I have Sidekick and PHPParser (plus XML and various other plugins). The buffer is shown as PHP mode and gets nice PHP syntax highlighting, but sidekick seems to show only the structurue of HTML tags scattered through my code (ie. no PHP functions etc). So sidekick folding doesn't work as you'd hope either - switching to 'indent' folding lets you fold PHP functions as you'd expect, but I'd love to use the structure browser to navigate thru the PHP functions like you'd do with a java source file. Is this possible - am I doing something stupid?
I don't read this list religiously, any replies to pds@quadstone.com greatly appreciated.
jEdit 4.1 launcher works well with jEdit 4.2
Submitted by
kaimonica on
Wednesday, 15 December, 2004 - 20:17
1. Install jEdit 4.2.
2. Install jEdit 4.1 -- select only the windows integration component.
3. Run "Set jEdit parameters" as in jEdit 4.1.
This seems like an easy way to use jEdit 4.2 and still be able to use the 4.1 launcher.
Now you can happily associate file types as in jEdit 4.1.
Improving latex editing possible?
Submitted by
weimer on
Wednesday, 15 December, 2004 - 20:33
I am currently investigating my possibilities to switch to jEdit from Emacs on Mac OS X. So far, I think jEdit may replace Emacs for my programming needs.
But: The LaTeX editing mode needs some polish when compared with Emacs which I would possibly be able to do myself. I would really appreciate any hints on how to accomplish the following changes:
- a \section{} and related commands shall be treated as a paragraph on their own when reformatting paragraphs. Having to keep a empty line after them to prevent the formatting is very annoying.
- The indention in "description" environments is suboptimal. The indent should be like this:
\item[jEdit: ] Some nice text Editor I need to write about here.
_______________Some nice text Editor I need to write about here.
The '__' should be an indent until the second "Some" is alligned exactly the way the first line is.
Instead of:
\item[jEdit: ] Some nice text Editor I need to write about here.
Some nice text Editor I need to write about here.
Is it possible to accomplish something along these lines with jEdit?
Greetings,
Markus
Disabling Multiple Instances
Submitted by Anonymous on Wednesday, 15 December, 2004 - 21:53
Greetings Friends!
I'm a web designer who has just begun using jEdit for coding.
What a wonderful application!
My question is regarding multiple instances.
I often use FileZilla to 'View / Edit' my files. Whenever I do this, a new instance of jEdit is opened, even if the file is already open in jEdit.
I've looked all through the options and cannot find anything relating to multiple instances. Is there any way to disable them?
Thanks so much!
vavrek
~ free music for the now age ~
vavrek.com
Forum Search?
Submitted by Anonymous on Wednesday, 15 December, 2004 - 23:02
Is there a forum search? or is it only available to registered users? I've used the search at the top of the page, but that appears to just be a site news search.
Thanks!
Mike