jEdit Community - Resources for users of the jEdit Text Editor
which plugin(s) should I use?
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:37
I am a new comer to jedit, I found that there are a lots of plugin avaiable. I have tried few of them and found that execient. But found that the description of the plugin are not quite clear for some of them. And it seems that there are some plugins with same function. Since are really lots of plugin, it is very time comsuming to test every one. Can any one share the experience of choosing plugin?

I mainly use jedit for writing program (usually in php, c, c++, c#, java). Can anyone suggest which plugin will help in this area?

plugin I have currently installed:

console
error list
shortcut saver
docker
ftp
buffertab
whitespace

In the recent usage of jedit, I found it very well writen, so I guest those plugin are also very good. Can anyone suggest some plugin for me so that jedit can become a IDE for every language (at least for those I mementioned above)? I want more IDE like function especailly debuging, since writing program always need debug, if no debuging function, it will be inconvenient.

thanks
settings directory
Submitted by Anonymous on Wednesday, 16 February, 2005 - 07:56
Hi,
how can I permanently change the settings directory (i.e. without having to specify it at the command line every time)? I'm using Windows 98SE.
Thanks,
Ivan
Fonts look...weird in Windows
Submitted by imgod2u on Friday, 11 February, 2005 - 14:53
In x11, the fonts in jEdit look ok (not as good as they do in say, gedit under KDE or Gnome) but in Windows, they exhibit this weird behavior where the colors are not uniform. I'm not sure if it'll show up in this screenshot but:

http://www.engineering.ucsb.edu/~jkang/JeditScreen.jpg

As you can see, the capitalized text with color (specifically, "INTEGER"), seem to have white "stripes". I turned antialiasing off and the characters looked even weirder, like they had pixels missing where they should be. I'm not sure what's causing this as other fonts in Windows look just fine.

Any help would be greatly appreciated. I've also noticed that fonts (like monospaced and Lucinda Console) don't look the same in jEdit as they do in other programs (even on the same computer)
escaped Chars like \n or \$ in PHP-Edit-Mode
Submitted by Anonymous on Thursday, 10 February, 2005 - 16:13

Hi !

Is it possible to highlight the escaped Characters in PHP-Strings (RULES SET="LITERAL1")?

I tried just to add:
<MARK_FOLLOWING TYPE="LABEL">&#092;</MARK_FOLLOWING>
to the RULES SET , also the "\" Entity and \ and \\ but nothing works .

With an other Escape Char like # (for testing) it works.

Someboy an Idea ?

mfg Tobias Werner

Insert Newline and Indent
Submitted by Anonymous on Monday, 7 February, 2005 - 16:53
Am I missing some cofig choice regarding "Insert Newline and Indent"? If I space over, say 10 spaces, enter 'x' then , the following line contains 2 tabs and 2 spaces. Was expecting it to have 10 spaces. It appears some feature I'm not aware of is automatically converting spaces to tabs during the Indent. I don't want "Soft Tabs" as I want a tab to be a tab; but neither do I want spaces to become tabs.
JDoc usage question
Submitted by Anonymous on Saturday, 5 February, 2005 - 04:33
I'm having a problem using JDoc. JDoc seems to apend a "@" character to the front of the Source File Names. I've tried several different combination of paths and no paths, wildcard and specific file names butcould never get it to work (javadoc rejects the "@" character).

Any help would be GREATLY appreciated.

--Greg
Edit Mode Priorities
Submitted by Anonymous on Friday, 4 February, 2005 - 08:34
Hi, if there is a clash with file extensions (in my case .pl - perl and prolog), is there a way of specifying which takes priority? In this case, the default is the perl edit mode, however I would like it to be prolog. Adding an entry into the catalog file simply stating that .pl should be prolog did not resolve the matter.

Thanks,
Mike
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:21
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:23
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
Method Follow
Submitted by Anonymous on Wednesday, 2 February, 2005 - 23:01
Is there a way to "goto" a method from another class. For examle in the foo class below is the a way to automagically click on b.name and have it open the Bar.java file and position at the name method?

public void something() {
Bar b = new Bar();
String s = b.name();
}
space and tab indicator
Submitted by ccapeng on Tuesday, 1 February, 2005 - 19:57
I use homesite. When I click the "q" in the gutter, I can see those indicator for tabs, spaces, and enter.

Are there any similar features in jedit?

I know there are tabs to spaces and spaces to tabs converter.
Compare files
Submitted by Anonymous on Tuesday, 1 February, 2005 - 01:40
I have now installed jedit an it's great Smiling
But how do I compare files like I used to do in UltraEdit?

Henning
Cannot Run any Java Class File Using Commando?
Submitted by Anonymous on Sunday, 30 January, 2005 - 23:34
Hi,
I've spent hours reviewing this message board as well as going through all the various options within Jedit to do a simple Java command.
I am trying to run a java class file that I have successfully compiled using the Plugins>Console>Compile Current Buffer option. I have Java version 1.4.2_07 installed.

But when I then use Plugins>Console>Run Current Buffer I always get the following error in the Command Window.
C:\Program Files\jEdit> java -classpath "$CLASSPATH;C:" -ms32m -mx32m Solution
java.lang.NoClassDefFoundError: Solution
Exception in thread "main" Process java exited with code 1

My Java file resides in my C directory. I've checked all my classpath settings in the Environment Var options and they're fine. I can compile and run this program using a DOS Command Window on Windows XP but cannot run it using Jedit's Commando plugin.

The only way I can get it to work is to cd up 2 directory levels to the C drive and then issue the java command. But I'd rather not have to do this each time...

I'd appreciate any help out there on this as I'm baffled with why this will not work for me.

Thank You!!

Conor
change which keys are C and A?
Submitted by Anonymous on Saturday, 29 January, 2005 - 11:43
I work on both a Mac and a PC side by side, using the same keyboard for both.

On a Mac, jEdit uses the Command key as Ctrl and the Ctrl key as Alt. This is pretty jarring when I'm switching back and forth from one to the other.

Is there a way to change this behavior?
User login
Browse archives
« May 2025  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
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   108254
Context Free Art (*.cfdg)   0.31   46074
BBEdit scheme   1.0   18609
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17490
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16088
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312