jEdit Community - Resources for users of the jEdit Text Editor
JTidy Plug in Options
Submitted by jlecain on Wednesday, 24 May, 2006 - 12:34
I have JTidy 1.0.1.

After going in the plug-in options for JTidy, when I mouse over a check box a text is displayed in a Help group box at the bottom.
Problem is that the text length varies, and change the height of the help group box.
Result is that the checkboxes and other options above are moved up and down making it impossible to select anything.

How can we fix quickly?
jEdit 4.3pre3 - ConfigurableFoldHandler plugin broken
Submitted by keithbcg on Monday, 27 March, 2006 - 19:20
Hi -

I'm reposting this to the bug report forum from the troubleshooting forum, just in case that'll help.
(see: http://community.jedit.org/?q=node/view/2580).

Is there any hope of a fix for this plugin? I miss it.
email to the author bounces (Chris Kent - ckent@espeed.co.uk)
Anyone?

Thanks - Keith

------------------------------------------------------------
(from the Troubleshooting Forum post...)

It looks like the ConfigurableFoldHandler plugin is broken under jEdit 4.3pre3.
I'm seeing similiar behavior running jEdit on
Mac OSX 10.4.5 with Java 1.4.2 or 5.0, and on
Redhat Linux with Java 1.5.0_02
(If I turn on custom folding, the entire text display area goes white when it
tries to redraw, the gutter area goes blank, and the error message below
appears...)

Anyone have and idea when/if the ConfigurableFoldHandler plugin might be fixed?

[error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" 
[error] AWT-EventQueue-0: java.lang.AbstractMethodError: org.gjt.sp.jedit.buffer.FoldHandler.getFoldLevel(Lorg/gjt/sp/jedit/buffer/JEditBuffer;ILjavax/swing/text/Segment;)I
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.getFoldLevel(JEditBuffer.java:1685)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.buffer.JEditBuffer.isFoldStart(JEditBuffer.java:1630)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintLine(Gutter.java:555)
[error] AWT-EventQueue-0:  at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Gutter.java:141)
...
Change from 1 into 2 Monitors
Submitted by lucy on Tuesday, 21 March, 2006 - 17:04
Change from 1 into 2 Monitors - how does it work and what should I install or buy, like cable or something. I know it seems to be stupid but I doesn´t know anything about this theme.
Clipper Plugin Bug....
Submitted by jesseainskeep on Friday, 10 March, 2006 - 15:13
I seem to be having a problem with the clipper plugin...

When I go into the plugin options, all it has is a place to select a directory.

I also can't find any of the libraries. What I want to do it edit and make my own library, to set up templates and long strings that I end up copying a lot, instead of having two things open and doing copy paste all the time.

What do I do?

Thanks in advance...
PHP Parser bug
Submitted by uzo on Tuesday, 14 February, 2006 - 09:21
problem with identifying these variable names as variable names. Mistaken for logical operators:

$or
$and

Example:

$or = new Order($id);

Error message: statement expected
PHPSideKickParser : does not support interface X extends Y (while php5 does)
Submitted by Baldurien on Monday, 6 February, 2006 - 20:40
[error] PHPSideKickParser: gatchan.phpparser.parser.ParseException: Encountered "extends" at line 13, column 48.
[error] PHPSideKickParser: Was expecting:
[error] PHPSideKickParser: "{" ...
[error] PHPSideKickParser:

Some data :
interface BufferedOutputStream extends OutputStream {
...
}
Change from 2 monitors to 1 monitor will result in an hidden search window (still on mon 2)
Submitted by Augur on Monday, 26 December, 2005 - 11:49
Take a look here. http://community.jedit.org/?q=node/view/2504
In a multi monitor enviroment jEdit have some problems with the window management.

THX, Nils
XML Plugin download corrupted
Submitted by mickmon on Saturday, 26 November, 2005 - 03:17
FYI -
NOt a jEdit bug as such, but I'm not sure where else to log it...

I tried downloading multiple times the XML plugin from the "Plugin Central Default" mirror.
Each time I got an I/O zip-file problem.

There was no such problem when I changed mirror to the Dublin/Ireland one.
jEdit Mel Sender v0.1 Bug?
Submitted by frogspasm on Friday, 14 October, 2005 - 22:38
nazz78

Thanks so much for this plugin/macro. I've been using it a lot in the last few months. I just found something that causes an error in Maya when using jEdit, but works just fine when I copy the line to Maya's script editor end execute it:

vector $newP = ($pSphrand + $endP + <<0,1,0>>);

It seems to choke on the last part: <<0,1,0>>;
When I remove that it works in jEdit just fine.
Thanks, ~Mike D.

PHPParser 1.2.0 glitch (interfaces?)
Submitted by Austin_Hastings on Friday, 14 October, 2005 - 13:36
Got the following. I think the first section of [error] reportage may be irrelevant, but the second section reflects a glitch that hit as I was creating an interface.

I had

interface Name {
}

and was filling in function signatures when it hit. Aout the tenth or eleventh function, it highlighted "public" as wrong and reported an internal error when I hovered the mouse to read what was wrong.




Activity log entries that might be useful in a bug report:

Log file created on Fri Oct 14 05:46:41 EDT 2005
IMPORTANT:
Because updating this file after every log message would kill
performance, it will be *incomplete* unless you invoke the
Utilities->Troubleshooting->Update Activity Log on Disk command!
[message] Log: When reporting bugs, please include the following information:
[message] Log: java.version=1.5.0_02
[message] Log: java.vm.version=1.5.0_02-b09
[message] Log: java.runtime.version=1.5.0_02-b09
[notice] jEdit: jEdit version 4.2final
[message] jEdit: Settings directory is C:\Documents and Settings\Austin Hastings\.jedit
[message] jEdit: jEdit home directory is C:\Program Files\jEdit
[notice] jEdit: Loading plugins from C:\Program Files\jEdit\jars
[notice] jEdit: Loading plugins from C:\Documents and Settings\Austin Hastings\.jedit\jars
[message] jEdit: Loading mode catalog file C:\Program Files\jEdit\modes\catalog
[message] jEdit: Loading mode catalog file C:\Documents and Settings\Austin Hastings\.jedit\modes\catalog
[message] jEdit: Startup complete
[error] WorkThread: Exception in work thread:
[error] WorkThread: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
[error] WorkThread: at org.gjt.sp.jedit.Buffer.getLineStartOffset(Buffer.java:907)
[error] WorkThread: at gatchan.phpparser.sidekick.PHPSideKickParser.buildNode(Unknown Source)
[error] WorkThread: at gatchan.phpparser.sidekick.PHPSideKickParser.buildChildNodes(Unknown Source)
[error] WorkThread: at gatchan.phpparser.sidekick.PHPSideKickParser.buildNode(Unknown Source)
[error] WorkThread: at gatchan.phpparser.sidekick.PHPSideKickParser.buildChildNodes(Unknown Source)
[error] WorkThread: at gatchan.phpparser.sidekick.PHPSideKickParser.parse(Unknown Source)
[error] WorkThread: at sidekick.SideKick$ParseRequest.run(SideKick.java:406)
[error] WorkThread: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:194)
[error] WorkThread: at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:161)
[error] WorkThread: at org.gjt.sp.util.WorkThread.run(WorkThread.java:135)


