jEdit Community - Resources for users of the jEdit Text Editor
Strange Windows behaiver
Submitted by Anonymous on Wednesday, 28 January, 2004 - 14:59
I've noticed two strange and annoying behaviors of the JEdit window in Windows. I can live with them, but it would be nice if they where fixed. I'm not really sure if this is a feature or a bug... anyway.
(1) When in Windows and clicking Windows + M to minimize all windows JEdit is not minimized. It just loses focus if it got it. This can be a bit annoying.
(2) When right clicking a file in Windows and clicking Open with JEdit the JEdit window comes to the front. But when selecting two files, right clicking, and clicking Show diff in JEdit the JEdit window doesn't come to front. It would be nice if it have the same behavior, coming to the front.
Anyone coding AntFarm
Submitted by aabbaabb on Wednesday, 28 January, 2004 - 14:08
Is anyone coding AntFarm anymore?

It has been "broken" for a while and there has been open bugs for it many months.
CSE HTML Validator integration
Submitted by Travis Carden on Wednesday, 28 January, 2004 - 08:47
You should consider providing integrated support for CSE HTML Validator. http://www.htmlvalidator.com/. HTML Validator is an "HTML and CSS development tool that assists in the creation of syntactically correct and accessible HTML and CSS documents". It's amazingly thorough and generally great at what it does, and lots of other professional editors are adding support for it - http://www.htmlvalidator.com/htmlval/integration.html. I just discovered jEdit today. It looks incredible! I'll be switching to it from Macromedia HomeSite. The only thing I can tell so far that I'll miss is my CSE HTML Validator integration. Please think about adding it. Thank you!!!
Mode System: Allow regexes in indent*Brackets property
Submitted by Anonymous on Tuesday, 27 January, 2004 - 20:08
Some languages don't use the typical squiglly brackets "{" to demarcate chunks of code. Nor do they use any brackets at all. With these languages it would be nice if the indentOpenBrackets and indentCloseBrackets properties would accept regexes as values just like the indentNextLine property does.

Now I could be mistaken and you *can* use regexes with the bracket properties. The fact that I couldn't get it to work doesn't mean much, but I don't think so. I see a few modes where people have tried and then commented out those tags. So, please consider this feature for a future jEdit release.
Allow specifying local/alternate servers to get plug-ins
Submitted by Anonymous on Tuesday, 27 January, 2004 - 18:57
It would be handy if I could host a local repository of plug-ins developed specifically for in-house purposes for jEdit and allow people to download them using the regular plug-in manager.

I suppose this wouldn't be hard for me to implement... hmmm...
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
User login
Browse archives
« May 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
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   83281
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