jEdit Community - Resources for users of the jEdit Text Editor
The LONG_ENTRY element .. how to type new line in text field?
Submitted by d_l on Thursday, 14 January, 2010 - 20:48
From Commando Help ..
The LONG_ENTRY element
A LONG_ENTRY element adds a multiple line text area to the commando panel. It must be placed inside the UI element.

I can paste long word wrapped text from notepad .. such as the above text ..
But if I type text into the text field, using [enter key] as end of line, the UI window closes prematurely.
How do I type new lines into long format text field?
Why did it take 5 years?
Submitted by 6tr6tr on Monday, 11 January, 2010 - 16:36
I love jEdit and recommend it to everyone but over the last 5 years a LOT of people left jEdit and have been wary of using it because there was so much time between releases. They felt like it wouldn't be supported and they'd have to switch late in the game to another platform/ide. So just wondering...why did it take 5 years to get to 4.3?
File System Browser can`t not work with windows 7
Submitted by zcjsg on Monday, 11 January, 2010 - 01:48
when using the File System Browser , I found it could not list the any file or directories;
I tried many times,but it still cant`t use it.
I dont`t know why ,please help!
my system is "windows 7",using "jedit 4.3 stable version"
Thank you!
How do I tidy my PHP code
Submitted by Zanzor on Sunday, 10 January, 2010 - 09:48
Hi, I am from South Africa and started using jEdit in the last week. Can anybody out in the community tell me how do I tidy any 3rd party pasted PHP source code in the editor window. Normally in most other editors you just highlight all the source code, right click, and select 'Tidy Source Code' but I can't find the equivalent command in jEdit. Thanks in advance.
List built-in commands
Submitted by d_l on Saturday, 9 January, 2010 - 17:26
The welcome message in Console.System Plugin reads ..

"Press TAB with an empty command line to list built-in commands.
Run built-in with --help argument to get a brief usage message.
Run %help to view Console plugin online help".

But running jEdit in Vista .. I see nothing when I press TAB.

%help does launch help.

How else can I list built-in commands?
Multiple instances/views
Submitted by painted on Thursday, 31 December, 2009 - 17:51
Hello,

I need to be able to use multiple instances of jedit to work on completely separate projects. I was getting by well enough doing View menu/New View and then closing all the open files in the buffer of the new view and setting up the File Browser as I need it. However since the last update if I open a new view, and open or close files into that view's buffer, the files also open/close in the previous buffer, so basically both views are identical which doesn't help for working on two separate projects.

Is there any way to open completely separate instances, or at least get the old view behavior back?

Thanks!
Commercial use of jEdit HelpViewer
Submitted by weberjn on Thursday, 17 December, 2009 - 13:31
Hi,

jEdit and it's modules are under GPL.

Would the copyright owners of jEdit HelpViewer dual license it under Apache license, too or would they offer a commercial license?

Thanks,
Juergen
Using bitmapped fonts.
Submitted by chuckf on Monday, 14 December, 2009 - 23:05
How can I use a bitmapped font with jedit?
Thanks,
chuckf
Whole project autocomplete?
Submitted by SrGris on Wednesday, 9 December, 2009 - 21:45
Hi,

Its posible to have autocompletion for a whole project (not only opened buffers) via jedit plugins?

I am coding in PHP.

Thanks
Jedit look and feel Themes
Submitted by danilo2 on Tuesday, 8 December, 2009 - 20:32
Hi!
I'm new user of JEdit and I'm slowly discovering all its amazing features.
One of the things, I want to do on the beginning, is I want to adjust the look of this editor - I know it is possible.
Currently I want to achivve effect like this one:
http://4.bp.blogspot.com/_jhhCwGCa5Zg/SnvW0GHuRQI/AAAAAAAAAAs/CE7MmLBA96c/s1600-h/Screenshot-jEdit+-+~-Desktop-haxegui-haxegui-controls-Component.hx+%28modified%29+%5BGroup:+All+Projects%5D.png

Could you please tell me:

1) how can I edit the color schemes - where are the schemes files?
(I found that in "look and feel" plugin there are looks and feels like "skin" or "oyoaha" - but I cannot find instructions how to write themes for them Sad

2) Can I adjust color schemes for other looks like "lipstik"?

3) Please tell me too if I can "add" the jtattoo look into JEdit - because I cannot figure how to do that Sad

Thank you very very much Smiling
jedit and git
Submitted by vivekbhat on Thursday, 3 December, 2009 - 10:09
Hi,

Is there a way I can use git with jedit. Like while creating projects, in the Verison Control there is a choice of subversion... I wanted to use git instead of that. Can I do that...
Regex for jEdit
Submitted by Whoshooter on Sunday, 29 November, 2009 - 18:40
Hi there - this is my first post here on the forum. I used to use UE but have switched to jEDIT. I have a regex for EU that adds the word BREAK every three sentences (or periods really), that worked like this.

BEFORE
The cow juumped over the silvery moon. Jack and Jill went up the hill to fetch a pail of water. Humpty Dumpty sat on a wall. It was the best the times it was the worst of times.

AFTER REGX
The cow juumped over the silvery moon. Jack and Jill went up the hill to fetch a pail of water. Humpty Dumpty sat on a wall. BREAK It was the best the times it was the worst of times.

This was the REGEX I used in EU for this move;

Find What: ^([~.]+.[~.]+.[~.]+.^)

Replace With: ^1 BREAK

Does any smart person know what the jEDIT version of this would be??? I'm fighting it with no signs of success in the near future.
Buffer stopped showing up in all views
Submitted by proee on Wednesday, 18 November, 2009 - 16:48
For some reason jEdit stopped showing all open buffer in each view. Now buffers are segregated to a single view. When I open a new buffer, I'd like it to be available in my buffer tabs across all views.

Somehow I must have broken this or turned of the default setting.

Any ideas how to get all buffers showing in each view?
Thunderbird crashes
Submitted by oh on Thursday, 12 November, 2009 - 17:11
When I copy some text from jEdit and paste it into the body of an email, Thunderbird immediately crashes - vanishes without a trace. I am not saying this is a bug with jEdit, might well be with Thunderbird. But do any of you have a suggestion for fixing this - some kind of encoding settings? (For the moment I just keep gedit open and paste the text there - and do a further Copy/Paste from gedit to dump it into a Thunderbird email.)

I am using jEdit 4.3pre16 with Java 1.6.0_0 on Ubuntu 64 and Thunderbird 3.0pre (Shredder).

Thank you,
OH
Call "Complete Word" automatically after Nth letter?
Submitted by DVV on Wednesday, 11 November, 2009 - 17:40
I believe such question was asked before, but I could not find the answer, sorry.
How can I make jEdit to call/execute its built-in function "Complete Word" for every word after I type, for example, 3 first characters of the word? You see, typing Ctrl+B for each word is tiresome, why don't jEdit itself "call" this function after Nth first letters of word have been typed?

P.S.
I've tried the TextAutocomplete plugin, but it seems to be not what I need. All I need is the standard functionality of Ctrl+B but without Ctrl+B typed manually.
Amazing editor, by the way!
Creating new key words (SQL)
Submitted by rdtindsm on Sunday, 8 November, 2009 - 18:43
Have been using Jedit for an SQL class, particularly because of the "capitalize key words" macro, which is SOP in the SQL community. There seem to be some that aren't included, 'minus' in particular. I'm not an SQL guru, but am told that different implementations can have different keywords, so the ability to modify this list would be very useful, as it was the last time I used an editor with the capability.

The home page suggests that I can add (or create) my own. Looked in users guide, FAQ, et.al, and can't find any references that tell me how to do this. Can I change colors too?
Pass selection to external tool
Submitted by oh on Friday, 6 November, 2009 - 10:21
Preamble:

I just switched from Vista to Ubuntu. Have to set up a new tool chain. Discovered jEdit - fantastic. Thanks for all the hard work.

I have used Programmers Notepad or Textpad for many years. There I set up external tools to run on certain key presses. I assume that this is done using the Console plugin. So I downloaded the latest console plugin to go with the latest jEdit.

And now the question:

In Programmers Notepad there was a check box: Pass my selection to the external program using standard input. And: Replace selection with output from external tool. These functions would give me a quick way to filter a few lines of text through an external script. Is there an equivalent to this in jEdit?

Could you please point me in the right direction?
Plugin color control
Submitted by nfgf on Wednesday, 28 October, 2009 - 19:39
Hello, folks.

I am new to jEdit and must say that I am still experiencing it and, by the way,
loving it a lot. It has all that I wanted from a text editor and two extra
important features: it has a good scripting language and runs on Windows and
Linux, so I can use the same software at both systems.

I have defined my color preferences and installed all the plugins I think are
important to me. My current configuration uses black as the editing panel
background color, but I failed to find a way to control the plugin colors so I
could have a homogenous environment. I can see that the jEdit screenshots page
shows many plugins with different background colors so I guess that I can configure
the plugin colors somehow.

Does anybody know how to control the plugin appearance?

Thank you in advance.
File Extensions and Modes
Submitted by niklasfi on Sunday, 25 October, 2009 - 09:31
Is there a way to tell jEdit to always open files of a certain file Extension in a certain mode? I am doing some work in Maple and I would like all ".maple" files to be opened in the Maple-mode. I do not think any file extensions have been registered with maple, as typical Maple files from the XMaple editor (.mw, mws) are not plain text files. Though it is possible to pass plain text files the maple compiler. Anyways. I am looking forward to your answers.
Cheers,
Niklas
formatting paragraphs within comments
Submitted by mab2001 on Wednesday, 21 October, 2009 - 16:27
Hi,

I use "Format Paragraph" along with "Rectangular Selection" to format text in a comment block (where there is "* " to the left of every line). The problem I have is that this always formats the paragraph to be 80 characters wide regardless of the left column of my selection. Is there a way to get Format Paragraph in this instance to use column 80 minus the selection's left column as the paragraph width?

Alternately, is there a plugin to aid in writing and formatting ASDoc or JavaDoc comments?

Thanks,
Mike
User login
Browse archives
« June 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
 
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   108256
Context Free Art (*.cfdg)   0.31   46074
BBEdit scheme   1.0   18610
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17491
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16089
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312