jEdit Community - Resources for users of the jEdit Text Editor
Archives
Project encoding
Submitted by Anonymous on Tuesday, 15 March, 2005 - 09:47
hi!

it would be very useful to set encoding to entire project, not only when opening files by one.

thank you!
How to move profile directory ?
Submitted by Anonymous on Tuesday, 15 March, 2005 - 14:58
Is there a way to move jedit's profile directory under windows from "C:\Documents and Settings\username\.jedit" to another location ?
Since the profile space is restricted to 20 MB in our network, I've got to (partially) delete it before I can log off.
Highlighting Matching Tag Issue
Submitted by Anonymous on Wednesday, 16 March, 2005 - 07:23
Hi, I know there is a way for Jedit to outline the matching tag with any color given, but is there a way to have it set a background color for the matching tag instead of just outlining it?

Thanks.
Removing period at the end of line
Submitted by Anonymous on Wednesday, 16 March, 2005 - 14:24
Is there a way to not display the "." period at the end of each line. I find it very hard to edit anything with jedit because the language I use already uses periods at the end of line. Having to periods at the end kind of throws me off. Any help appreciated.
Thanks.
gnome clipboard daemon
Submitted by Anonymous on Wednesday, 16 March, 2005 - 19:08
I run Jedit on Ubuntu Warty, Kernel 2.6.8, Gnome 2.8, and if I use the "gnome clipboard daemon", copy and past don't work in Jedit...
I have tryed Jedit 4.2 and 4.3pre2 and the probleme is the same.
Favorite files plugin?
Submitted by Anonymous on Thursday, 17 March, 2005 - 17:12
Is there a plugin that will create a menu with manually addable items for files (kind of like the Bookmarks menu in a web browser)?

I know about the "Favorites" option in the file manager but that seems like it can only bookmark paths rather than specific files. There is also the "Bookmarks" plugin but that doesn't really seem to have same goal as what I'm looking for and would be cumbersome for my purpose.
Move-Drop Icon too big
Submitted by Anonymous on Friday, 18 March, 2005 - 12:17
If you find the icon for the move / drop operation gets in the way and obscures where you want to drop selection try this solution:
This is using j2re1.4.2_06 - the problem may not exist in other versions
Find file "motif_MoveDrop32x32.gif"
in
/usr/java/j2re1.4.2_06/lib/images/cursors/motif_MoveDrop32x32.gif
or wherever your jre folder is
Open in gimp (may have to change read/write permission)
Select white area - leave just little bit of white around edge
Make it transparent
Save.

This will, I expect change icon, in all java apps.
You could also try editing "cursors.properties"
I'm sure there might be better wys but this seems to work!
Project Viewer enhancements
Submitted by Anonymous on Friday, 18 March, 2005 - 14:36
In Project Viewer, when adding a new project, I'm limited to choosing a local location for project root, but I often work on remote files. I can add files from VFS and get my remote files, but I can only add one file at a time. That's very time-consuming. Would like to be able to import files from directories on remote servers. Also: projects can only consist of files, but not directories? Would like to add directories/folders as part of a project, to be able to organize my project similarly to how it will exist on the filesystem when deployed.
Plugin central updates - 2 new, 15 updated
Submitted by slava on Sunday, 20 March, 2005 - 06:33
A new batch of plugins is now available from plugin central. You can read the change log. Thanks to Dirk Möbius, Ollie Rutherfurd, Oliver Epper, Anthony Roy, Matthieu Casanova, Bertalan Fodor, Marcelo Vanzin, Rudolf Widmann, Nathan Fiedler, Uzi Landsmann, Will Simpson, Nicholas O'Leary, Doug Breaux, and Sergey Udaltsov for submitting updated plugins, and Ollie Rutherfurd and Jeffrey Hoyt for packaging them.
New version ProjectViewer and SQL together.
Submitted by Anonymous on Sunday, 20 March, 2005 - 11:29
Hi,

When I install new versions of ProjectViewer and SQL plugin, working together is ended with error:
Cannot start: java.lang.NoClassDefFoundError: projectviewer/config/ProjectOptionsPlugin.

