jEdit Community - Resources for users of the jEdit Text Editor
How instal plugin Railscasts in jedit ?
Submitted by agnaldovb on Friday, 16 December, 2011 - 16:07
Excuse-me because I a initiation user. TKS
save a file with name in sequenze like versioncontroll
Submitted by leuveg on Tuesday, 13 December, 2011 - 14:19
Hei, (sorry for my ugly english -_-" )

i use jEdit for text writing (Examen) and i would save my text files in a sequence like
Text_2012_12_13__01.txt
Text_2012_12_13__02.txt
Text_2012_12_13__03.txt
...
for Bakup. Smiling
In this time i can do this only per hand, but i looking for a plugin/makro/etc. that i get a button for 'klicking' and do this automatical. I know SVN and so, but i think that is a little bit to much for a simple single work text.

Has someone an idea or help for me?

Greetings,
Jens
adding new highlight plugin entry
Submitted by decuman on Monday, 5 December, 2011 - 05:05
Hey Guys,

Someone using highlight plugin intensively?
I have some issues with adding a new highlight entry through highlight dialog. The dialog works normally but when I press add it just silently goes away with nothing added to the list. My highlights list is empty... however cursor highlight works normally (apart from -2 linespace weirdness with offset highlight outline in the latest 4.5pre1 build )

Just in case my Java version is : 1.7.0_01

Thanks in advance,
Nick
Regular Expression
Submitted by sydbeat on Thursday, 24 November, 2011 - 10:19
When I use this regular expression:
"^ | $"
jEdit finds only "^ ". But when i type:
" $|^ "
jEdit finds both.
Bug?
Regex-Beginning/End of File
Submitted by farphin on Tuesday, 1 November, 2011 - 14:49
I just started using jEdit, and I'm trying to use regex's to find the beginning of the file. I've tried \A and ^^, but neither seem to work.
So, how do I find the beginning of a file (actually, multiple files, to add "stuff" to the beginning of each.)
Thanks.
hypertext search for all lines NOT containing the text xyz
Submitted by garyn_87048 on Friday, 28 October, 2011 - 23:08
I'm auditing a large group of text files and I need to identify lines that do NOT contain a particular text string (for example, find all rows not containing the text "xyz"). XYZ may or may not occur on a word boundary. I have not been able to figure out the regexp to accomplish this.

Alternatively, if the hyper-search returned every line with a count of the number of occurences per-line prepended to each row, that would solve it too.

Thanks!
Code folding - indent does too much
Submitted by masher on Wednesday, 26 October, 2011 - 23:59
I've discovered that if I use "indent" as my code folding setting, if I fold a section of code (parent) that itself has indents (children), when I expand the parent, the children have been folded, even though they weren't initially.

I would have expected that any code should reappear as it was before; ie any folded code should stay folded, whilst unfolded should remain visible.

Is there any way to change this behaviour?
How can I run a macro over all files in a specific directory ?
Submitted by xcablex on Tuesday, 25 October, 2011 - 10:04
Hi,

I am totaly new in the usage of jEdit. I just finished a small macro for a "find&replace" purpose in about a hundred txt files.

Is there a way to tell jEdit to run the macro on all files in a specific directory ?

-- Peter
how to stop jEdit from requesting network access
Submitted by plevintampabay on Monday, 24 October, 2011 - 02:12
Every time I start jEdit, I get a pop up from the Mac asking
Do you want the application "jEdit.app" to accept incoming network connections?

Every time I click Allow. Why does it keep asking?

Is there a way to make the Allow permanent or where can I configure jEdit to not request network access?

This is not just a Mac issue since I don't get that popup for Firefox or other network applications I use.
Console plugin: can't see the output of command execution?
Submitted by baseliner on Wednesday, 19 October, 2011 - 00:26
I'm using jEdit 4.4.2 and the latest version 4.4.3 of Console plugin. Once I open Console and type ls, I'd expect to see the directory listing but it shows me a blank line. I suspect the output is being redirected to a background shell? How do I get the output to show? One of the consequences of this is that when I fire up a Ruby shell or a Rails console, I don't see the prompts at the beginning of the line, which makes the output a bit hard to read.
Question about syntax highliting
Submitted by aaog on Friday, 14 October, 2011 - 20:10
Hello all! I didn't see this topic in previous postings so don't kill me if it's been addressed previously. The issue is that I am coding in java and the syntax highlighting colors are not the normal scheme I've seen everywhere else in the world. Comments are orange and red for some reason, the "import" statement is showing up green, and the other colors are off as well. I understand that I can change the syntax highlighting colors and related options in jEdit for my java code, but I would rather use the typical default colorings for java syntax without having to manually change each of them. In screenshots I see that other people have their highlighting for .java code set up as I am used to seeing it in other programs, but when I am coding in jEdit, the colors are all strange and unusual to me, not the typical java colors. Is there any reason for that? Either way, is there any way I can change it en masse to the standard color scheme? Maybe compying an .xml file from somewhere... =) Thanks for the help!

