jEdit Community - Resources for users of the jEdit Text Editor
Save Caret Position in Udo Buffer?
Submitted by jrchilds on Wednesday, 14 January, 2009 - 20:12
Does anyone know if there is currently a way that I can tell jEdit to remember Caret positions in the undo buffer?

We commonly will do several searches in a row trying to follow out the logic of a routine, then we want to be able to step back through the results, (or cursor locations,) using undo.

Any ideas?
LOC
Submitted by allelopath on Monday, 12 January, 2009 - 16:29
Can jEdit count lines of code?
(not # of lines in file, but lines of code)
"Optional.jar" plugin freezes jEdit
Submitted by rovf on Monday, 12 January, 2009 - 10:46
In jEdit 4.3pre16 (and also in 4.3pre13) running on Windows 2000, the "Optional.jar" plugin freezes jEdit. This can be most easily be seen in the following way:

(1) I install the "Optional.jar" plugin.
(2) Using the Plugin Manager, I make sure that "Optional" is the only plugin activated at the moment.
(3) I now click on Plugins/Plugin Options.

This freezes jEdit permamently, i.e. I have to use the task manager to kill it.

The problem might, of course, also be inside the plugin, but I don't know how to contact the plugin developer, Mr. Alan Ezust - but maybe he is reading this forum too.
Indent problem
Submitted by Edijs on Friday, 9 January, 2009 - 11:25
Hello! Just recently I had to change form developing on a Mac to Windows. Well, on Mac I had this cool editor, called TextWrangler. I searched the web and found Jedit to be the most look-and-fell-alike to TextWrangler out there and that's awesome. Even the shortcuts are similar Smiling ; anyways, I managed to do all the setup and even my own syntax highlighting, but my only problem now is - I need to get rid of that automatic indentation. The language I program in has so many built in functions and procedures, that there are some files, that contain logical blocks of code consisting only of outer functions, thus the automatic indentation is working in the wrong place and throws my lines of code all over the place.

The only thing that I have not been able to shut down is the indentation when I type. I could shut off the auto indent when I press TAB or ENTER, but where can I shut the auto indend upon typing?

BIG thanks! Smiling
Backup files when using remote filesystems
Submitted by cyrusking on Friday, 9 January, 2009 - 10:25
Hello,
is it possible to automatically backup a file which is stored on a remote filesystem? Although the options are checked to store a backup in a specific folder on saving, it doesn't save the backup when my file is stored on a ftp-server.

Thank you for any hints.
Marc
vertical connecting lines
Submitted by carolus on Thursday, 8 January, 2009 - 12:34
I noticed in some of the screen shots, on the www.jedit.org page, that vertical lines connecting program code lines, i.e. in HTML and similiar, when the lines are indented. I could not find this options. In the forum I found a discussion about this feature but no solution. Can anybody help? carolus
MAc jedit as2 as3
Submitted by Aresti on Wednesday, 7 January, 2009 - 02:48
Hi , how do i create as2 or as3, I have mac vesion. I want to load things to get started, also when i downloaded jedit, does it come with flash as compiler?
Modifying the file position format
Submitted by CornedBee on Thursday, 1 January, 2009 - 19:21
Somewhere before my last upgrade (to rc16), the status bar file position has changed to include the (byte? character?) offset of the cursor in the first place of the status bar file position. I don't know what motivated this change - I find this information to be largely useless - but whatever.
I just want to know if I can configure this anywhere. I want to turn it off. I want the current line to be first and most prominent item of information there. The Status Bar options only let me configure the widgets on the right side.
Little boxes instead of thai characters
Submitted by jfmxl on Wednesday, 31 December, 2008 - 12:08
I am unable to enter Thai characters into jEdit, and jEdit no longer displays Thai characters, but little square boxes instead. The files I'm looking at are loaded as utf-8.

I show below various parameters of my system. I had to set the locale by hand. No matter what I tried I could not get the system to do it.

I have a java based dictionary program as well, LEXiTRON, which will display Thai characters but will not allow me to enter them. OpenOffice, Text Editor, command line, Firefox, Thunderbird... no problems.

So I think it's java.

Anyone have any insight?

Thanks in advance.

jfl@ws0:~$ uname -a
Linux ws0 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

jfl@ws0:~$ jedit -version
Warning: $JAVA_HOME environment variable not set! Consider setting it.
Attempting to locate java...
Found a virtual machine at: /usr/bin/java...
jfl@ws0:~$ jEdit 4.3pre16

jfl@ws0:~$ java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)

