Mac OS X - change of behaviour
Submitted by
carlob on
Tuesday, 31 May, 2011 - 14:49
Hello,
last week, suddenly, my jEdit did not start anymore with a doubleclick, so I downloader a new version -- not a good idea, usually it's better to know why these things happen --, anyway after updating my usual shell scripts to open files on the command line do not work anymore. I usually do:
java -jar /Applications/jEdit.app/Contents/Resources/Java/jedit.jar -reuseview $1
to open a file in a new tab on jedit. Now I get an error instead:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
But why it runs well when I double click the application?
May we have back my command line?
c
Thank you for any help provided.
Code Alignment
Submitted by
CJreige on
Wednesday, 1 June, 2011 - 21:55
Is there any way to vertically align code by any character such as equals and period?
Large XML file, with empty text content (MTdict.zip v1 by Mike Maxwell)
Submitted by
McSwell on
Friday, 3 June, 2011 - 03:46
A large XML file, to illustrate the problems with jumping around such a file when Sidekick parsing is turned on. See the thread "Sidekick file size setting" of 1 June 2011.
optimizing for osx/mac
Submitted by
starpause on
Monday, 6 June, 2011 - 01:04
hi all, love jEdit and i've tried all the editors =)
but i'm wondering if there's some performance optimizations i may be missing for osx. mostly, i want to run jEdit on the background so it opens any text file instantly (even after i've quit). i also want to be sure i'm running jEdit with the most recent version of java on my machine and with enough ram. any other ideas for getting optimal performance on a macintosh?
if it matters i'm running osx 10.6.7 and jedit 4.4pre1.
thanks!
jordan
Drag and drop
Submitted by
Perkin5 on
Tuesday, 7 June, 2011 - 17:42
I have just started using jEdit and love it but I'm having trouble with drag and drop. If I drag an image into the text area, I don't get the same effect as with, say, Dreamweaver, where an img src code snippet appears in the text.
Is that meant to happen and what am I doing wrong?
Search and replace in all buffers
Submitted by
Hans_Bauer on
Friday, 10 June, 2011 - 07:50
When having several *.prn-files/buffers (containing text only) open within one instance of jEdit and trying to search and replace e.g. "," by "." in all buffers i get the error
"The specified search file set contains no files. Please ensure that the file name filter and directory to search (if applicable) are set correctly"
The error occurs with jEdit 4.4pre1 under Win7x64
SideKick with a "stop parsing" button (SideKick.jar v0.1 by Shlomy Reinstein)
Submitted by
shlomy on
Friday, 10 June, 2011 - 12:54
This is a version of SideKick that has a "stop parsing" button next to the mode options button in the dockable. The "stop parsing" button is meant for very large files, whose parsing may take a lot of resources and may cause performance problems in jEdit.
Default character set (encoding) per server
Submitted by
1234ru on
Wednesday, 15 June, 2011 - 12:30
Hi, guys.
I'm enjoying using jEdit and wanted to know one thing.
I work with many remote servers which often have files in different encodings.
Can I somehow determine default encoding per server?
Can't Download and Install FTP Plug-in - Issues on a Mac
Submitted by
kristenannie on
Wednesday, 15 June, 2011 - 18:36
Hi there,
I have used JEdit for years on a Mac without any problems. A few weeks ago, suddenly, the file browser stopped working for browsing files on remote server with the ftp plug-in. I thought maybe I needed to just upgrade JEdit or something, so I downloaded jEdit 4.3.2 and installed it.
I went to start setting up my environment with the first thing being downloading the FTP plug-in again. The only problem is that I can't download the plug-in. It looks like it tries to do it and then gives me a message that says, "Error while downloading the plugin, please try another mirror. Operation timed out." I have tried quiet a few other mirrors, but still get this message. Any ideas?
JEdit is my preferred program to use to edit files on my remote servers, and I'd really like to get it working again.
Thanks!
Kristen
How to Change color/font schemes?
Submitted by
dking on
Wednesday, 15 June, 2011 - 20:29
Can anyone explain or point me to where I can find information on how to change/create jEdit color and font schemes? I've searched jEdit's forum and wiki, but found nothing. Thanks.
jEdit 4.3.3 is out!
Submitted by
Vampire on
Tuesday, 21 June, 2011 - 10:51
jEdit 4.4.1 is out!
Submitted by
Vampire on
Tuesday, 21 June, 2011 - 10:54
to edit and drag - drop text with ease
Submitted by
zhangweiwu on
Saturday, 2 July, 2011 - 13:16
Hello. This feature request is best explained by example. I have a text file, see below:
THE PROJECT THE FOUNDATION
In the begining An independent non-profit .......
The project .... [terse edited text ........ and we .........
with /emphasizes/ and references
to wikipedia.]
Now MEMBERSHIP
.......... [edited text to mention The membership ..... [terse edited
reports] text about membership]
Report 1... Membership 1
Report 2... Membership 2
Report 3... Membership 3
Membership 4
WE BELIEVE IN Membership 5
Freedom and community
[Even terser edited text with FINANCE
references to the GNU project.] [a short explanation how GNOME
Collaboration and meritocracy foundation is financed and list of
[terse edited text that emphasises financial reports.]
digits, numeric facts and links to
get-involved section] LEGAL Information
People-centered [A list of references to legal
[Lorem ipsum dolor sit amet, documents.]
consectetur adipisicing elit]
You can see the text file is formatted using spaces. Only in "overtype mode" can such a text file be edited, but even though it's not convenient.
Suppose I want to remove "Membership 5" and let every other line in the right column move upward one line, it must be hell of trouble to do it.
A easy way is to add a feature to select a rectangle in the text file, and the editing area is in the rectangle. If I select the whole right column in a rectangle, then, editing only affects characters in that area. Removing a line, for example, makes every below other line lifts up in the rectangle, but outside does not move.
Perhaps this feature isn't used much, but having this feature created a new way of doing text editing, people may find interesting ways to use text editor as a mind-map, an organizational-chart editor and a web layout editor without having to use a graphical tool, and being able to send charts through emails. This may be further enhanced with the use of box-drawing characters.
Any thoughts?
CCS-C (CCS-C.xml v1.1 by Paul Hutchinson)
Submitted by
Paul Hutch on
Sunday, 3 July, 2011 - 15:45
A commando file to compile C code for Microchip PIC micro-controllers using the
Custom Computer Services PIC C compiler.
Options and defaults are based on CCS "C" Version 4.121 and the February 2011 edition of the reference manual. It has only been tested with the PCM flavor of the compiler, but according to the users manual it should work for the PCB, PCH and SXC flavors as well.
Version 1.1 Adds quoting to handle spaces in path names.
"#if" coloring support
Submitted by
SebG on
Tuesday, 5 July, 2011 - 07:13
Hi all,
A very nice feature I'm looking for is to change the color of code according to the #if/#ifdef preprocessor directives.
For instance, having the "toto = 1" code in the following code displayed in a special color to indicate it is not compiled:
#if 0
toto = 1;
#endif
I've not managed to find if this feature already exist (using the ctags stuff plugin or so) but this would be a great great feature!
Any advice welcome, regards,
Sebastien.
Alias for Favorites
Submitted by
uhuebner on
Monday, 11 July, 2011 - 15:43
Several of my favorites are more then 10 directories deep. Beside the bad readability it almost won't fit on my screen. It would be great if I could give alias names to my favorites.
Does that imply major changes or can it be done with relatively small effort?
To me jEdit as an editor is nearly feature complete. Now the focus should by layed on usability. I find the file browser the weak point. IMHO it needs an major overhaul.
Kind regards
uhuebner
Console plugin
Submitted by
CodeBender on
Tuesday, 12 July, 2011 - 20:33
Is it possible to have the console window located in the edit buffer area (just another 'file' to edit) - instead of floating or docked? Would save some space on the screen and would 'hide' it when not used instead of moving/clicking around.
Can I get horizontal scrollbars with the Console window (and no wrap)? Large command lines get very confusing this way.
Can I make the Console stay at the position I moved the vertical scrollbar to (in case the position is other than the bottom) instead of being positioned to the end with every output? Useful for longer compiles/executes in case I already want to use the time to read through the output...
I really like jEdit. I havn't spent too much time yet but it's got excellent features. However I want to be fast in editing. Especially loading files (no clicking - I may get used to the EBrowser plugin), cycling through my buffers, typing commands - not forced to take my hands off the keyboard and use the mouse to press buttons, menus or changing focus for the basic editing. I'm coming from SlickEdit V9 and am not that much convinced from its V16 - just too much auto this and that...
Console-SshConsole : get result of a command
Submitted by
Jabberwock on
Wednesday, 13 July, 2011 - 05:17
Hello,
I'm a french user of jedit
I want to know if someone knows how I can get the result of a command execute via sshconsole(console).
I succed to get a result but the command is executed in a independant thread, so when I execute the command, the result don't contain the complete result but juste a few lines.
So, may be someone know, how I can find if a command is ended ?
Thanks in advance
XML , XML ---> Text" -->
XML Plugin - Convert Text ---> XML , XML ---> Text
Submitted by
aleroot on
Thursday, 14 July, 2011 - 10:25
I've started using Jedit recently, i usually use Notepadd++ .
Working with XML plugin i can't find some useful feature that XML Tools of Notepad++ have, like :
-Tag Auto Close
-Print XML with line breaks
-Convert Selection XML to Text and Text to XML
Are there this feature also in Jedit ?
which plugin have i to install ?
Thanks.
Problem with Japanese chars on jEdit 4.4.1 (Ubuntu 10.04)
Submitted by
mankms on
Friday, 15 July, 2011 - 06:28
Whey I try to paste some Japanese chars from http://page6.auctions.yahoo.co.jp/jp/auction/f99692952 (e.g. 落札者はログインしてくださ) to a buffer with either UTF-8 or EUC-JP encodings I see rectangles instead of those chars.
How to fix that?
Works as expected in gedit, NetBeans and Komodo by the way.
Regards,
Alexander