-DJ
Could you suggest a plugin for adding Javadoc comments
Submitted by Evmorov on Tuesday, 4 October, 2011 - 08:45
Is there a plugin that can add Javadoc comments to methods and classes?
Like:
/**
* @param
* @throws
*/
How to expand directory in FSE on MacOSX???
Submitted by rickcr on Friday, 30 September, 2011 - 20:31
When I'm in the file explorer view how can I quickly expand a directory and all sub directories - on Mac OSX? (Natively in Finder I do this with Alt and then select the folder arrow and it opens all directories.)
Autocomplete Brackets
Submitted by flebber on Wednesday, 28 September, 2011 - 10:29
Hi

I am trying to find a way to enable automcomplete of brackets ( ) [ ] { } etc. The only thing I can find is a link to an unauthorized plugin called firstmate. Is there a way to enable autocompletion?
Vim-like command line
Submitted by imgod2u on Monday, 26 September, 2011 - 22:46
I'm curious whether there is a vim-like command line that I can access with a key shortcut in jEdit. Something that I can do things like s///g regex replaces, open a file, etc.

Being more keyboard-centric, the various GUI's can be rather cumbersome, especially the one for search-and-replace. It'd be easier (for me, at least) to be able to hot-key, open and type the filename as well as s///g for search-and-replace.
Special and accented characters get replaced with gibberish
Submitted by Dominicus on Monday, 26 September, 2011 - 01:46
Using jEdit 4.4.1 in Win7

Some of my files include strings with special accented and international characters.

These will display and compile fine during a jEdit session.
Then at random future opening of these files, jEdit will replace these characters with two other unrelated special chars.
How can I prevent jEdit from making these replacements?
Basic PHP completion
Submitted by nanuqcz on Sunday, 25 September, 2011 - 13:09
Hello,
how can I use PHP completion in jEdit? Something like this: michal.webshake.cz/userfiles/completion.png . I just want PHP native functions support.

If I use CTRL+B shortcut, I can see names of functions, but can't see any functions parameters or return types.

Thanks for answers
Global defaults not applied at start-up
Submitted by snark on Saturday, 24 September, 2011 - 05:33
( I've just started using jEdit, so probably done something dumb ... )

When I first start up jEdit, it doesn't apply the settings I changed under Global Options. After starting jEdit, I have to go to the Global Options dialog (where I can see that all my changed settings have been loaded), click Apply, then click OK, after which all the fonts, key assignments and so forth are applied. How can I make it do that automatically?

I'm running the Debian Linux jedit package, version 4.3.2.
How to run a second copy of jEdit?
Submitted by mabra on Friday, 12 August, 2011 - 20:50
Hi All !

I cannot longer organize my projects using jEdit, due to the inability of the project viewer to open more then one project at a time. I end up to have permanently open something like >> 100 files ...

Is there any way to start a second copy with another configuration?
So, rename the jar, copy it into another directory ... ?
Sorry, have less experience with java.

Any tips could be really great!

Thanks anyway and
br++mabra
Multiple empty tabs (buffers)
Submitted by Maxim Korobov on Tuesday, 9 August, 2011 - 09:27
When I press CTRL+N, jEdit allows me to open only one empty tab.
How to configure jEdit to allows me to open unlimited count of new docs?
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
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