jEdit Community - Resources for users of the jEdit Text Editor
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?
Viewing Jar files & encoding
Submitted by paulvon on Thursday, 6 November, 2008 - 16:46
When I use jEdit (4.3 pre 15) to view a jar file. I am having an encoding issue.

a) Error message on start - The file could not be loaded correctly ... with the encoding xxx
b) There are a lot of square boxes in the code.

I assume that this is an encoding related issue. I have tried a number of various encoding schemes and I always get the items mentioned above.

In addition I have added a number of Plug-ins but they have not resolved the issue.

Any ideas would be appreciated.
Somewhat Advanced SuperAbbrevs
Submitted by takeshin on Tuesday, 4 November, 2008 - 22:10
Hello, Is there any chance of getting SupperAbrrevs to process variable twice? I'm trying to do something like that, but it doesn’t work: ${1:public} <# if ("$1" == "private") { #> <#= "_" #> <# } #> If user enters "private" it should write underscore. Another problem is processing entered variables like this: /** * Setter for property '${1:property}' * * @access ${2:public} * @name set<# fu = "$1"; fu = fu.toUpperCase(); #><#= fu #> * @param ${3:string} \$$1 $4 * @return ${5:null} */ $2 function set${1=firstUp(s)}(\$$1) { \$this->${6:_}$1 = \$$1; } $end It returns setter in PHP like this: /** * Setter for property 'property' * * @access public * @name setproperty * @param string $property * @return null */ public function setProperty($property) { $this->_property = $property; } But I want to have camelCase setProperty after @name How to achieve that? -- regards, takeshin
How To Install Plugin on a Mac
Submitted by cpsmusic on Thursday, 30 October, 2008 - 04:28
I have a couple of questions related to plugins.

Firstly, I'd like to install the latest version of JDiffPlugin (2.1.0) on a Mac (OS 10.4). Why doesn't this version of JDiffPlugin appear in the plugin repository? All I can see is 1.4.2.

Secondly, I've downloaded the binary version of the JDiffPlugin. However I can't find the .jar file. All I can see is a whole lot of .class files and some other bits and pieces. I thought I needed a .jar file.

How do I install this plugin?

Cheers,

Chris
Closing Buffers
Submitted by floomby on Monday, 27 October, 2008 - 19:34
Hi...
I am new to jEdit but I can't seem to work out how to close Buffers properly in jEdit. (i'm using jedit 4.13pre15 and java 1.6u10)
Ok. I am working on 3 buffers and I close jedit. When i reopen, the last buffer i was working with does not reappear as the current buffer or in the list but one of the other two buffers appears. If i try to close this file using Close or Close (global) it will not close.

If I am working with only one buffer and I close jedit, when i repopen jedit, it has the buffer that I was working with but I cannot close it.

Thanks for the help
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   108254
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   17490
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