jEdit Community - Resources for users of the jEdit Text Editor
Why aren't the plugins downloading?
Submitted by hesterloli on Sunday, 21 March, 2004 - 15:52
I get the list of available plugins but the download times out. JEdit 4.1 final. Thanks.
abbreviations import-export
Submitted by chagel on Sunday, 21 March, 2004 - 13:57
Hi,
is there any way to import / export abbreviations?

I have come to use them quite a bit and have to reinstall my machine and would like to cary them over.

Thanks
Chagel
Is anybody using 'First line glob' for edit modes?
Submitted by MjH on Saturday, 20 March, 2004 - 18:35
I tried using a 'first line glob' entry in 4.1, and it worked fine (the proper edit mode was selected when loading a file that matched the glob). Now, in 4.2 (both pre9 and pre10) it doesn't appear to be working. I was wondering if anyone else is experiencing the same problem?


Thanks... Maury.
scrennshot configs
Submitted by marius on Thursday, 18 March, 2004 - 21:36
hi,

it's the first time for me to post here, so hello everyone!

my question is if you can get somewhere the full configs of the setups shown in the screenshot section. me for example, i very like the layout contributed by Ray Russell Reese III.

cananyone help me?
thx

regards
marius
How to split lines in search/replace
Submitted by Java1Guy on Thursday, 18 March, 2004 - 18:05
I basically want to insert a new line -- or split lines at some string.
Eg: line 1 line 2
via search/replace change to:
line 1
line 2

I'm sure it's simple but i sure can't find it in the docs. (Tried putting \n in the replace text but the slash and n appeared in the result.)

Thanks, Mark
I/O error = missing jar ?
Submitted by MetalCat on Thursday, 18 March, 2004 - 16:21
Hi ya,

I was install the spelling module and it timed out during the download, so I though I'd just try later as the server must be busy or something.

Next time I started jEdit ;
Conbsole
JEditCvs
SideKick
SQL
XML

didn't want to load because errorlist was missing.

Any ideas ? I'm trying to reinstall it now.
Full file name with dir in window title
Submitted by Anonymous on Tuesday, 16 March, 2004 - 15:51
can anyone help with this? i need it to be used with some time tracking program and need full path of file in main window title ... help ..thanx Lukas Smiling
switching from vim: is it worth it?
Submitted by Anonymous on Tuesday, 16 March, 2004 - 12:16
i have been using vim for just about a year now, and am quite happy with it. the best thing about it is that it allows you to do stuff fast, without having to muck about with the mouse. I'ts also got quite powerful regexes and macros that you can run.

if i switch to jedit, which is probably better from a programming point of view, will i still get these features? can i assign vim keys like hjkl for leftupdownright, dd for delete, etc?

thanks
Missing Run Last Macro from 4.2pre8
Submitted by Anonymous on Tuesday, 16 March, 2004 - 09:18
Hello

First I would like to say that JEdit is a wonderful editor and has features that really make the coding fun. I especially like the features that help me to reduce the necessity to manually type the same code again and let me concentrate to creativity.

But there is one thing that has bugging me for some time. I really liked the feature run last macro. It was great that I could choose macro from the menu then run it once and after that use keyboard shortcut to run it again and again When I upgraded to 4.2pre8 from 4.1 I discovered that this function had disappeared. I am a little confused - why to remove such useful functionality.

I also explored forums and mail list archives but could not find much about this. Is there a possibility to reimplement this functionality using macros - creating a macro that could access macro history, especially the last executed macro or any other way to reimplement this functionality?

with best regards,
Phade
How can I connect matching brackets with a line
Submitted by flowerjt on Saturday, 13 March, 2004 - 23:41
Hi,

I would like to set this useful function but don't know how!
Is it a plugin feature or a basic function of jEdit?
Here is a screenshot of what i mean:
http://www.jedit.org/index.php?page=screenshot&image=29

Please help...
Set directory for unsaved scratch file buffer
Submitted by Anonymous on Wednesday, 10 March, 2004 - 20:25
When I start working on a file, jedit creates a file called #Untitled-1# and puts it in whatever current directory I happen to be in. This sometimes causes me to have these little files scattered about on the myriad of different drives and file shares I work on. The auto save feature lets you set a 'backup' directory, but I haven't been able to figure out a way to set 'scratch file' directory.

