jEdit Community - Resources for users of the jEdit Text Editor
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
Favorite custom name
Submitted by nublaii on Monday, 27 October, 2008 - 11:32
I have been looking around and this is the only thing I found, dated back on 2006, about my problem.

http://community.jedit.org/?q=node/view/3239

In short, favorites can become very ugly: it always shows protocol://username@host+path

If you start saving favorites with long paths and ips the list can become almost illegible really fast.

Is there a way of customizing the name? on the favorites list?
Using split screen for two separate files
Submitted by forkinpm on Saturday, 11 October, 2008 - 10:24
Hallo!
I am new to your great editor and would like to be able to use the editor split pane capability to open one file and create a second from a translatiion of the first.
Is this possible?
I hope so, but I can see how to?
I would also like to be able to use jEdit in a reduced size window, but cannot seem to see how to.
Please help me.
Thank you and regards, forkinpm.
Rails erb file indenting OK, highlighting not.
Submitted by mamboze on Sunday, 28 September, 2008 - 06:14
Hi, I posted earlier today but my post has not appeared on the forum. I'm not sure what happened but anyhow, this is the issue - I'm using Rails 2 and I cannot get consistent syntax highlighting with .erb files. After a previous post on this, http://community.jedit.org/?q=node/view/3876 I added the following: to /usr/share/jedit/modes/catalog This fixed the syntax indenting but had no effect on the highlighting. Any help would be much appreciatated cheers Roy
Syntax highlighting problem with Rails 2 erb files
Submitted by mamboze on Sunday, 28 September, 2008 - 00:44
Hi,
I'm using Rails 2 on jEdit and the syntax highlighing for the .erb files is not working consistently across the various code elements. In fact, it looks pretty weird and is very distracting. The other Rails files are OK. The Ruby plugin is installed. Since the .erb files contain html tags and generate html code for display, maybe html style highlighting would be OK. I suppose this would be a config file issue but I don't know what commands need to be used.

Any help on this would be much appreciated.

Cheers
jEdit 4.3pre15 fails to start on Mac after Java 1.5.0.16 update
Submitted by Seron on Wednesday, 24 September, 2008 - 23:20
I get these error messages. Don't know if they are related to the problem.

01:08:34 [main] [error] PluginJAR: Error while starting plugin macos.MacOSPlugin
01:08:34 [main] [error] PluginJAR: java.lang.NoClassDefFoundError: com/apple/cocoa/application/NSMenu
01:08:34 [main] [error] PluginJAR: at macos.MacOSPlugin.start(Unknown Source)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.startPlugin(PluginJAR.java:1363)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.activatePlugin(PluginJAR.java:739)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.activatePluginIfNecessary(PluginJAR.java:809)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.jEdit.main(jEdit.java:462)
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: /Applications/jEdit.app/Contents/Resources/Java/jars/MacOS.jar:
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: Cannot start: java.lang.NoClassDefFoundError: com/apple/cocoa/application/NSMenu
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: Try updating to a newer version of the plugin.
cannot download new plugins
Submitted by martinsarsini on Thursday, 18 September, 2008 - 12:31
ohi, what are all these errors in the forum?

so I am trying to download a plugin, I can see all the list of plugins, but if trying to install one I am getting an error "error while downloading the plugin, please try another mirror. Connection timed out: connect"

I tried all mirrors but I get the same error. I tried deactiveting my windows firewall.
I tried on my computer at work where I am sure no settings have changed. I have tried at my home computer where I have done a brand new installation.

What can it be?
User login
Browse archives
« April 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
 
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   107462
Context Free Art (*.cfdg)   0.31   46065
BBEdit scheme   1.0   18604
JBuilder scheme   .001   18505
ColdFusion scheme   1.0   18035
R Edit Mode - extensive version   0.1   17485
Advanced HTML edit mode   1.0   16216
Matlab Edit Mode   1.0   16080
jEdit XP icons   1.0   15239
XP icons for jEdit   1.1   14303