SourceForge.net | 1 Aug 2008 02:33
Picon
Favicon

[ jedit-Bugs-2015377 ] Only one of dropped files apears in non-global bufferset

Bugs item #2015377, was opened at 2008-07-11 05:51
Message generated for change (Comment added) made by k_satoda
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=2015377&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: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Kazutoshi Satoda (k_satoda)
Assigned to: Matthieu Casanova (kpouer)
Summary: Only one of dropped files apears in non-global bufferset

Initial Comment:
With jEdit trunk r13044, if I set the buffer set scope
other than "global", and drag & drop multiple files
from Windows Explorer, Only one of the files is shown
in the buffer switcher.

The files which are not shown are loaded but they can't
be set to the edit pane with normal UI. The standard
macro [Files] > [Switch Buffers] can bring them. Once
the buffer is set to the edit pane, it is shown in the
buffer switcher.

(Continue reading)

SourceForge.net | 1 Aug 2008 02:33
Picon
Favicon

[ jedit-Bugs-2016594 ] Bufferset scope 'editpane' can keep unnecessary buffer open

Bugs item #2016594, was opened at 2008-07-12 21:41
Message generated for change (Comment added) made by k_satoda
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=2016594&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: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 7
Private: No
Submitted By: Kazutoshi Satoda (k_satoda)
Assigned to: Matthieu Casanova (kpouer)
Summary: Bufferset scope 'editpane' can keep unnecessary buffer open

Initial Comment:
With jEdit trunk r13046, if the bufferset scope is set
to 'editpane', it can keep unnecessary buffer open.
Since such buffer is not shown in the normal UI, some
wired behavior can heppen.

Reproduction recipe:
  1.
    Start jEdit with -noserver -nosettings -noplugins
    to isolate the problem.
  2.
    Select [View] > [Buffer Sets] >
(Continue reading)

LinMichael | 1 Aug 2008 02:55
Picon
Favicon

Jedit class to control

Hi,

I just start looking at the source code of Jedit. Do you know which Java class displays the menus, File, Edit, Search, etc.?

轻松把Hotmail下载到本地,试试 Windows Live Mail。 立即尝试!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel
Alan Ezust | 1 Aug 2008 04:18
Picon

Re: Jedit class to control

That would be the View - which is basically the main window class of jEdit.


2008/7/31 LinMichael <mikexlin2 <at> hotmail.com>
Hi,

I just start looking at the source code of Jedit. Do you know which Java class displays the menus, File, Edit, Search, etc.?

轻松把Hotmail下载到本地,试试 Windows Live Mail。 立即尝试!

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel
SourceForge.net | 1 Aug 2008 08:11
Picon
Favicon

[ jedit-Patches-1783765 ] patch for ruby.xml mode (SVN r10429)

Patches item #1783765, was opened at 2007-08-29 05:10
Message generated for change (Comment added) made by cyzsuraj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1783765&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: general
Group: None
Status: Open
Resolution: None
>Priority: 6
Private: No
Submitted By: Suraj Kurapati (cyzsuraj)
Assigned to: Robert McKinnon (robmckinnon)
Summary: patch for ruby.xml mode (SVN r10429)

Initial Comment:
Hello,

Please see the attached patch (against SVN r10429) for the modes/ruby.xml file.

The first change surrounds the =begin and =end keywords with newlines because those keywords do not take
any effect unless they are at the beginning of a line.  If they appear in the middle of a line, it becomes a
syntax error.

The second change is the addition of "initialize" as a second-order keyword.  It is hard to type initialize
correctly sometimes and so putting this word as a keyword2 gives two benefits:

1. I can use jEdit code completion to type the word:

	[i] [n] [i] [t] [control][b]

2. I can easily see if the word is misspelled because it will only have syntax coloring if it is correctly spelled.

Please give your comments on these changes and if you like them, please incorporate them into the SVN trunk.

Thanks for your consideration.

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

>Comment By: Suraj Kurapati (cyzsuraj)
Date: 2008-08-01 06:11

Message:
Logged In: YES 
user_id=315014
Originator: YES

Any update on the status of accepting this patch?
This is a trivial patch; it shouldn't take very long to review.

On a side note, it's been so long since I submitted this patch (wow!
almost a YEAR already!) that I had completely forgotten whether I actually
submitted it or whether I merely *thought* about doing so.  I actually came
back to (re)submit it just now and saw it was already there... deja vu!
:-)

Please review and accept this patch so that all Rubyists can benefit from
it!

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

Comment By: Alan Ezust (ezust)
Date: 2007-09-06 20:57

Message:
Logged In: YES 
user_id=935841
Originator: NO

rob, can you please review this patch?

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

Comment By: Alan Ezust (ezust)
Date: 2007-09-06 20:57

Message:
Logged In: YES 
user_id=935841
Originator: NO

rob, can you please review this patch?

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

SourceForge.net | 1 Aug 2008 10:27
Picon
Favicon