[debug] WorkThread: Running in work thread: [id=811,run=sidekick.SideKick$ParseRequest@1f97846]
[error] PHPSideKickParser: gatchan.phpparser.parser.ParseException: Encountered "}" at line 58, column 1.
[error] PHPSideKickParser: Was expecting:
[error] PHPSideKickParser: "function" ...
[error] PHPSideKickParser:
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.generateParseException(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.jj_consume_token(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.interfaceMethodDeclaration(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.interfaceDeclaration(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.BlockStatement(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.Php(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.PhpBlock(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.phpFile(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.parse(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.parse(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.parser.PHPParser.parse(Unknown Source)
[error] PHPSideKickParser: at gatchan.phpparser.sidekick.PHPSideKickParser.parse(Unknown Source)
[error] PHPSideKickParser: at sidekick.SideKick$ParseRequest.run(SideKick.java:406)
[error] PHPSideKickParser: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:194)
[error] PHPSideKickParser: at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:161)
[error] PHPSideKickParser: at org.gjt.sp.util.WorkThread.run(WorkThread.java:135)
[debug] SideKick$ParseAWTRequest: ParseAWTRequest
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_REMOVED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] SideKickParsedData: Setting parsed data of org.gjt.sp.jedit.View[active] to null
[debug] EditBus: SideKickUpdate[source=null]
[debug] WorkThread: Running in work thread: [id=813,run=org.gjt.sp.jedit.buffer.BufferIORequest[type=AUTOSAVE,buffer=IRecordHierarchy.php (C:\www\localhost\php_trees\)]]
Can't open Internet Explorer
Submitted by Anonymous on Wednesday, 27 April, 2005 - 19:19
When I install jEdit, thereafter I cannot open Internet Explorer. Whenever I open Internet Explorer it instead opens up in jEdit as a bunch of illegible text. In the title bar it shows a file name of icwconn1.ex_. If I uninstall jEdit then Internet Explorer works fine again. If I then reinstall jEdit Internet Explorer quits working again. {LOOP}

I don't know why this is happening; jEdit works fine on all my other workstations in conjunction with Internet Explorer.

And no this isn't a "feature". I know Internet Explorer sucks; I'm posting to this forum through FireFox right now, but I am a web developer and I have to test in Internet Explorer for all of the sheep.

I'm running Windows 2000 Professional on the box where the error is occuring.

Thanks!
Can't open Internet Explorer
Submitted by Anonymous on Wednesday, 27 April, 2005 - 19:13
When I install jEdit, thereafter I cannot open Internet Explorer. Whenever I open Internet Explorer it instead opens up in jEdit as a bunch of illegible text. In the title bar it shows a file name of icwconn1.ex_. If I uninstall jEdit then Internet Explorer works fine again. If I then reinstall jEdit Internet Explorer quits working again. {LOOP}

I don't know why this is happening; jEdit works fine on all my other workstations in conjunction with Internet Explorer.

And no this isn't a "feature". I know Internet Explorer sucks; I'm posting to this forum through FireFox right now, but I am a web developer and I have to test in Internet Explorer for all of the sheep.

I'm running Windows 2000 Professional on the box where the error is occuring.

Thanks!
FTP-0.7.3 connection pool problem
Submitted by Anonymous on Tuesday, 19 April, 2005 - 16:59
I've noticed strange behaviour of FTP plugin in version 0.7.3 (as opposed to 0.7.2 which works OK).

When I try to open a large ammount of files (let's say 25) at the same time, jedit opens 25 connections to ftp server (or at least tries to). As I have a connecion limit on my FTP server set to 10 (windows 2000 pro with built-in ftp service), jedit gives me a nice ftp error.

Did anybody experienced similar problems?

--
Demboos
demboos (at) wp pl
Dual displays drive jEdit nuts
Submitted by Anonymous on Thursday, 7 April, 2005 - 06:45
This bug is in Windows XP. I'm using v4.2final and the latest java from Sun, but the problem is also in the newest v4.3.

When I use jEdit on a dual-display system and the secondary monitor has a higher resolution than the primary monitor, jEdit goes nuts. The problem occurs every time when I connect an external monitor (1280x1024) to my laptop (1024x768), extend my desktop onto the second monitor, and put a jEdit window on the monitor. jEdit has problems displaying the screen, and often lines don't get updated unless the window is scrolled.

The problem can be fixed by setting the external monitor as the primary display, and then extending the desktop onto the laptop screen...
REGISTRATION PROBLEM!!
Submitted by Anonymous on Thursday, 31 March, 2005 - 06:45
Hi,

I'm probably going piss people off by doing this again, but I CAN'T GET A PASSWORD!!
I have no idea who to speak to, so I guess I can either suffer in silence (and never
participate in any of the jedit discussions), or I can keep posting annoying messages
like this in the vain hope that someone (anyone?) will help me out.

David Kromek.
FORUM REGISTRATION PROBLEM!!
Submitted by Anonymous on Tuesday, 29 March, 2005 - 10:36
Hi,

This probably NOT the right place to mention this, but I can't seem to register with
any of the jEdit forums! I've provided a valid username and my e-mail address, but
no password has been mailed to me. Would someone PLEASE send a message to whoever is
responsible for this area, that I CAN'T GET A PASSWORD! I've looked all over the jEdit
site and there doesn't seem to be ANY links to a webmaster or anyone who manages this site! Please send any replies to the following e-mail address: djkone@esc.net.au

(Please note: I have even tried registering with another Drupal affiliated site, but I
still can't log on to any jEdit forums!)


Thanks,
David Kromek.
gnome clipboard daemon
Submitted by Anonymous on Wednesday, 16 March, 2005 - 19:08
I run Jedit on Ubuntu Warty, Kernel 2.6.8, Gnome 2.8, and if I use the "gnome clipboard daemon", copy and past don't work in Jedit...
I have tryed Jedit 4.2 and 4.3pre2 and the probleme is the same.
jEdit and blanks
Submitted by Anonymous on Friday, 11 March, 2005 - 19:56
I really like the functions of jEdit, and so I decided to make Windows open all *.php files with jEdit. So I made my operating system Windows XP to open all *.php files with this address:
C:\Programme\Java\j2re1.4.0_01\bin\javaw.exe -jar "G:\Programme\jEdit\jedit.jar"
Now I can open my *.php files directly, without starting jEdit and then opening it. Nisi the path of the *.php file contains blanks, then it doesn't work. And that's what I think is a bug. If it isn't, I would be very pleased if you would say me what I made wrong.
Bugs?
Submitted by Anonymous on Thursday, 24 February, 2005 - 07:46
1. jEdit has problem in HTML mode. When the end of HTML comment is //--> in script tag jEdit does not see that end.

2. In parametrized abbrev. there is a problem if parameter has '\n' sign.
Is wrong email address ont the Icon submission page?
Submitted by Anonymous on Friday, 18 February, 2005 - 10:30
Hi! I have no idea where I send this problem report... I have made a few small icons for jedit. I wanted posting it to email adress I found on http://www.jedit.org/index.php?page=images page. The answer is: The original message was received at Fri, 18 Feb 2005 11:22:25 +0100 from mail [192.168.69.23] ----- The following addresses had permanent fatal errors ----- (reason: 554 mail server permanently rejected message (#5.3.0)) ----- Transcript of session follows ----- ... while talking to mx.acps.org.au.: >>> DATA <<< 554 mail server permanently rejected message (#5.3.0) 554 5.0.0 Service unavailable Whitc address can I send the images? THX! Denes Szabo at internode.hu
User login
Browse archives
« April 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
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
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