jEdit Community - Resources for users of the jEdit Text Editor
lex/flex and yacc/bison
Submitted by Anonymous on Saturday, 24 January, 2004 - 04:03
Add to the already large body of programming and language tools by including modes for these popular compiler and lexical analyzer tools.
per-buffer font setting
Submitted by herman_ivan on Friday, 23 January, 2004 - 10:06
At present, the only way one can change the font is through the general option setting. It would be nice if I could do that either through file type, or even for a buffer (essentially, adding this option to the global option/buffer option menu).

Why? For most of the programming job one uses Courier or similar for well-known reasons. However, I sometimes have to edit multilingual RDF/XML files, that includes various indic, chinese, korean, etc, scripts. I can do it very well with jEdit, provided that for that particular buffer I use a proper unicode font that has those unicode characters. On my machine at least that is Arial Unicode MS. SO the only thing I can do is to change the font for jEdit in general to edit this file, and then change it back to Courier if I want to edit, for example, a txt or a python file.
SSH Plugin
Submitted by Anonymous on Thursday, 22 January, 2004 - 21:56
Hey everyone Im a college student whose school recently took all the ftp servers offline since they werent secure enough anymore. Does anyone know about an ssh plugin for jedit? Id like to continue using jedit for programming but since my school no longer accepts ftp clients I cant effectivly work in jedit anymore. If its not being made Im hoping someone can maybe start working on it. I know a lot of programmers that are having the same difficulties now with the change over from ftp to an ssh.
Thanks
Macros
edit modes catolog file should be deprecated
Submitted by loomax on Thursday, 22 January, 2004 - 07:58
Each time I update my jedit Version I have to reconstruct the edit modes catalog file

I think it would be a good idea to put the information of the catalog file into the edit mode files themselves.
Jedit should loop over the edit mode files to collect the information.
Then one could also just copy the file into the directory without registering in the catalog file

Jedit for ever ...
Scroll position: A text editor vs a text viewer
Submitted by Anonymous on Wednesday, 21 January, 2004 - 00:25
I dont know if it's possible or not but I find that when I am cracking out a function or doing a bit of writing at the end of a file I prefer to not be editing at the bottom of the screen.

A text editor in my opinion should allow the user to position the bottom of the file in the middle of the viewing window as opposed to a text viewer which simply needs to display the text.

I am really impressed with jedit so far anyway, thanks a lot.
Cursor Beyond Line End?
Submitted by Anonymous on Monday, 19 January, 2004 - 17:55
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

As far as I can tell, there is no way to permit the cursor to move beyond a line's end into "virtual" space. Is there any way to permit this? Once in "virtual" space, any character entered will be placed at that location and the characters between the current line end and the new character are "filled" with white spaces. This would also permit the cursor to NOT have to follow line ends while moving up and down in a file.

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.
Rectangular/Column Selections Using The Keyboard?
Submitted by Anonymous on Monday, 19 January, 2004 - 16:59
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

From what I can see in the docs, the only way to perform column selections is to use the mouse. Is there any way to accomplish this with the keyboard alone?

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.

Thanks,

David
Rectangular/Column Selections Using The Keyboard?
Submitted by Anonymous on Monday, 19 January, 2004 - 16:59
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

From what I can see in the docs, the only way to perform column selections is to use the mouse. Is there any way to accomplish this with the keyboard alone?

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.

Thanks,

David
"Persistent" Blocks
Submitted by Anonymous on Monday, 19 January, 2004 - 16:57
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

I am moving from an editor which allows one to start and end a block of selected text and then to move the cursor to the location where the selected text should be moved/copied WITHOUT having the selection disappear. In this manner, you do not have to (a) select, (b) copy/cut, (c) move to target location, and (d) paste. Instead you (a) select, (b) move to target, and (c) copy/move.

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.
selection start
Submitted by Anonymous on Saturday, 17 January, 2004 - 21:41
The only feature/behavior that I find missing or am unable to write a macro to do is to begin a selection with a keystoke and have that selection continue to grow and shrink as I move around in the file -- usually with remapped cursor keys (e.g., ctl-j, ctl-k, etc). The selection would 'end' when I operate on it -- copy, cut, write, etc. I have used CodeWright in the past, and it works this way -- and I have grown very accustomed to it. The only real difference between this behavior and the normal mode, is that it is not necessary to continue to hold down the SHIFT' key to expand or modify the selection. If there is a way to make this happen via a macro or other mechanism, please, please let me know. I hope this explanation clear enough.
Bitmap font support
Submitted by Anonymous on Friday, 16 January, 2004 - 16:18
Not sure if this is a java issue or not, but it seems jEdit has no support for bitmap based fonts. It would be nice to have the .FON (under windows) bitmap type fonts supported since there are so many excellent programming fonts of this flavor.
Print Selection
Submitted by Anonymous on Thursday, 15 January, 2004 - 19:27
It would be nice if a option were available in the print
dialog to print only the currently selected block of text.
Jabber Client
Submitted by eargh on Monday, 12 January, 2004 - 07:56
I juz wonder if there are any plans to include a client for Jabber.. maybe a plugin that can be docked on the side panels...

maybe can display contacts on the side panel, then open new windows for message???
Antialiasing
Submitted by Anonymous on Saturday, 10 January, 2004 - 14:51
Antialiasing is in the texte area is great, but the rest of the interface is not. Could this be implemented or is there a way to turn it on ?
Smart home behaviour change
Submitted by Anonymous on Tuesday, 6 January, 2004 - 15:47
When using smart home, I need to press home twice to get to the beginning of line even if I am already at the beginning of the first word. For example, in the line:

<space><space><cursor>someword

If I press home once the cursor does not move, I have to press home again to go to the begining of line. I would like an option so that when I am already at the smart home position, pressing the Home key takes me directly to the beginning of line.

Roger
Feature for the "Search in Directory" command
Submitted by fixedsys on Tuesday, 6 January, 2004 - 06:56
The change log of jEdit 4.2pre7 says:

> The "Search in Directory" command now always selects the most recently
> searched in directory. To search in the current directory with the
> filter based on the current buffer's file name, click the
> "Synchronize" button.

For me this is an unlucky solution because I have to search in the directory of the current buffer in 99% of all cases.

I would suggest something like a small combobox to switch between these options:

- Search in most recently searched directory
- Search in the directory of the current buffer

When opening the dialog or changing this option the directory depending on the setting is inserted.
colored icons
Submitted by Anonymous on Thursday, 1 January, 2004 - 15:42
I allways uncompress the jedit.jar files - replace the icons by the colored ones and compress it again --- It would de good to include the colored icons in future installations

Thanks to the great job of all jedit developers Smiling
Persistence fr Markers
Submitted by Anonymous on Wednesday, 31 December, 2003 - 18:23
I would be very intersted in Markers being persisted. The idea is that if I set markers here and there, I would like them to remain set for all time...
Selected Variable High-Lighting
Submitted by spj on Sunday, 28 December, 2003 - 00:31
Put the cursor on a Variable and the Variable is highlighted everywehere in the active View
File/Directory Import and Export
Submitted by Anonymous on Friday, 26 December, 2003 - 05:32
I think if Filesystem browser has "File/Directory import and export from/to local filesystem" feature, jEdit could be a very nice FTP(or some other VFS's) cilent.
User login
Browse archives
« April 2024  
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
 
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   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293