SourceForge.net | 1 Aug 2005 11:04
Picon
Favicon

[ jedit-Bugs-1249377 ] ctrl-s saves shifts focus from text area to error list

Bugs item #1249377, was opened at 2005-08-01 02:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1249377&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: minor bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ctrl-s saves shifts focus from text area to error list

Initial Comment:
Editing XML and using ctrl-s shifts the focus to the
errors list (error list plugin).  Have to click back
into the text area to continue editing.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1249377&group_id=588

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
(Continue reading)

SourceForge.net | 1 Aug 2005 11:36
Picon
Favicon

[ jedit-Bugs-1249377 ] ctrl-s saves shifts focus from text area to error list

Bugs item #1249377, was opened at 2005-08-01 11:04
Message generated for change (Comment added) made by kpouer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1249377&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: minor bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ctrl-s saves shifts focus from text area to error list

Initial Comment:
Editing XML and using ctrl-s shifts the focus to the
errors list (error list plugin).  Have to click back
into the text area to continue editing.

----------------------------------------------------------------------

Comment By: Matthieu Casanova (kpouer)
Date: 2005-08-01 11:36

Message:
Logged In: YES 
user_id=285591
(Continue reading)

Jeffrey Hoyt | 1 Aug 2005 15:42
Picon

Re: Improvements for 43pre2

I think the glob filtering is already in there. Try something like:

*{bz2,html}

This is 4.3final, but it's been in there a lot longer than that.

On 7/31/05, rudi.widmann <at> web.de <rudi.widmann <at> web.de> wrote:
> I actually do not know where to send my patches, so I send it to the list:
> 
> 1) extend glob pattern with windows pattern
> ============================================
> Even is the glob pattern for file filtering is a very powerful tool, its syntax is very
> uncommon for windows user.
> Windows tools often provide multiple file filters separated by ";", eg *.java;*.bsh;*.xml (as
> glob, this is {*.java,*.bsh,*.xml}
> My improvement:
> jEdit shall handle ";" as file filter separator
> 
> changed class:
> - org.gjt.sp.jedit.MiscUtilities
> 
> diff for 43pre2:
>  *  <at> version $Id: MiscUtilities.java,v 1.80 2005/03/09 23:46:07 spestov Exp $
> 931,933d930
> <                       case ';':
> <                               buf.append('|');
> <                               break;
> 
> 2) Reload when file status changed
> ===================================
(Continue reading)

SourceForge.net | 2 Aug 2005 14:26
Picon
Favicon

[ jedit-Bugs-1249377 ] ctrl-s saves shifts focus from text area to error list

Bugs item #1249377, was opened at 2005-08-01 09:04
Message generated for change (Comment added) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1249377&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: minor bug
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ctrl-s saves shifts focus from text area to error list

Initial Comment:
Editing XML and using ctrl-s shifts the focus to the
errors list (error list plugin).  Have to click back
into the text area to continue editing.

----------------------------------------------------------------------

>Comment By: Nicholas O'Leary (olearyni)
Date: 2005-08-02 12:26

Message:
Logged In: YES 
user_id=631957
(Continue reading)

SourceForge.net | 2 Aug 2005 14:28
Picon
Favicon

[ jedit-Bugs-1244767 ] several PHP problems

Bugs item #1244767, was opened at 2005-07-25 20:43
Message generated for change (Comment added) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1244767&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: web site
Group: None
>Status: Pending
Resolution: None
Priority: 7
Submitted By: Robert Bienert (robertbienert)
Assigned to: Nobody/Anonymous (nobody)
Summary: several PHP problems

Initial Comment:
Hello!

When trying to browse the list of jEdit plugins under
http://plugins.jedit.org/list.php I got

"Fatal error: Call to a member function on a non-object
in /home/groups/j/je/jedit-plugins/lib/plugins.php on
line 34"

So I wanted to look if this error has been reported
already in the community forum under
http://community.jedit.org/?q=forum and got
(Continue reading)

SourceForge.net | 2 Aug 2005 14:36
Picon
Favicon

[ jedit-Bugs-1231170 ] Upon starting jEdit, it hangs when I choose File->Open.

