Dale Anson | 2 Aug 2010 05:37

new mode files

If no one objects, I'm going to go ahead and commit these mode files to trunk:



I use these all the time and I'm doing a little work on the XML plugin to help display these modes better, so it would be nice to have them available in jEdit when the next release of the XML plugin is ready.

Thanks,

Dale


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel
SourceForge.net | 2 Aug 2010 09:45
Picon
Favicon

[ jedit-Plugin Bugs-3038127 ] SideKick: Parse buffer when dockable is restored

Plugin Bugs item #3038127, was opened at 2010-08-02 10:45
Message generated for change (Tracker Item Submitted) made by shlomy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3038127&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Shlomy Reinstein (shlomy)
Assigned to: Nobody/Anonymous (nobody)
Summary: SideKick: Parse buffer when dockable is restored

Initial Comment:
If the SideKick dockable is "closed" (i.e. minimized), it stops listening to the edit bus (by
"removeNotify"). Then, when the dockable is restored, it starts listening to the edit bus again but it
does not update itself for the current buffer, so after restoring the dockable, the "Parse" button must be used.
The dockable should update the tree according to the current buffer, as it missed the edit bus message when
the buffer was changed (if "parse on buffer switch" is not selected, it should at least update the
combo-box with the parser that should be used for the current buffer).

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

SourceForge.net | 2 Aug 2010 09:45
Picon
Favicon

[ jedit-Plugin Bugs-3038126 ] WhiteSpaces plugin not working (2)

Plugin Bugs item #3038126, was opened at 2010-08-02 09:45
Message generated for change (Tracker Item Submitted) made by jnp1234
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3038126&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Heklaz (jnp1234)
Assigned to: Nobody/Anonymous (nobody)
Summary: WhiteSpaces plugin not working (2)

Initial Comment:
It seems that WhiteSpaces is not working in all cases.

I have tried:

1. make sure that defaults are not set for whitespaces
2. open a text document
3. from the plugins menu, choose to show space (in whitespaces)

See attached screenshot where the plugins menu is choosen (for the second), spaces is selected but not
shown in the document.

Setting defaults changes this though.

Follow-up to ID: 2928387.

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

Matthieu Casanova | 2 Aug 2010 10:08
Picon

Re: new mode files

Hi,
I think you can commit them, I will be happy to use ant and maven modes

Matthieu

2010/8/2 Dale Anson <danson <at> grafidog.com>:
> If no one objects, I'm going to go ahead and commit these mode files to
> trunk:
> Maven, https://sourceforge.net/tracker/?func=detail&aid=3016057&group_id=588&atid=300588
> TLD, https://sourceforge.net/tracker/?func=detail&aid=3016054&group_id=588&atid=300588
> Ant, https://sourceforge.net/tracker/?func=detail&aid=3016053&group_id=588&atid=300588
> I use these all the time and I'm doing a little work on the XML plugin to
> help display these modes better, so it would be nice to have them available
> in jEdit when the next release of the XML plugin is ready.
> Thanks,
> Dale
>
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> --
> -----------------------------------------------
> jEdit Developers' List
> jEdit-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jedit-devel
>
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

Robert Peter | 2 Aug 2010 15:50
Picon

Load File to JEditBuffer

Hi!

I hope my question will finally be right on this list :)

I am using the independent TextArea for a small project and was
wondering how to load a file to a JEditBuffer. Currently I am reading
the file by myself, and setting the text using
"TextArea.setText(String)". Is there any way to load the file directly
to the TextAres's JEditBuffer? I know JeditBuffers subclass "Buffer" is 
able to open files, but the Buffer class seems not to be usable outside 
a jEdit context (when just using TextArea as I do).

Thanks!

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

Matthieu Casanova | 2 Aug 2010 16:55
Picon

Re: Load File to JEditBuffer

Hi,
sorry you will have to do the loading by yourself, the Buffer package
is not part of the independant TextArea otherwise the independant
textArea would have to embed the entire jEdit.

Matthieu