Any insights much appreciated !
Getting started: How to compile java program?
Submitted by Anonymous on Wednesday, 10 March, 2004 - 19:10
Hi,
I am new to jedit and have been using textpad to write java programs. I can't get my helloworld application or anything to run on jedit. Is it complicated to run java programs on jedit? Please help!! Detail instructions appreciated a lot. Thanks.
Column selection?
Submitted by Anonymous on Wednesday, 10 March, 2004 - 14:54
Is it possible to select an entire column? -Disregarding paragraphs or other divisions in the text.
Rectangular selection is not very convenient when dealing with very large files. I'm looking fore some feature that enables me to select a portion of a line and being able to select "extend selection vertically throughout entire file", or anything similar with same effect.

Does jEdit already have such a feature or is it available as a plugin?

I would really appreciate any help on this!
indenting a rectangular selection with any text...
Submitted by Anonymous on Tuesday, 9 March, 2004 - 11:20
Hi,

Is there a way to indent a rectangular selection with any text?
In some editors (Ultraedit for one) you can perform a zero width rectangular selection (I managed that in Jedit) and just type in the text (in Jedit, the text just appears on one line unfortunately). Is there any way to accomplish that?

Thanks,

Seb.
Using DTD to edit and validate XML documents
Submitted by Anonymous on Monday, 8 March, 2004 - 09:29
I edit SVG documents but Jedit (4.1) don't validate them against declared dtd.
I Downloaded it in the dtds directory, but Jedit keep to find "many errors" in my file (element "..." must be declared...).
I don't either understand the "remote host", "login" "pasword" form to cache dtds...
Running programs after compiling
Submitted by MicroMoth on Sunday, 7 March, 2004 - 22:34
Hi,

I have just started using JEdit, can anyone tell me how I can get my programs to run after I have compiled it.

Thanks
Colorizing variables?
Submitted by tupperduck on Sunday, 7 March, 2004 - 14:49
Is there an option/plugin that allows user defined variables to be colorized in addition to normal syntax coloring? (e.g. If I declare "bool PluginExists", both "bool" AND "PluginExists" would be colorized, as would any additional occurrences of "PluginExists".)
How do I stop jEdit from creating additional files prepended with ~
Submitted by Anonymous on Friday, 5 March, 2004 - 23:12
It creates an extra copy of the files I open that are prepended with a ~ i.e. ~myFile.file. I would like to turn this off if possible.
Java console I/O in jEdit (Console plugin)?
Submitted by MikeTheTall on Thursday, 4 March, 2004 - 23:27
I remember reading somewhere in the jEdit documentation that there's a problem with getting input from a Java, if the program attempts to read from System.in (i.e., from std input / console input). I can confirm that this is the case, using jEdit (4.1final) / the Console (3.5) plugin on WinXP Pro Smiling. The program halts w/ an unhandled exception since it can't read input.

My question is: are there plans to fix this (any time soon)?
Related questions: Is it possible to fix this (i.e., there's nothing in the architecture that will prevent this from eventually working)? If it's not too hard to fix, and someone would be willing to give this newbie a couple of pointers as to where to look, I'd be happy to try fixing it myself.

Some semi-related background: I'd like to use jEdit in a class on Java that I'm teaching at a community college. The students will need to be able to do I/O, and I want to avoid any command line magic (it's "Intro to programming for people who have never programmed before, most of whom have never seen a command prompt before" Smiling )

Thanks!
--Mike
setting backup directory???
Submitted by Anonymous on Thursday, 4 March, 2004 - 09:29
Hello, I use jEdit with great success on my Creative Muvo memory stick (128MB). I hoping someone could give me a quick way to point jEdit's backup directory to a directory on the memory stick, regardless of the drive path (as the usb stick can PnP with any PC/drive letter). So I have created a valid backup path like: :files\japps\jedit\workbkups and I essentially want to have jEdit see "${JEDIT_HOME}\workbups" as the backup path to send all backups there... but I can't figure out how to do it....is there a simple beanshell script someone can offer to load at runtime to set the parameter, or some other solution? thnx, jEdit is very cool. technx
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