Auto "un-indent" (for keywords)
Submitted by Anonymous on Friday, 21 January, 2005 - 01:49
See http://community.jedit.org/?q=node/view/1935
I'd like an automatic "un-indent" next lines feature based on keywords. (Like UltraEdit has)
e.g typing "ENDIF" will cause that line, and subsequent lines to be un-indented.
This will be handy for several programming languages that don't use C-like structures using brackets, instead just using keywords to enclose IF, FOR etc. statements.
right-to-left paragraph direction
Submitted by Anonymous on Thursday, 20 January, 2005 - 17:36
The possibility of changing paragraph direction from left-to-right to right-to-left will be a welcome addition for those of us who use jEdit for editing right-to-left languages like Hebrew and Arabic.
Perl Compatible Regular Expressions?
Submitted by Anonymous on Thursday, 20 January, 2005 - 13:11
Hi,
any chance to get Perl Compatible Regular Expressions in one of the next versions?
http://www.pcre.org/
Thanks.
Mail quote
Submitted by
weberjn on
Tuesday, 18 January, 2005 - 15:19
It were nice to have text quote and unquote on selections:
example
Edit->Text->Quote
> example
Edit->Text->Unquote
example
Unquote is especially useful to restore a several times quoted mail text:
>>>> Please restore
>>>> this
Please restore
this
Thx,
Juergen
Bracket matching in syntax highlighting
Submitted by
assaph on
Wednesday, 12 January, 2005 - 01:31
Hi,
To support Ruby features of code-within-strings, will it be possible to have bracket matching in the syntax highlighting?
e.g.
there's no problem with:
"some text #{ embedded code evaled to string}"
but this will confuse the parser:
"some text #{ "#{code in string within code}" if condition }"
the parser will terminate the first opening bracket with the first closing one, regardless of the nested scope.
Cheers and thanks for a great editor,
Assaph
Copy Text selection to Clipboard
Submitted by
bz3p19 on
Thursday, 6 January, 2005 - 15:18
Hi,
I think it would be pretty cool to have a setting where you can enable all text selected to be automatically put into the clipboard, similar to Putty funcionality.
Thanks,
James
XSLT And Jedit
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:39
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.
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?
proper bidi support
Submitted by Anonymous on Sunday, 19 December, 2004 - 15:57
As not being a Java developer, I don't know if adding BiDi support can be done in Java, or not yet.
I'm using jEdit for all my code-writing needs, and I wish it can support BiDi to allow me to write/edit Arabic.
Currently, with 4.2, I'm able to write Arabic, but it doesn't align properly with other english text.
also, If I tried to select any word of the arabic sentence, the selection doesn't seem to select the word highlighted, so when I begin typing to edit the selected word, it actually edits a completely different word.
Cheers,
-Amr Mostafa
XSLT code aid?
Submitted by
pjlehtim on
Thursday, 16 December, 2004 - 13:02
Hi.
Is there any way to get XSLT code aid for jEdit? Would be nice to availiable options for xsl: tags.
-Pasi
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
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
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.
Syntax highlighting - Tex for different languages than English
Submitted by Anonymous on Saturday, 11 December, 2004 - 14:43
Dear community,
I would like to suggest, that the highlighting of strings in Tex-mode can be switched
off, because there are extensions (specifically the german language extension) that use
double quotes as tool for displaying special characters. The jedit highlighting interpretes these quotes as beginning of a string and highlights the following parts in string coulour until an other accidental double quote appears.
Thanks for reading and for help, if something like that is already possible,
Mat
How to show the keyboard language selected
Submitted by Anonymous on Friday, 10 December, 2004 - 22:50
hi,
just want to know how to show the kind of keyboard I choosed when I do Ctrl-Shift. is it possible to place an icon or something else for to show that ?
thanks in advance.
Feature Request to load/view the head/tail/other end of a file
Submitted by
paulflory on
Wednesday, 8 December, 2004 - 22:44
I wish I could use jEdit to view specific parts of a file (e.g., the "tail" or "head"), especially HUGE files, like the 100MB+ log files I typically need to comb through.
jEdit has trouble with large files, eats a good deal of memory, and becomes sluggish with such beasts.
Wouldn't it be cool if we could load the tail end of a file, like the Unix tail command does? Or the head of a file. Or, if possible, but not as important, be able to specify the line numbers (range) we want to open.
I tried using the Log Viewer plugin, but it also eats up memory and croaks with large files.
Thanks,
Paul
plug-ins for SVN ?
Submitted by
cyu021 on
Saturday, 4 December, 2004 - 14:03
Hi folks,
Is there any plan for developing a plug-ins for SVN ?
Cheers,
code browser for CSS
Submitted by Anonymous on Sunday, 28 November, 2004 - 20:34
I would really appreciate plug-in, that would show all classes etc in CSS files (something like CodeBrowser in PHP)
Thanx
Honzik
(x)html table generator
Submitted by Anonymous on Sunday, 28 November, 2004 - 16:45
I miss some feature of HomeSite - "html table generator". It is button,.. when used, I can "draw" table, set aligning, spacing etc. Then it generates XHTML code to current buffer. Really helpfull feature