2010/8/2 Robert Peter <robert1peter <at> web.de>:
> Hi!
>
> I hope my question will finally be right on this list :)
>
> I am using the independent TextArea for a small project and was
> wondering how to load a file to a JEditBuffer. Currently I am reading
> the file by myself, and setting the text using
> "TextArea.setText(String)". Is there any way to load the file directly
> to the TextAres's JEditBuffer? I know JeditBuffers subclass "Buffer" is
> able to open files, but the Buffer class seems not to be usable outside
> a jEdit context (when just using TextArea as I do).
>
> Thanks!
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> --
> -----------------------------------------------
> jEdit Developers' List
> jEdit-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jedit-devel
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

SourceForge.net | 2 Aug 2010 17:00
Picon
Favicon

[ jedit-Patches-3016057 ] Maven edit mode

Patches item #3016057, was opened at 2010-06-14 11:57
Message generated for change (Comment added) made by daleanson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3016057&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: Accepted
Priority: 5
Private: No
Submitted By: Dale Anson (daleanson)
>Assigned to: Dale Anson (daleanson)
Summary: Maven edit mode

Initial Comment:
Edit mode for Maven pom.xml files.

catalog entry:
<MODE NAME="maven" FILE="maven.xml" FILE_NAME_GLOB="pom.xml"/>

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

>Comment By: Dale Anson (daleanson)
Date: 2010-08-02 09:00

Message:
Committed to trunk in revision 18279.

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

Comment By: Alan Ezust (ezust)
Date: 2010-06-25 10:42

Message:
Moving to patches

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

SourceForge.net | 2 Aug 2010 17:00
Picon
Favicon

[ jedit-Patches-3016054 ] TLD edit mode

Patches item #3016054, was opened at 2010-06-14 11:56
Message generated for change (Comment added) made by daleanson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3016054&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: Accepted
Priority: 5
Private: No
Submitted By: Dale Anson (daleanson)
>Assigned to: Dale Anson (daleanson)
Summary: TLD edit mode

Initial Comment:
A mode for tag definition library (tld) files.

catalog entry:
<MODE NAME="tld" FILE="tld.xml" FILE_NAME_GLOB="*.tld"/>

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

>Comment By: Dale Anson (daleanson)
Date: 2010-08-02 09:00

Message:
Committed to trunk in revision 18279.

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

SourceForge.net | 2 Aug 2010 17:01
Picon
Favicon

[ jedit-Patches-3016053 ] Ant mode

Patches item #3016053, was opened at 2010-06-14 11:54
Message generated for change (Comment added) made by daleanson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3016053&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: Accepted
Priority: 5
Private: No
Submitted By: Dale Anson (daleanson)
>Assigned to: Dale Anson (daleanson)
Summary: Ant mode

Initial Comment:
This mode has been available on the community site for several years and has about 1200 downloads.  I think it
should be added to the core modes.

catalog entry:
<MODE NAME="Ant" FILE="ant.xml" FILE_NAME_GLOB="*.xml" FIRST_LINE_GLOB="&lt;project*&gt;" />

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

>Comment By: Dale Anson (daleanson)
Date: 2010-08-02 09:01

Message:
Committed to trunk in revision 18279.

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

Comment By: Alan Ezust (ezust)
Date: 2010-06-25 10:42

Message:
Moving to patches tracker.

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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

SourceForge.net | 2 Aug 2010 17:02
Picon
Favicon

[ jedit-Patches-3019160 ] Update for javacc mode

Patches item #3019160, was opened at 2010-06-21 11:09
Message generated for change (Comment added) made by daleanson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3019160&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: Accepted
Priority: 5
Private: No
Submitted By: Dale Anson (daleanson)
>Assigned to: Dale Anson (daleanson)
Summary: Update for javacc mode

Initial Comment:
Update for javacc mode to highlight additional token declaration constructs and added quite a few
keywords for both .jj and .jjt files.

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

>Comment By: Dale Anson (daleanson)
Date: 2010-08-02 09:02

Message:
Committed to trunk in revision 18279.

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

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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
--

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


Gmane