jfl@ws0:~$ locale
LANG=th_TH.UTF-8
LC_CTYPE="th_TH.UTF-8"
LC_NUMERIC="th_TH.UTF-8"
LC_TIME="th_TH.UTF-8"
LC_COLLATE="th_TH.UTF-8"
LC_MONETARY="th_TH.UTF-8"
LC_MESSAGES="th_TH.UTF-8"
LC_PAPER="th_TH.UTF-8"
LC_NAME="th_TH.UTF-8"
LC_ADDRESS="th_TH.UTF-8"
LC_TELEPHONE="th_TH.UTF-8"
LC_MEASUREMENT="th_TH.UTF-8"
LC_IDENTIFICATION="th_TH.UTF-8"
LC_ALL=

jfl@ws0:~$ locale -a
C
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NG
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
POSIX
th_TH
th_TH.tis620
th_TH.utf8

jfl@ws0:~$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
#LANGUAGE="en_US:en"
#LANG="en_US.UTF-8"
LANGUAGE="th_TH:th"
LANG="th_TH.UTF-8"
Problem with Proxy Configuration
Submitted by rovf on Monday, 29 December, 2008 - 10:16
I can't get Proxy Configuration right, with the effect that I can not use the Plugin Manager (connection times out).

I am behind a firewall, so I configured my Proxy settings in the same way as they work, for instance, for my Mozilla Browsers (SeaMonkey etc.). Still, jEdit seems to be unable to get through the firewall.

You can see here a screenshot of my Proxy settings:

http://img72.imageshack.us/img72/245/jeditproxyconfkg1.jpg

I'm using jEit 4.3pre13 running on Windows 2000.
ErrorList showing false positives
Submitted by misterdanny on Friday, 19 December, 2008 - 19:20
I'm working on a PHP singleton pattern file. This is the method which am getting a lot of errors from PHPParserPlugin/ErrorList

class MyClass
{
private static $instance;
private function __construct()
{
}
public static function getInstance()
{
if (!isset(self::$instance))
{
$class = __CLASS__;
self::$instance = new $class();
}
return self::$instance;
}
public function doSomething()
{
echo 'something';
}
}

This is valid code for creating a singleton class. (it compiles and runs fine). However the ErrorList is throwing tons of errors on these lines (because of the self::$instance I am using). I am using the most updated version of both plugins. Is there a way I can at least set to ignore these lines? because The structure browser won't list anything while it is returning the errors.

thanks,
-Danny
SearchAndReplace Dialog Size
Submitted by tvojeho on Friday, 19 December, 2008 - 15:07
Hi all,
I’d like to ask if anybody knows how to set the Search dialogue size. I use jEdit for two activities - coding and reading e-books. For coding I use Courier font 12, but for reading I switch to Times New Roman 26 for better readibility. But with the font set this big size, the size of the Search dialog reflects it and is unnecessarily big. Is there a way to call the search with a set size, independent of the font used in textArea?

Thanks for any help, tvojeho
Close Button
Submitted by thaude on Monday, 15 December, 2008 - 14:35
I had a few glimpses before, but want to start using jEdit for good now. However, I got kind of lost in the configuration dialogs, so I'm still missing a basic feature:

Where can I activate a button to close the current buffer? I already see the button in the task bar, but I'm looking for the one on the top right of the buffer window.