[ jedit-Patches-2023941 ] Adds a basic email mode that highlights quoted lines

Patches item #2023941, was opened at 2008-07-21 23:04
Message generated for change (Comment added) made by kpouer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=2023941&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: texteditor
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Gilbert (voxmea)
Assigned to: Nobody/Anonymous (nobody)
Summary: Adds a basic email mode that highlights quoted lines

Initial Comment:
Adds a basic email mode that highlights quoted lines.

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

>Comment By: Matthieu Casanova (kpouer)
Date: 2008-08-01 10:27

Message:
Logged In: YES 
user_id=285591
Originator: NO

Hi, there is already a mail.xml mode in jEdit and it is very different
from yours. What are the differences ?

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

SourceForge.net | 1 Aug 2008 10:32
Picon
Favicon

[ jedit-Patches-2023941 ] Adds a basic email mode that highlights quoted lines

Patches item #2023941, was opened at 2008-07-21 17:04
Message generated for change (Comment added) made by voxmea
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=2023941&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: texteditor
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Gilbert (voxmea)
Assigned to: Nobody/Anonymous (nobody)
Summary: Adds a basic email mode that highlights quoted lines

Initial Comment:
Adds a basic email mode that highlights quoted lines.

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

>Comment By: Matthew Gilbert (voxmea)
Date: 2008-08-01 04:32

Message:
Logged In: YES 
user_id=2017932
Originator: YES

I missed the original somehow. Stupid oversight. Sorry for the noise.
Thanks.

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

Comment By: Matthieu Casanova (kpouer)
Date: 2008-08-01 04:27

Message:
Logged In: YES 
user_id=285591
Originator: NO

Hi, there is already a mail.xml mode in jEdit and it is very different
from yours. What are the differences ?

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

SourceForge.net | 1 Aug 2008 10:33
Picon
Favicon

[ jedit-Patches-2023941 ] Adds a basic email mode that highlights quoted lines

Patches item #2023941, was opened at 2008-07-21 17:04
Message generated for change (Settings changed) made by voxmea
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=2023941&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: texteditor
Group: None
>Status: Deleted
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew Gilbert (voxmea)
Assigned to: Nobody/Anonymous (nobody)
Summary: Adds a basic email mode that highlights quoted lines

Initial Comment:
Adds a basic email mode that highlights quoted lines.

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

Comment By: Matthew Gilbert (voxmea)
Date: 2008-08-01 04:32

Message:
Logged In: YES 
user_id=2017932
Originator: YES

I missed the original somehow. Stupid oversight. Sorry for the noise.
Thanks.

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

Comment By: Matthieu Casanova (kpouer)
Date: 2008-08-01 04:27

Message:
Logged In: YES 
user_id=285591
Originator: NO

Hi, there is already a mail.xml mode in jEdit and it is very different
from yours. What are the differences ?

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

SourceForge.net | 1 Aug 2008 10:35
Picon
Favicon

[ jedit-Patches-1939329 ] Alphabetic sort for Sort.bsh

Patches item #1939329, was opened at 2008-04-10 14:56
Message generated for change (Comment added) made by kpouer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1939329&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: texteditor
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Olivier Parent (olivier-parent)
Assigned to: Matthieu Casanova (kpouer)
Summary: Alphabetic sort for Sort.bsh

Initial Comment:
Hello,

I enhanced the JEdit macro Sort.bsh with an "Alphabetic sort" option.
Basically, it adds a RuleBasedCollator initialized with the current locale to the TreeMap containing the
sorted lines if the option is checked. 

It's very useful to sort words with diacritic signs.
Check it with this example lines:

z

a
b

c
d
e

- binary sort: a,b,c,d,e,z,,
- alphabetic sort: a,,b,c,d,e,,z

Best regards,
Olivier Parent

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

>Comment By: Matthieu Casanova (kpouer)
Date: 2008-08-01 10:35

Message:
Logged In: YES 
user_id=285591
Originator: NO

Hi, I don't understand to what I can apply this patch, I don't have any
sort.bsh macro in the trunk. From where does it come from ?

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

Seph M. Soliman | 1 Aug 2008 16:07
Picon

Re: Jedit class to control

Actually... It's more like GUIUtilities that generates the actual menu from a stringlist that comes from jedit_gui.prop.
Bear in mind that there is a central way of generating menus for popups and such, so that's why it's made this way...

But the view attaches the actual menu I think.

Regards,
Seph

On 01/08/2008, at 04:18, Alan Ezust wrote:

That would be the View - which is basically the main window class of jEdit.


2008/7/31 LinMichael <mikexlin2 <at> hotmail.com>
Hi,

I just start looking at the source code of Jedit. Do you know which Java class displays the menus, File, Edit, Search, etc.?

轻松把Hotmail下载到本地,试试 Windows Live Mail。 立即尝试!

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/--
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

Gmane