jEdit Community - Resources for users of the jEdit Text Editor
Archives
NetRexxJe plugin wont install.
Submitted by leke on Sunday, 1 April, 2007 - 17:56
I have some problems with the NetRexxJe plug-in. I tried to install NetRexxJe through JEdit, but it kept erroring saying that it needed other plugins. I installed all of the needed plugins and then it gave me a confusing error about why it couldn't install NexRexx.

The error was...
The following plugin could not be loaded.
This plugin does not support dynamic loading. You must restart JEdit after removing or installing this plugin.

I've tried the above on the latest and stable versions of JEdit.

Any Advice?
Thanks, Leo.
java heap memory
Submitted by damaru on Tuesday, 3 April, 2007 - 00:16
Hey,

I am working with some database file, just somthing over 10meg but I get the java heap memory exceeded. Jedit point me to the manual but I couldn't find where to change my java heap memory whatever it is. Where can I change that ?
PHP Mode Bug?
Submitted by nolink on Wednesday, 4 April, 2007 - 10:38
Hi.

There is a strange behavior if you edit .php-files.

Fresh install of jEdit 4.3pre9/Java 1.5.0_11 on WinXP

Create a new file and name it test.php
Ending .php is important.

Fill it with this:
1 Tab (press the TAB-Key on your keyboard) and than write Hi that it looks like
TABHi
The tab in front of Hi is important (no possibility to write a tab in this forum nor write more than 1 blank space...)

Now put a : after Hi that it should look like:
TabHi:
with a real Tab instead of "Tab".

What you get is not what you want, you get this:
Hi:

The Tab is gone.

If you do that with a file named test.htm you will get what you want, but not with php.

I have this problem if I write css-code in html-tags in php-files.
You can ad some code to make it a real php-file (I can't do it here, tags are not allowed...).

Lu...
Errors Downloading/Installing plugins from Windows x64
Submitted by jtrupiano on Wednesday, 4 April, 2007 - 14:17
Hi, not sure if this is a 64-bit issue--

New user to jEdit. Looking for a Windows RoR editor. Tried RadRails, but it won't install on 64-bit.

Anyway, I tried to download/install the Ruby plugin, but I get the following errors:

Not sure if this is a "bug," or if it's a known issue. Or have I forgotten to do something. Note that this is a completely fresh install-- haven't done anything at all to it.

Thanks in advance.

-John


[error] Roster$Install: java.io.FileNotFoundException: http://mir1.ovh.net/sourceforge/jedit-plugins/ErrorList-1.4.2-bin.zip
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:181)
[error] Roster$Install: java.io.FileNotFoundException: http://mir1.ovh.net/sourceforge/jedit-plugins/RubyPlugin-0.8.1-bin.zip
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:181)
[error] Roster$Install: java.io.FileNotFoundException: http://mir1.ovh.net/sourceforge/jedit-plugins/SideKick-0.3.4-bin.zip
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:181)
Problem with PHP syntax highligting 4.3pre9
Submitted by ovidiu on Wednesday, 4 April, 2007 - 20:37
Hello,

Since I updated to 4.3pre9, the PHP syntax highlighting gets broken after encountering escaped strings. Example:

$string = "something\"";
$highlighting = "is_now_broken";

It's very annoying, especially for long files. Does anybody have any idea for a fix? Thank you.
Opening CP850 encoded (DOS) files
Submitted by Fredrik on Thursday, 5 April, 2007 - 06:39
I'm having trouble opening CP850 encoded (DOS) files...

This encoding is described in the jEdit user manual, so it should work, but no luck yet for me.

Manual: On Windows, various other encodings, referred to as code pages and identified by number, are used to store non-English text. The corresponding Java encoding name is windows- followed by the code page number, for example windows-850.

So I select Other in the encoding menu and enter windows-850, cp850, Cp850 or CP850, but whatever I try, I get an IO error: java.io.UnsupportedEncodingException: Cp850.

Anything else I can try?
Search And Replace Filter?
Submitted by gamigin on Thursday, 5 April, 2007 - 17:16
I can do a Search and Replace on all my Java source by using "*.java" in the filter field.
I can also search all my XML files by using "*.xml" in the filter field.

How do I serch both Java source and XML files in the same search? I've tried space, comma, semi-colon as delimiter and those don't work. I've searched the documentation and nothing is mentioned. Any ideas?
Jedit Markers - Storing Marker in jEdit settings folder as opposed to locally
Submitted by thamiral on Friday, 6 April, 2007 - 04:03
Hello all,

I use jEdit quite a bit and one of the features that I always use is the Marker feature, which allows me to get back to certain locations after having switched to another buffer.

Unfortunately jEdit markers create a temporary MARKS file locally for each file that has been "marked". This starts getting confusing, especially if there are many files in a directory.

I think it would be great to have jEdit, store this kind of information in a central location (such as the jEdit Settings Folder). As a matter of fact, jEdit already stores information about individual files, such as last line, in the jEdit settings Folder.

I'm curious to know what everyone thinks of this idea!

Sincerely,

Taha
How Do I Stop jEdit Server Running at Startup on Windows?
Submitted by cpsmusic on Friday, 6 April, 2007 - 06:25
Hi,

Is there a way to stop jEdit Server running at startup on Windows?

Cheers,

Chris
Not Going to Parent Directory" -->
File System Browser - Backspace --> Not Going to Parent Directory
Submitted by thamiral on Friday, 6 April, 2007 - 20:04
Dear All,