Please, help me.
tom.
You have BeanShell version 2.0b1.1-jedit-1 in your CLASSPATH
Submitted by Anonymous on Monday, 21 March, 2005 - 14:09
[error] BeanShell: You have BeanShell version 2.0b1.1-jedit-1 in your CLASSPATH.
[error] BeanShell: Please remove it from the CLASSPATH since jEdit can only runwith the bundled BeanShell version 2.0b1.1-jedit-1

what i need to do?..
Java Runtime for MAC OS 10.2.8
Submitted by Anonymous on Tuesday, 22 March, 2005 - 02:34
Up installation and start-up an error message is retunred, "MAC OS Plug-in requires a later version of java (MRJ 99)" What do I need, I tried installing MRJ 2.2.26 but was returned a that the latest version was installed.
Saving HyperSearch results in a separate file
Submitted by Anonymous on Tuesday, 22 March, 2005 - 06:57
I wonder if there is a way to save HyperSearch results in a separate file.
Community site
Submitted by Anonymous on Tuesday, 22 March, 2005 - 08:31
Hi there,

I have been watching this community for a few days and looks like no serious communication takes place. I as a lot of other people am looking for sharing knowledge and information on using jEdit.

Is there any other place out there where this is done ?

regards
Jedit and MAC os 10.2.8
Submitted by Anonymous on Tuesday, 22 March, 2005 - 16:40
[posted this in the wrong forum, installation]
Up installation and start-up an error message is retunred, "MAC OS Plug-in requires a later version of java (MRJ 99)" What do I need, I tried installing MRJ 2.2.26 but was returned a message that the latest version was installed.
A total beginner
Submitted by Anonymous on Wednesday, 23 March, 2005 - 08:00
I downloaded JBuilder but it looks pretty complicated for me and I may have to switch to something simpler. I might download a text editor like jEdit and then install that along with Java 1.4. Is that all I need to do then to start writing programs? When I install jEdit will it automatically link itself to Java 1.4 or do I have to go through some manual configuration process to link the two together?

And what is a plug-in? Do I need to install any plug-ins? Or can I use jEdit just the way it comes in the download?
Keep Java mode from indenting to javadoc space
Submitted by Anonymous on Wednesday, 23 March, 2005 - 19:44
I'm certain I had this problem fixed once, but I can't find whatever documentation I used. I've just come back to JEdit from Netbeans, so I can't quite recall what changes I made. I'm using JEdit 4.2Final.

If I'm typing a Java file, and I enter a Javadoc, followed by a class or method declaration, when I press <enter> on the line, it indents to the * on the javadoc. Example:

I type:

/**
 * javadoc comment
 */
public class MyClass {


Jedit automatically indents to:

/**
 * javadoc comment
 */
 public class MyClass {


inserting the space at the beginning of the line. I don't want this to happen. Can anybody tell me what I need to do to fix it; I suspect I'll have to edit the java mode file, but I'm not overly familiar with the syntax. I looked at the java mode, but nothing popped out to solve this issue.

Thanks,
Dusty

PS: My login seems to be broken here, I'm 'Sawdusty', but I can't log in and the request password form isn't sending me one.
Dock the "Search and Replace" dialog?
Submitted by Anonymous on Thursday, 24 March, 2005 - 20:21
Hi,

I've just started using JEdit - excellent product!

Is there any way to make the "Search and Replace" dialog dockable? It would definitely making editing multiple buffers easier.

Thx,

Frank.
Plug in download did not work
Submitted by Anonymous on Friday, 25 March, 2005 - 07:47
I was going to download the JCompiler and Console plug-ins so I don't have to open a command line to compile and run my program. But during the download I got I/O error and I don't know why. I'm assuming the download failed. How can I tell if I have these plug-ins installed?
HTML Code Formatting?
Submitted by Anonymous on Friday, 25 March, 2005 - 14:34
Is jEdit (or a plugin) able to perform HTML source code formatting, like for example Dreamweaver does? I got many files with messy html code and I was wondering if I could do this with jEdit.

Thanks...
User login
Browse archives
« March 2005 »
MoTuWeThFrSaSu
 
1
10
12
13
19
26
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   108249
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309