Bugs item #1231170, was opened at 2005-07-01 19:36
Message generated for change (Comment added) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1231170&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: severe bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upon starting jEdit, it hangs when I choose File->Open.

Initial Comment:
I'm running JRE 1.5.0_04, and jEdit 4.2Final.  When I
launch jEdit and choose File->Open in order to browse
for a file to open up into the editor, that's when
jEdit hangs.  The File Manager never opens.  By the
way, this is on a Windows XP Professional computer.

I've completely uninstalled an earlier version of
jEdit, and I've uninstalled and reinstalled the current
version several times.  Nothing seems to help.  I do
have a colleague with the same OS, same Java version,
same computer, and same version of jEdit, but his
appears to be working fine.
(Continue reading)

SourceForge.net | 2 Aug 2005 14:39
Picon
Favicon

[ jedit-Bugs-1213428 ] Install or update fails: I/O error occurrend (No route...)

Bugs item #1213428, was opened at 2005-06-02 11:31
Message generated for change (Settings changed) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1213428&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: plugin manager
Group: minor bug
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Install or update fails: I/O error occurrend (No route...)

Initial Comment:
Plugin manager correctly connects to plugins.jedit.org
and downloads a list of plugins. It also correctly
selects those plugins into the update tab that are
newer than currently installed plugins. However, if I
try to install or update any plugin, I get following
dialog:

I/O Error
An I/O error occurred (No route to host)
[OK]

I have 100Mbps connection to net without proxy so I
(Continue reading)

SourceForge.net | 2 Aug 2005 14:36
Picon
Favicon

[ jedit-Bugs-1231170 ] Upon starting jEdit, it hangs when I choose File->Open.

Bugs item #1231170, was opened at 2005-07-01 19:36
Message generated for change (Settings changed) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1231170&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: severe bug
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upon starting jEdit, it hangs when I choose File->Open.

Initial Comment:
I'm running JRE 1.5.0_04, and jEdit 4.2Final.  When I
launch jEdit and choose File->Open in order to browse
for a file to open up into the editor, that's when
jEdit hangs.  The File Manager never opens.  By the
way, this is on a Windows XP Professional computer.

I've completely uninstalled an earlier version of
jEdit, and I've uninstalled and reinstalled the current
version several times.  Nothing seems to help.  I do
have a colleague with the same OS, same Java version,
same computer, and same version of jEdit, but his
appears to be working fine.
(Continue reading)

SourceForge.net | 2 Aug 2005 14:42
Picon
Favicon

[ jedit-Bugs-1183155 ] exception when undoing action

Bugs item #1183155, was opened at 2005-04-14 15:55
Message generated for change (Comment added) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1183155&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthieu Casanova (kpouer)
Assigned to: Nobody/Anonymous (nobody)
Summary: exception when undoing action

Initial Comment:
Hi, I typed ctrl+Z and got this exception (I got out of
memory error before, because I was trying to sort lines
on a big file with Texttools plugin) :

java.lang.InternalError: Unbalanced begin/endCompoundEdit()
	at
org.gjt.sp.jedit.buffer.UndoManager.undo(UndoManager.java:66)
	at org.gjt.sp.jedit.Buffer.undo(Buffer.java:1279)
	at
sun.reflect.GeneratedMethodAccessor46.invoke(Unknown
Source)
	at
(Continue reading)

SourceForge.net | 2 Aug 2005 14:40
Picon
Favicon

[ jedit-Bugs-1221683 ] invoke with file name from command line jedit suppended

Bugs item #1221683, was opened at 2005-06-16 04:00
Message generated for change (Settings changed) made by olearyni
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1221683&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor core
Group: severe bug
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: invoke with file name from command line jedit suppended

Initial Comment:
in jEdit version 4.3pre2, when open jEdit with file
name(s) as command line, jEdit can start up, but it
willn't response with any reqeust(deadlock? what can
you do is KILL the process). The file name will open
will show in buffer list,
but with no content.

ENV:
java: jdk1.5.0_01
OS: Windows XP

EXCEPTIONS:
(Continue reading)


Gmane