I'm running jEdit 4.3pre9 on Java 1.5.0_11 and I noticed that the File System Browser does not go to the parent directory when I hit backspace in the "File Name" text field, when there isn't anything in there.

Any ideas as to why this happened? The previous versions of jEdit never had this problem and unfortunately, no one seemed to have noticed this problem so far.

Thanks in advance,

Sincerely,

Taha
Can I adjust line spacing?
Submitted by frisky on Sunday, 8 April, 2007 - 01:55
Can I adjust line spacing?
Verilog / HDL plugin for jEdit
Submitted by thamiral on Monday, 9 April, 2007 - 11:00
Hello All,

Until now, I have been using jEdit mostly with C/C++, perl, java and on occasion, shell scripts.

I have used jEdit for Hardware description languages, but mostly for the syntax highlighting.

I think it would be great to start-up a plugin, specifically for HDLs that does the following:
Code formatting/beautifier
Auto-completions based on files that have been registered as part of a project (E.g. Includes etc)
Hierarchical views of module instantiations, local resources, etc
Linters (for online/dynamic syntax checking)

I have seen a plugin for eclipse that aims to accomplish all these, however, I strongly prefer jEdit and I think jEdit has a good chance of being as good for the purpose of simple editing.

I'm curious to know what others think and how many people would be interested in such a plugin.

Sincerely,

Taha
projectviewer and empty dirs
Submitted by dirtymafia on Tuesday, 10 April, 2007 - 04:15
It seems that when I make a new project or 're-import' the current project empty dirs are not included. I have not found an option for changing this behavior. Is this something that is wrong with my setup or am I just not finding the option I need to change. Any help or guidance would be much appreciated.
How to return the Console's process code?
Submitted by stretch6555 on Tuesday, 10 April, 2007 - 05:48
Hi,

I've been trying to write some simple beanshell code which calls some methods from the Console plugin. In one part of this code I'm calling the following method:


runInSystemShell(view, "latex " + file);


Now in examples like the above, the program (in this case "latex") returns a process or error level number when it finishes. If the program completes without errors, it returns 0. If it encounters an error it usually returns a non-zero process code. Is there a beanshell/Java command or Console method that will return this process code?? Unfortunately, the above method (runInSystemShell) doesn't return a value so I don't know what the process code is after it completes.

Any help appreciated. Thanks.
How to return the Console's process code?
Submitted by stretch6555 on Tuesday, 10 April, 2007 - 05:49
Hi,

I've been trying to write some simple beanshell code which calls some methods from the Console plugin. In one part of this code I'm calling the following method:


runInSystemShell(view, "latex " + file);


Now in examples like the above, the program (in this case "latex") returns a process or error level number when it finishes. If the program completes without errors, it returns 0. If it encounters an error it usually returns a non-zero process code. Is there a beanshell/Java command or Console method that will return this process code?? Unfortunately, the above method (runInSystemShell) doesn't return a value so I don't know what the process code is after it completes.

Any help appreciated. Thanks.
JAVA_HOME PATH How do I set it?
Submitted by steve_o on Tuesday, 10 April, 2007 - 13:06
I have installed jEdit on my edgy Ubuntu box and unfortunately for me it does not work. On reading their documentation found at: http://www.jedit.org/index.php?page=compatibility#unix
It appears that I need to set my JAVA_HOME PATH. I am a Linux newbie and I have no idea how to do that. I have searched far and wide but cant find a definitive way to achieve this or much in the way of help.

All help will be welcomed

Cheers in advance

Steve
JAVA_HOME PATH How do I set it?
Submitted by steve_o on Tuesday, 10 April, 2007 - 13:30
I have installed jEdit on my edgy Ubuntu box and unfortunately for me it does not work. On reading their documentation found at: http://www.jedit.org/index.php?page=compatibility#unix
It appears that I need to set my JAVA_HOME PATH. I am a Linux newbie and I have no idea how to do that. I have searched far and wide but cant find a definitive way to achieve this or much in the way of help.

All help will be welcomed

Cheers in advance

Steve
PHP Color : Array in String Problem
Submitted by codazoda on Tuesday, 10 April, 2007 - 15:55
When you use an array inside of double-quotes in PHP, the brackets cause the variable highlighting to stop.

For example, the following statement:

$agi->exec("Playback hip/spons/$row[cid]");

The text "$row[cid]" should be blue, using the standard color scheme. Instead, however, only "$row" is blue and "[cid]" is pink like the rest of the string.

I'm using the latest version of the php.xml file from the repository.

I'd try to fix this myself, but don't feel comfortable enough with regular expressions to tackle it.


Thanks,
Joel
Spanish Translation
Submitted by crono0000 on Tuesday, 10 April, 2007 - 18:48
I like to known, if exists some version or plugin for jEdit in spanish, for the GUI and documentation.
Full path name in printouts?
Submitted by benjamingeiger on Wednesday, 11 April, 2007 - 10:48
I'd like the header of my printouts to include the entire path to the file, rather than just the filename. (I work on projects where many files have the same name.)

Is this possible with stock jEdit, or will I need to write a plugin to do this?

Feel free to move this to the Feature Requests forum if it fits better there...
User login
Browse archives
« April 2007 »
MoTuWeThFrSaSu
  1
2
7
12
14
15
16
22
24
26
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   108250
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309