Thanks in advance!
m4 mode
Submitted by jwoehr on Monday, 15 December, 2008 - 04:13
I have not discovered yet any m4 mode for for JEdit so I wrote a simple one last night. I would be interested in knowing if anyone has one cleverer than this one I can use!! dnl(?=(\s)|($)) $ ` ' ( ) builtin(?=(($)|((\()|(\s)))) changecom(?=(($)|((\()|(\s)))) changequote(?=(($)|((\()|(\s)))) changeword(?=(($)|((\()|(\s)))) debugfile(?=(($)|((\()|(\s)))) debugmode(?=(($)|((\()|(\s)))) decr(?=(($)|((\()|(\s)))) define(?=(($)|((\()|(\s)))) defn(?=(($)|((\()|(\s)))) divert(?=(($)|((\()|(\s)))) divnum(?=(($)|((\()|(\s)))) dumpdef(?=(($)|((\()|(\s)))) errprint(?=(($)|((\()|(\s)))) esyscmd(?=(($)|((\()|(\s)))) eval(?=(($)|((\()|(\s)))) file(?=(($)|((\()|(\s)))) format(?=(($)|((\()|(\s)))) ifdef(?=(($)|((\()|(\s)))) ifelse(?=(($)|((\()|(\s)))) include(?=(($)|((\()|(\s)))) incr(?=(($)|((\()|(\s)))) index(?=(($)|((\()|(\s)))) indir(?=(($)|((\()|(\s)))) len(?=(($)|((\()|(\s)))) line(?=(($)|((\()|(\s)))) m4exit(?=(($)|((\()|(\s)))) m4wrap(?=(($)|((\()|(\s)))) maketemp(?=(($)|((\()|(\s)))) patsubst(?=(($)|((\()|(\s)))) popdef(?=(($)|((\()|(\s)))) pushdef(?=(($)|((\()|(\s)))) regexp(?=(($)|((\()|(\s)))) shift(?=(($)|((\()|(\s)))) sinclude(?=(($)|((\()|(\s)))) substr(?=(($)|((\()|(\s)))) syscmd(?=(($)|((\()|(\s)))) sysval(?=(($)|((\()|(\s)))) traceoff(?=(($)|((\()|(\s)))) traceon(?=(($)|((\()|(\s)))) translit(?=(($)|((\()|(\s)))) undefine(?=(($)|((\()|(\s)))) undivert(?=(($)|((\()|(\s))))
automaticlly maintain relative URI reference
Submitted by zhangweiwu on Friday, 5 December, 2008 - 05:04
Is there a way / plug-in to automatically maintain correct relative URI reference in jEdit? Say if I move or save projects/mywebsite/aboutus/contact.html to projects/mywebsite/contact.html, original reference to CSS "../ali.css" should be automatically updated to "ali.css".

The feature was there in FrontPage before I switch to Linux.
Dock the lists (shortcuts list, abbreviations list and actions list)
Submitted by AzizLight on Wednesday, 3 December, 2008 - 16:55
Hi everybody,
The title says it all: is there a way to dock the lists? I'm talking about the lists that I get through the built-in macros: Display Shortcuts, Display Abbreviations, Display Actions, etc.
I'm using jEdit 4.3pre16.
jEdit 4.3pre16 can no longer open large files
Submitted by worried on Wednesday, 26 November, 2008 - 14:37
I just installed jEdit 4.3pre16 on a XP windows worksation and now I can not open "large" text files, ~16 meg's. Up to 4.3pre15 I was able to do it. To open a ~16 meg file jEdit 4.3pre15 takes about 40 seconds (not the fastest text editor but once open it is as any other text editor and +), but with pre16 I quit after waiting more than 3 minutes. I noticed on the release notes that they got ridd off of the option -Xms192M. I really do not know if that have something to do with it, and maybe for small files that is not required and speed up the opening of a file, but it appears that it is required for large files. My setup for pre15 is:
C:\WINNT\system32\javaw.exe -Xms64M -Xmx192M -jar "C:\Program Files\jEdit\jedit.jar" -reuseview.
I am using java 5.0_11.
Find/Replace: uppercase a search result
Submitted by Todd Chambery on Tuesday, 18 November, 2008 - 15:31
Hi all,

How do I (can I?) uppercase the result of a find?

Thanks,

Todd
[Console plugin] : commando in interactive mode
Submitted by poleta33 on Thursday, 13 November, 2008 - 11:06
Hi

First the commando facility with the xml file is pretty excellent !... now my question : is it possible to invoke my command in interactive mode... it means that after running my command, I have to enter texts which may be differents...
vi fo+=w style linewrap compatibility?
Submitted by zhangweiwu on Monday, 10 November, 2008 - 14:55
Hello. I am a new user who want to stay compatible with my colleagues who uses vim. In vim there is a line-wrap mode called "fo+=w". Manual here:

w Trailing white space indicates a paragraph continues in the next line.
A line that ends in a non-white character ends a paragraph.

I want jEdit to behave similarly so we don't have a conflict when we both work on the same project. jEdit currently line-wrap by adding a EOL (end-of-line) right at the point of breaking, without trailing white space. This makes vim user difficult to edit the paragraph again. If vim user remove a word, the first word in the next line in the same paragraph would not flow up to the bottom of the current line as he expect, because the missing trailing space make vim think each line is a paragraph.

I could do a good goole out the solution because naturally it's hard to describe this problem. Can jEdit be configured compatible on this text formatting with vim?
User login
Browse archives
« May 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
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   108251
Context Free Art (*.cfdg)   0.31   46074
BBEdit scheme   1.0   18609
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17489
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16088
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312