Redefining Control+R and Control+E
Submitted by Anonymous on Friday, 14 January, 2005 - 19:30
Is there anyway to redefine these shortcut keys? It won't let me in the global options > shortcuts menu.
Thanks
Folding Lines ?
Submitted by Anonymous on Wednesday, 12 January, 2005 - 18:05
How do i enable the lines in the text area between { and } in this screenshot: http://jedit.org/index.php?page=screenshot&image=29
Thanks in advance
For all how are wondering, why it is so quiet here...
Submitted by Anonymous on Tuesday, 11 January, 2005 - 22:04
I just realized that most communication is done via the mailing-lists.
Regards,
Thomas
Code following
Submitted by Anonymous on Tuesday, 11 January, 2005 - 05:55
Is there a way to "goto" a selected method. For instance in foo.java
Bar bar = new Bar();
bar.findThisOne();
is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
DotComplete for C?
Submitted by Anonymous on Sunday, 9 January, 2005 - 23:40
Is there a solution similar to DotComplete for C- or C++ -programming?
Thanks,
Thomas
encoding=utf-8, typing only latin/cyrillic
Submitted by Anonymous on Saturday, 8 January, 2005 - 06:14
i've just DL'ed jEdit and trying to set it up
jEdit 4.2
Win98fe russian
sun JRE 5.0 Update 1
in Global Options, i set Default char enc to UTF-8. so in the new file i've got (text, none, UTF-8) in the bottom right corner. i'm set up so i can type in english, russian, and slovak, and whenever i try typing slovak characters it typing cyrillic chars. however, if i open a UTF8 file, it will display all charracters in the file correctly, but the new slovak characters i type are still show up as cyrillics.
i've tried changing font (in Text Area) to arial Unicode (tho i really wish i didn't have to, since its not monospaced), but that did not help.
what am i not doing right?
Using the -noserver option (or alternatives?)
Submitted by
crowland on
Friday, 7 January, 2005 - 14:28
I would like to set up my environment so that I can have 2 (or more) distinct instances/windows of jEdit (at least in appearance) so that I can have separate collections of buffers open in each instance/window.
It appears that this can be accomplished as I would like it by using the -noserver option on the command line.
If this is the preferred way to do this, does anyone have a suggestion on how I can create a shortcut/batch file (I'm on Windows) so that I can start jEdit w/o it being linked to the blank command window?
Currently I have a batch file that contains
start java -jar jedit.jar -noserver
I would love to get rid of that blank window, though, b/c it just clutters things up with double the task bar buttons.
tia
Loss of indent when using shellscript mode
Submitted by Anonymous on Wednesday, 5 January, 2005 - 19:51
When using braced variable names on an indented line, entry of ${Varname} causes the line to lose it's
indent.
e.g.
for Line in $(ls)
do
print ${Line} <- as soon as the opening brace is typed the line shifts back to column 0
done
Any ideas on how to fix this???
TIA
typing in action bar is invisible
Submitted by Anonymous on Tuesday, 4 January, 2005 - 21:11
I just started using jedit 4.2final and when I move to the action bar to type something it doesn't echo or appear on the screen, although the commands work. I tried using the utilities->global options->appearance to 'use jEdit text area colors in all' places but it didn't work and the typing is still invisible. Any ideas what I am doing wrong?
typing in action bar is invisible
Submitted by Anonymous on Tuesday, 4 January, 2005 - 20:24
I just started using jedit 4.2final and when I move to the action bar to type something it doesn't echo or appear on the screen, although the commands work. I tried using the utilities->global options->appearance to 'use jEdit text area colors in all' places but it didn't work and the typing is still invisible. Any ideas what I am doing wrong?
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
Jedit v/s Java
Submitted by Anonymous on Thursday, 30 December, 2004 - 10:29
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
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 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?
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.
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
find and replace
Submitted by Anonymous on Saturday, 18 December, 2004 - 17:30
I need to replace 3 lines of code, each line is on a seperate line in the file. I have to replace it with 4 lines of php code, however when I copy my 3 lines into the jedit editor, it puts them all on one line and so doesnt find the lines that need changing.
It appears it can only search for a string or something to replace providing its all on one line, what about if i want to replace a block of code in 45 files like I need to now?
How do I do that?
thnx
Launcing a new jEdit instance?
Submitted by
pjlehtim on
Friday, 17 December, 2004 - 08:29
Is is somehow possible to launch another instance of jEdit? What I need is to have two different sets of buffers. I edit multible XSLT files and multible input files. I don't want to have them all in the same buffer tab list(its getting too long and its hard to find the buffer I want). The best way would be to have Linux like virtual desktops inside jEdit. Just two separare buffersets and a keyboard shortcut to switch between them. But for now I'd be happy just to launch another jEdit instanve with separate set of buffers. Any way I can do that?
JavaStyle on whole directory
Submitted by Anonymous on Thursday, 16 December, 2004 - 16:20
Is it posible to call JavaStyle beautifirer on all files in some directory and all subdirectoryes?