Re: [JPP-Devel] R: new jts 1.10

2009-01-06 Thread Stefan Steiniger
sounds great!
I'm eager to have a look on it.

stefan

Giuseppe Aruta schrieb:
> Hi,
> This is my plan, for next months
> For February  I plan to finish  the new OpenJUMP 1.3 guide (in Opendoc and 
> pdf). All text part is ready [except English corrections :-)]. I am working 
> around figures.
> It will extend the "List of functions" wiki pages plus some info on OJ setup. 
> Not really a manual/tutorial but a complete description of the software (I 
> hope). 70 pages, included Index, less than 1 Mb.
> I preferred OpenDOC for two main reasons:
> 1) Possibility to add various indeces 
> 2) easy to use for future language translations and/or upgrade
> 
> Regards
> 
> Peppe
> 
> 
> --- Sab 3/1/09, Stefan Steiniger  ha scritto:
> 
>> Da: Stefan Steiniger 
>> Oggetto: [JPP-Devel] new jts 1.10
>> A: "List for discussion of JPP development and use." 
>> 
>> Data: Sabato 3 gennaio 2009, 17:17
>> seems like Martin wants to push the OJ 1.3 release - which
>> would not be 
>> possible without a new JTS release (due to a bug in the
>> planar graph) ;)
>>
>> http://lin-ear-th-inking.blogspot.com/2009/01/jts-version-110-released.html
>>
>> thank you Martin,
>> stefan
>>
>> --
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
>   
> 
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
Perhaps

http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html

??

Stefan Steiniger wrote:
>   
>> By the way, since it uses the Java pattern matcher, Search All 
>> Attributes supports many different meta-characters to control the search 
>> such as ^ to match the start of a line and $ to match the end.
>> 
> oha..interesting.. how to get to know these chars?
> is there a table?
>
> stefan
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>   

-- 
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Larry Becker
That's it.  I've looked for a better (more user oriented) reference, but
never found one.

Larry

On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis wrote:

> Perhaps
>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
>
> ??
>
> Stefan Steiniger wrote:
> >
> >> By the way, since it uses the Java pattern matcher, Search All
> >> Attributes supports many different meta-characters to control the search
> >> such as ^ to match the start of a line and $ to match the end.
> >>
> > oha..interesting.. how to get to know these chars?
> > is there a table?
> >
> > stefan
> >
> >
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
>
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
Yes, that would be nice.  The Pattern language is *very* powerful, but 
*very* complex too.

Hmm... there's a book in there I think - or at least a nice website.

The language I think follows most common conventions for regex languages 
- and I'm pretty sure there's some good general references out there.  
I'll post if I find one.

I use this a lot in JEQL scripts - so it would be nice to have a 
reference site for that too.

Larry Becker wrote:
> That's it.  I've looked for a better (more user oriented) reference, 
> but never found one.
>
> Larry
>
> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis  > wrote:
>
> Perhaps
>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
>
> ??
>
> Stefan Steiniger wrote:
> >
> >> By the way, since it uses the Java pattern matcher, Search All
> >> Attributes supports many different meta-characters to control
> the search
> >> such as ^ to match the start of a line and $ to match the end.
> >>
> > oha..interesting.. how to get to know these chars?
> > is there a table?
> >
> > stefan
> >
> >
> 
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
>
> 
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> -- 
> http://amusingprogrammer.blogspot.com/
> 
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> 
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   

-- 
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
Check these out:

http://leepoint.net/notes-java/data/strings/40regular_expressions/05regex.html
http://en.wikipedia.org/wiki/Regular_expression


Martin Davis wrote:
> Yes, that would be nice.  The Pattern language is *very* powerful, but 
> *very* complex too.
>
> Hmm... there's a book in there I think - or at least a nice website.
>
> The language I think follows most common conventions for regex languages 
> - and I'm pretty sure there's some good general references out there.  
> I'll post if I find one.
>
> I use this a lot in JEQL scripts - so it would be nice to have a 
> reference site for that too.
>
> Larry Becker wrote:
>   
>> That's it.  I've looked for a better (more user oriented) reference, 
>> but never found one.
>>
>> Larry
>>
>> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis > > wrote:
>>
>> Perhaps
>>
>> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
>>
>> ??
>>
>> Stefan Steiniger wrote:
>> >
>> >> By the way, since it uses the Java pattern matcher, Search All
>> >> Attributes supports many different meta-characters to control
>> the search
>> >> such as ^ to match the start of a line and $ to match the end.
>> >>
>> > oha..interesting.. how to get to know these chars?
>> > is there a table?
>> >
>> > stefan
>> >
>> >
>> 
>> --
>> > Check out the new SourceForge.net Marketplace.
>> > It is the best place to buy or sell services for
>> > just about anything Open Source.
>> > http://p.sf.net/sfu/Xq1LFB
>> > ___
>> > Jump-pilot-devel mailing list
>> > Jump-pilot-devel@lists.sourceforge.net
>> 
>> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >
>> >
>>
>> --
>> Martin Davis
>> Senior Technical Architect
>> Refractions Research, Inc.
>> (250) 383-3022
>>
>>
>> 
>> --
>> Check out the new SourceForge.net Marketplace.
>> It is the best place to buy or sell services for
>> just about anything Open Source.
>> http://p.sf.net/sfu/Xq1LFB
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> 
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>>
>>
>> -- 
>> http://amusingprogrammer.blogspot.com/
>> 
>>
>> --
>> Check out the new SourceForge.net Marketplace.
>> It is the best place to buy or sell services for
>> just about anything Open Source.
>> http://p.sf.net/sfu/Xq1LFB
>> 
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>   
>> 
>
>   

-- 
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Larry Becker
I like the "POSIX Basic Regular Expressions" section of the Wikipedia
article.  Still not for the feint-of-heart.


On Tue, Jan 6, 2009 at 12:08 PM, Martin Davis wrote:

> Check these out:
>
>
> http://leepoint.net/notes-java/data/strings/40regular_expressions/05regex.html
> http://en.wikipedia.org/wiki/Regular_expression
>
>
> Martin Davis wrote:
> > Yes, that would be nice.  The Pattern language is *very* powerful, but
> > *very* complex too.
> >
> > Hmm... there's a book in there I think - or at least a nice website.
> >
> > The language I think follows most common conventions for regex languages
> > - and I'm pretty sure there's some good general references out there.
> > I'll post if I find one.
> >
> > I use this a lot in JEQL scripts - so it would be nice to have a
> > reference site for that too.
> >
> > Larry Becker wrote:
> >
> >> That's it.  I've looked for a better (more user oriented) reference,
> >> but never found one.
> >>
> >> Larry
> >>
> >> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis  >> > wrote:
> >>
> >> Perhaps
> >>
> >>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >>
> >> ??
> >>
> >> Stefan Steiniger wrote:
> >> >
> >> >> By the way, since it uses the Java pattern matcher, Search All
> >> >> Attributes supports many different meta-characters to control
> >> the search
> >> >> such as ^ to match the start of a line and $ to match the end.
> >> >>
> >> > oha..interesting.. how to get to know these chars?
> >> > is there a table?
> >> >
> >> > stefan
> >> >
> >> >
> >>
> --
> >> > Check out the new SourceForge.net Marketplace.
> >> > It is the best place to buy or sell services for
> >> > just about anything Open Source.
> >> > http://p.sf.net/sfu/Xq1LFB
> >> > ___
> >> > Jump-pilot-devel mailing list
> >> > Jump-pilot-devel@lists.sourceforge.net
> >> 
> >> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >> >
> >> >
> >>
> >> --
> >> Martin Davis
> >> Senior Technical Architect
> >> Refractions Research, Inc.
> >> (250) 383-3022
> >>
> >>
> >>
> --
> >> Check out the new SourceForge.net Marketplace.
> >> It is the best place to buy or sell services for
> >> just about anything Open Source.
> >> http://p.sf.net/sfu/Xq1LFB
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> >> 
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >>
> >>
> >>
> >> --
> >> http://amusingprogrammer.blogspot.com/
> >> 
> >>
> >>
> --
> >> Check out the new SourceForge.net Marketplace.
> >> It is the best place to buy or sell services for
> >> just about anything Open Source.
> >> http://p.sf.net/sfu/Xq1LFB
> >> 
> >>
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >>
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
>
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
It looks to me like the syntax for the POSIX character classes is 
different on the Wikipedia article to the Java Pattern class.  8^(
(You know what they say about standards...) 

These are quite useful, so this could be important to note.

Larry Becker wrote:
> I like the "POSIX Basic Regular Expressions" section of the Wikipedia 
> article.  Still not for the feint-of-heart.
>
>
> On Tue, Jan 6, 2009 at 12:08 PM, Martin Davis  > wrote:
>
> Check these out:
>
> 
> http://leepoint.net/notes-java/data/strings/40regular_expressions/05regex.html
> http://en.wikipedia.org/wiki/Regular_expression
>
>
> Martin Davis wrote:
> > Yes, that would be nice.  The Pattern language is *very*
> powerful, but
> > *very* complex too.
> >
> > Hmm... there's a book in there I think - or at least a nice website.
> >
> > The language I think follows most common conventions for regex
> languages
> > - and I'm pretty sure there's some good general references out
> there.
> > I'll post if I find one.
> >
> > I use this a lot in JEQL scripts - so it would be nice to have a
> > reference site for that too.
> >
> > Larry Becker wrote:
> >
> >> That's it.  I've looked for a better (more user oriented)
> reference,
> >> but never found one.
> >>
> >> Larry
> >>
> >> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
> mailto:mbda...@refractions.net>
> >>  >> wrote:
> >>
> >> Perhaps
> >>
> >>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >>
> >> ??
> >>
> >> Stefan Steiniger wrote:
> >> >
> >> >> By the way, since it uses the Java pattern matcher,
> Search All
> >> >> Attributes supports many different meta-characters to
> control
> >> the search
> >> >> such as ^ to match the start of a line and $ to match
> the end.
> >> >>
> >> > oha..interesting.. how to get to know these chars?
> >> > is there a table?
> >> >
> >> > stefan
> >> >
> >> >
> >>
> 
> --
> >> > Check out the new SourceForge.net Marketplace.
> >> > It is the best place to buy or sell services for
> >> > just about anything Open Source.
> >> > http://p.sf.net/sfu/Xq1LFB
> >> > ___
> >> > Jump-pilot-devel mailing list
> >> > Jump-pilot-devel@lists.sourceforge.net
> 
> >>  >
> >> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >> >
> >> >
> >>
> >> --
> >> Martin Davis
> >> Senior Technical Architect
> >> Refractions Research, Inc.
> >> (250) 383-3022
> >>
> >>
> >>
> 
> --
> >> Check out the new SourceForge.net Marketplace.
> >> It is the best place to buy or sell services for
> >> just about anything Open Source.
> >> http://p.sf.net/sfu/Xq1LFB
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> 
> >>  >
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >>
> >>
> >>
> >> --
> >> http://amusingprogrammer.blogspot.com/
> >>
> 
> >>
> >>
> 
> --
> >> Check out the new SourceForge.net Marketplace.
> >> It is the best place to buy or sell services for
> >> just about anything Open Source.
> >> http://p.sf.net/sfu/Xq1LFB
> >>
> 
> >>
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> 
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >>
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
>
> 
> --
> Check out 

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Larry Becker
This subset looks safe enough:


. Matches any single character (many applications exclude newlines, and
exactly which characters are considered newlines is flavor, character
encoding, and platform specific, but it is safe to assume that the line feed
character is included). Within POSIX bracket expressions, the dot character
matches a literal dot. For example, a.c matches "*abc*", etc., but
[a.c]matches only "
*a*", "*.*", or "*c*".  [ ] A bracket expression. Matches a single character
that is contained within the brackets. For example, [abc] matches "*a*", "*b
*", or "*c*". [a-z] specifies a range which matches any lowercase letter
from "*a*" to "*z*". These forms can be mixed: [abcx-z] matches "*a*", "*b*",
"*c*", "*x*", "*y*", or "*z*", as does [a-cx-z].

The - character is treated as a literal character if it is the last or the
first character within the brackets, or if it is escaped with a backslash:
[abc-], [-abc], or [a\-bc].
  [^ ] Matches a single character that is not contained within the brackets.
For example, [^abc] matches any character other than "*a*", "*b*", or "*c*".
[^a-z] matches any single character that is not a lowercase letter from "*a*"
to "*z*". As above, literal characters and ranges can be mixed.  ^ Matches
the starting position within the string. In line-based tools, it matches the
starting position of any line.  $ Matches the ending position of the string
or the position just before a string-ending newline. In line-based tools, it
matches the ending position of any line.  \( \) Defines a marked
subexpression. The string matched within the parentheses can be recalled
later (see the next entry, \*n*). A marked subexpression is also called a
block or capturing group.  \*n* Matches what the *n*th marked subexpression
matched, where *n* is a digit from 1 to 9. This construct is theoretically *
irregular* and was not adopted in the POSIX ERE syntax. Some tools allow
referencing more than nine capturing groups.  * Matches the preceding
element zero or more times. For example, ab*c matches "*ac*", "*abc*", "*
abbbc*", etc. [xyz]* matches "", "*x*", "*y*", "*z*", "*zx*", "*zyx*", "*
xyzzy*", and so on. \(ab\)* matches "", "*ab*", "*abab*", "*ababab*", and so
on.  \{*m*,*n*\} Matches the preceding element at least *m* and not more
than *n* times. For example, a\{3,5\} matches only "*aaa*", "**", and "*
a*". This is not found in a few, older instances of regular expressions.

*Examples:*

   - .at matches any three-character string ending with "at", including "*
   hat*", "*cat*", and "*bat*".
   - [hc]at matches "*hat*" and "*cat*".
   - [^b]at matches all strings matched by .at except "*bat*".
   - ^[hc]at matches "*hat*" and "*cat*", but only at the beginning of the
   string or line.
   - [hc]at$ matches "*hat*" and "*cat*", but only at the end of the string
   or line.



On Tue, Jan 6, 2009 at 1:00 PM, Martin Davis wrote:

> It looks to me like the syntax for the POSIX character classes is
> different on the Wikipedia article to the Java Pattern class.  8^(
> (You know what they say about standards...)
>
> These are quite useful, so this could be important to note.
>
> Larry Becker wrote:
> > I like the "POSIX Basic Regular Expressions" section of the Wikipedia
> > article.  Still not for the feint-of-heart.
> >
> >
> > On Tue, Jan 6, 2009 at 12:08 PM, Martin Davis  > > wrote:
> >
> > Check these out:
> >
> >
> http://leepoint.net/notes-java/data/strings/40regular_expressions/05regex.html
> > http://en.wikipedia.org/wiki/Regular_expression
> >
> >
> > Martin Davis wrote:
> > > Yes, that would be nice.  The Pattern language is *very*
> > powerful, but
> > > *very* complex too.
> > >
> > > Hmm... there's a book in there I think - or at least a nice
> website.
> > >
> > > The language I think follows most common conventions for regex
> > languages
> > > - and I'm pretty sure there's some good general references out
> > there.
> > > I'll post if I find one.
> > >
> > > I use this a lot in JEQL scripts - so it would be nice to have a
> > > reference site for that too.
> > >
> > > Larry Becker wrote:
> > >
> > >> That's it.  I've looked for a better (more user oriented)
> > reference,
> > >> but never found one.
> > >>
> > >> Larry
> > >>
> > >> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
> > mailto:mbda...@refractions.net>
> > >>  > >> wrote:
> > >>
> > >> Perhaps
> > >>
> > >>
> > http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> > >>
> > >> ??
> > >>
> > >> Stefan Steiniger wrote:
> > >> >
> > >> >> By the way, since it uses the Java pattern matcher,
> > Search All
> > >> >> Attributes supports many different meta-characters to
> > control
> > >> the sear

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Michael Michaud
Hi,

For a one page cheatsheet, look at
http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
or
http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf

for a full site dedicated to regex :
http://www.regular-expressions.info/

note : regex is also available in OJ's simple query plugin
...and in postgresql (operator ~)

@Larry : I think that the use of regexes should be mentionned in the 
user interface of your search tool
One reason is that the user will have to escape regex metacharacter if 
he wants to make a simple search on (, [ ,*...

Michaël


Larry Becker a écrit :
> That's it.  I've looked for a better (more user oriented) reference, 
> but never found one.
>
> Larry
>
> On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis  > wrote:
>
> Perhaps
>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
>
> ??
>
> Stefan Steiniger wrote:
> >
> >> By the way, since it uses the Java pattern matcher, Search All
> >> Attributes supports many different meta-characters to control
> the search
> >> such as ^ to match the start of a line and $ to match the end.
> >>
> > oha..interesting.. how to get to know these chars?
> > is there a table?
> >
> > stefan
> >
> >
> 
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
>
> 
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> -- 
> http://amusingprogrammer.blogspot.com/
> 
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> 
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Stefan Steiniger


> 
> By the way, since it uses the Java pattern matcher, Search All 
> Attributes supports many different meta-characters to control the search 
> such as ^ to match the start of a line and $ to match the end.
oha..interesting.. how to get to know these chars?
is there a table?

stefan

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Larry Becker
>@Larry : I think that the use of regexes should be mentionned in the
>user interface of your search tool
>One reason is that the user will have to escape regex metacharacter if
>he wants to make a simple search on (, [ ,*...

I agree.  I was just intimidated by the complexity of explaining this in a
sidebar. :-)  Perhaps it would be enough to list the "special characters".

Larry

On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud wrote:

> Hi,
>
> For a one page cheatsheet, look at
> http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
> or
> http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf
>
> for a full site dedicated to regex :
> http://www.regular-expressions.info/
>
> note : regex is also available in OJ's simple query plugin
> ...and in postgresql (operator ~)
>
> @Larry : I think that the use of regexes should be mentionned in the
> user interface of your search tool
> One reason is that the user will have to escape regex metacharacter if
> he wants to make a simple search on (, [ ,*...
>
> Michaël
>
>
> Larry Becker a écrit :
> > That's it.  I've looked for a better (more user oriented) reference,
> > but never found one.
> >
> > Larry
> >
> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis  > > wrote:
> >
> > Perhaps
> >
> > http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >
> > ??
> >
> > Stefan Steiniger wrote:
> > >
> > >> By the way, since it uses the Java pattern matcher, Search All
> > >> Attributes supports many different meta-characters to control
> > the search
> > >> such as ^ to match the start of a line and $ to match the end.
> > >>
> > > oha..interesting.. how to get to know these chars?
> > > is there a table?
> > >
> > > stefan
> > >
> > >
> >
> --
> > > Check out the new SourceForge.net Marketplace.
> > > It is the best place to buy or sell services for
> > > just about anything Open Source.
> > > http://p.sf.net/sfu/Xq1LFB
> > > ___
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> > 
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> > >
> >
> > --
> > Martin Davis
> > Senior Technical Architect
> > Refractions Research, Inc.
> > (250) 383-3022
> >
> >
> >
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > 
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> >
> >
> > --
> > http://amusingprogrammer.blogspot.com/
> > 
> >
> >
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > 
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
>
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Michael Michaud
Larry Becker a écrit :
> >@Larry : I think that the use of regexes should be mentionned in the
> >user interface of your search tool
> >One reason is that the user will have to escape regex metacharacter if
> >he wants to make a simple search on (, [ ,*...
>
> I agree.  I was just intimidated by the complexity of explaining this 
> in a sidebar. :-)  Perhaps it would be enough to list the "special 
> characters".
Of course, I didn't think of explaining regex syntax in the sidebar, but 
just mentionning that regex syntax can (or must ?) be used in the 
textfield so that users are aware that they can use or learn how to use 
this powerful syntax.

Michaël
>
> Larry
>
> On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud 
> mailto:michael.mich...@free.fr>> wrote:
>
> Hi,
>
> For a one page cheatsheet, look at
> http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
> or
> http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf
>
> for a full site dedicated to regex :
> http://www.regular-expressions.info/
>
> note : regex is also available in OJ's simple query plugin
> ...and in postgresql (operator ~)
>
> @Larry : I think that the use of regexes should be mentionned in the
> user interface of your search tool
> One reason is that the user will have to escape regex metacharacter if
> he wants to make a simple search on (, [ ,*...
>
> Michaël
>
>
> Larry Becker a écrit :
> > That's it.  I've looked for a better (more user oriented) reference,
> > but never found one.
> >
> > Larry
> >
> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
> mailto:mbda...@refractions.net>
> >  >> wrote:
> >
> > Perhaps
> >
> >
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >
> > ??
> >
> > Stefan Steiniger wrote:
> > >
> > >> By the way, since it uses the Java pattern matcher,
> Search All
> > >> Attributes supports many different meta-characters to control
> > the search
> > >> such as ^ to match the start of a line and $ to match the
> end.
> > >>
> > > oha..interesting.. how to get to know these chars?
> > > is there a table?
> > >
> > > stefan
> > >
> > >
> >
> 
> --
> > > Check out the new SourceForge.net Marketplace.
> > > It is the best place to buy or sell services for
> > > just about anything Open Source.
> > > http://p.sf.net/sfu/Xq1LFB
> > > ___
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> 
> >  >
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> > >
> >
> > --
> > Martin Davis
> > Senior Technical Architect
> > Refractions Research, Inc.
> > (250) 383-3022
> >
> >
> >
> 
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> 
> >  >
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> >
> >
> > --
> > http://amusingprogrammer.blogspot.com/
> >
> 
> >
> >
> 
> --
> > Check out the new SourceForge.net Marketplace.
> > It is the best place to buy or sell services for
> > just about anything Open Source.
> > http://p.sf.net/sfu/Xq1LFB
> >
> 
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> 
> --
> Check

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
Is it worth having an option to choose plain text or regex?  Some text 
editors do this.  That way if a search string contains some of the 
(numerous) special regex chars, the user doesn't have to escape 
everything in sight.

M

Michael Michaud wrote:
> Larry Becker a écrit :
>   
>>> @Larry : I think that the use of regexes should be mentionned in the
>>> user interface of your search tool
>>> One reason is that the user will have to escape regex metacharacter if
>>> he wants to make a simple search on (, [ ,*...
>>>   
>> I agree.  I was just intimidated by the complexity of explaining this 
>> in a sidebar. :-)  Perhaps it would be enough to list the "special 
>> characters".
>> 
> Of course, I didn't think of explaining regex syntax in the sidebar, but 
> just mentionning that regex syntax can (or must ?) be used in the 
> textfield so that users are aware that they can use or learn how to use 
> this powerful syntax.
>
> Michaël
>   
>> Larry
>>
>> On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud 
>> mailto:michael.mich...@free.fr>> wrote:
>>
>> Hi,
>>
>> For a one page cheatsheet, look at
>> 
>> http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
>> or
>> 
>> http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf
>>
>> for a full site dedicated to regex :
>> http://www.regular-expressions.info/
>>
>> note : regex is also available in OJ's simple query plugin
>> ...and in postgresql (operator ~)
>>
>> @Larry : I think that the use of regexes should be mentionned in the
>> user interface of your search tool
>> One reason is that the user will have to escape regex metacharacter if
>> he wants to make a simple search on (, [ ,*...
>>
>> Michaël
>>
>>
>> Larry Becker a écrit :
>> > That's it.  I've looked for a better (more user oriented) reference,
>> > but never found one.
>> >
>> > Larry
>> >
>> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
>> mailto:mbda...@refractions.net>
>> > > >> wrote:
>> >
>> > Perhaps
>> >
>> >
>> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
>> >
>> > ??
>> >
>> > Stefan Steiniger wrote:
>> > >
>> > >> By the way, since it uses the Java pattern matcher,
>> Search All
>> > >> Attributes supports many different meta-characters to control
>> > the search
>> > >> such as ^ to match the start of a line and $ to match the
>> end.
>> > >>
>> > > oha..interesting.. how to get to know these chars?
>> > > is there a table?
>> > >
>> > > stefan
>> > >
>> > >
>> >
>> 
>> --
>> > > Check out the new SourceForge.net Marketplace.
>> > > It is the best place to buy or sell services for
>> > > just about anything Open Source.
>> > > http://p.sf.net/sfu/Xq1LFB
>> > > ___
>> > > Jump-pilot-devel mailing list
>> > > Jump-pilot-devel@lists.sourceforge.net
>> 
>> > > >
>> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> > >
>> > >
>> >
>> > --
>> > Martin Davis
>> > Senior Technical Architect
>> > Refractions Research, Inc.
>> > (250) 383-3022
>> >
>> >
>> >
>> 
>> --
>> > Check out the new SourceForge.net Marketplace.
>> > It is the best place to buy or sell services for
>> > just about anything Open Source.
>> > http://p.sf.net/sfu/Xq1LFB
>> > ___
>> > Jump-pilot-devel mailing list
>> > Jump-pilot-devel@lists.sourceforge.net
>> 
>> > > >
>> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >
>> >
>> >
>> >
>> > --
>> > http://amusingprogrammer.blogspot.com/
>> >
>> 
>> >
>> >
>> 
>> --
>> > Check out the new SourceForge.net Marketplace.
>> > It is the best place to buy or sell services for
>> > just about anything Open Source.
>> > http://p.sf.net/sfu/Xq1LFB
>> >
>> 

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Larry Becker
Yes, Eclipse has that option, however it would be much more difficult to
program without using the pattern matcher.  It would basically revert to a
simple exact match string comparison.

Larry

On Tue, Jan 6, 2009 at 4:29 PM, Martin Davis wrote:

> Is it worth having an option to choose plain text or regex?  Some text
> editors do this.  That way if a search string contains some of the
> (numerous) special regex chars, the user doesn't have to escape
> everything in sight.
>
> M
>
> Michael Michaud wrote:
> > Larry Becker a écrit :
> >
> >>> @Larry : I think that the use of regexes should be mentionned in the
> >>> user interface of your search tool
> >>> One reason is that the user will have to escape regex metacharacter if
> >>> he wants to make a simple search on (, [ ,*...
> >>>
> >> I agree.  I was just intimidated by the complexity of explaining this
> >> in a sidebar. :-)  Perhaps it would be enough to list the "special
> >> characters".
> >>
> > Of course, I didn't think of explaining regex syntax in the sidebar, but
> > just mentionning that regex syntax can (or must ?) be used in the
> > textfield so that users are aware that they can use or learn how to use
> > this powerful syntax.
> >
> > Michaël
> >
> >> Larry
> >>
> >> On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud
> >> mailto:michael.mich...@free.fr>> wrote:
> >>
> >> Hi,
> >>
> >> For a one page cheatsheet, look at
> >>
> http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
> >> or
> >>
> http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf
> >>
> >> for a full site dedicated to regex :
> >> http://www.regular-expressions.info/
> >>
> >> note : regex is also available in OJ's simple query plugin
> >> ...and in postgresql (operator ~)
> >>
> >> @Larry : I think that the use of regexes should be mentionned in the
> >> user interface of your search tool
> >> One reason is that the user will have to escape regex metacharacter
> if
> >> he wants to make a simple search on (, [ ,*...
> >>
> >> Michaël
> >>
> >>
> >> Larry Becker a écrit :
> >> > That's it.  I've looked for a better (more user oriented)
> reference,
> >> > but never found one.
> >> >
> >> > Larry
> >> >
> >> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
> >> mailto:mbda...@refractions.net>
> >> >  >> >> wrote:
> >> >
> >> > Perhaps
> >> >
> >> >
> >>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >> >
> >> > ??
> >> >
> >> > Stefan Steiniger wrote:
> >> > >
> >> > >> By the way, since it uses the Java pattern matcher,
> >> Search All
> >> > >> Attributes supports many different meta-characters to
> control
> >> > the search
> >> > >> such as ^ to match the start of a line and $ to match the
> >> end.
> >> > >>
> >> > > oha..interesting.. how to get to know these chars?
> >> > > is there a table?
> >> > >
> >> > > stefan
> >> > >
> >> > >
> >> >
> >>
> --
> >> > > Check out the new SourceForge.net Marketplace.
> >> > > It is the best place to buy or sell services for
> >> > > just about anything Open Source.
> >> > > http://p.sf.net/sfu/Xq1LFB
> >> > > ___
> >> > > Jump-pilot-devel mailing list
> >> > > Jump-pilot-devel@lists.sourceforge.net
> >> 
> >> >  >> >
> >> > >
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >> > >
> >> > >
> >> >
> >> > --
> >> > Martin Davis
> >> > Senior Technical Architect
> >> > Refractions Research, Inc.
> >> > (250) 383-3022
> >> >
> >> >
> >> >
> >>
> --
> >> > Check out the new SourceForge.net Marketplace.
> >> > It is the best place to buy or sell services for
> >> > just about anything Open Source.
> >> > http://p.sf.net/sfu/Xq1LFB
> >> > ___
> >> > Jump-pilot-devel mailing list
> >> > Jump-pilot-devel@lists.sourceforge.net
> >> 
> >> >  >> >
> >> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > http://amusingprogrammer.blogspot.com/

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Martin Davis
Could you still use regex matching on the back end, but just internally 
escape the raw string input to turn it into a pattern?  I think this 
should be possible maybe by simpling escaping every char in the 
input string.

Larry Becker wrote:
> Yes, Eclipse has that option, however it would be much more difficult 
> to program without using the pattern matcher.  It would basically 
> revert to a simple exact match string comparison.
>
> Larry
>
> On Tue, Jan 6, 2009 at 4:29 PM, Martin Davis  > wrote:
>
> Is it worth having an option to choose plain text or regex?  Some text
> editors do this.  That way if a search string contains some of the
> (numerous) special regex chars, the user doesn't have to escape
> everything in sight.
>
> M
>
> Michael Michaud wrote:
> > Larry Becker a écrit :
> >
> >>> @Larry : I think that the use of regexes should be mentionned
> in the
> >>> user interface of your search tool
> >>> One reason is that the user will have to escape regex
> metacharacter if
> >>> he wants to make a simple search on (, [ ,*...
> >>>
> >> I agree.  I was just intimidated by the complexity of
> explaining this
> >> in a sidebar. :-)  Perhaps it would be enough to list the "special
> >> characters".
> >>
> > Of course, I didn't think of explaining regex syntax in the
> sidebar, but
> > just mentionning that regex syntax can (or must ?) be used in the
> > textfield so that users are aware that they can use or learn how
> to use
> > this powerful syntax.
> >
> > Michaël
> >
> >> Larry
> >>
> >> On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud
> >> mailto:michael.mich...@free.fr>
> >>
> wrote:
> >>
> >> Hi,
> >>
> >> For a one page cheatsheet, look at
> >>
> http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/
> >> or
> >>
> http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf
> >>
> >> for a full site dedicated to regex :
> >> http://www.regular-expressions.info/
> >>
> >> note : regex is also available in OJ's simple query plugin
> >> ...and in postgresql (operator ~)
> >>
> >> @Larry : I think that the use of regexes should be
> mentionned in the
> >> user interface of your search tool
> >> One reason is that the user will have to escape regex
> metacharacter if
> >> he wants to make a simple search on (, [ ,*...
> >>
> >> Michaël
> >>
> >>
> >> Larry Becker a écrit :
> >> > That's it.  I've looked for a better (more user oriented)
> reference,
> >> > but never found one.
> >> >
> >> > Larry
> >> >
> >> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis
> >> mailto:mbda...@refractions.net>
> >
> >> >  
> >>   >> >
> >> > Perhaps
> >> >
> >> >
> >>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
> >> >
> >> > ??
> >> >
> >> > Stefan Steiniger wrote:
> >> > >
> >> > >> By the way, since it uses the Java pattern matcher,
> >> Search All
> >> > >> Attributes supports many different meta-characters
> to control
> >> > the search
> >> > >> such as ^ to match the start of a line and $ to
> match the
> >> end.
> >> > >>
> >> > > oha..interesting.. how to get to know these chars?
> >> > > is there a table?
> >> > >
> >> > > stefan
> >> > >
> >> > >
> >> >
> >>
> 
> --
> >> > > Check out the new SourceForge.net Marketplace.
> >> > > It is the best place to buy or sell services for
> >> > > just about anything Open Source.
> >> > > http://p.sf.net/sfu/Xq1LFB
> >> > > ___
> >> > > Jump-pilot-devel mailing list
> >> > > Jump-pilot-devel@lists.sourceforge.net
> 
> >>  >
> >> >  
> >> 

Re: [JPP-Devel] R: new jts 1.10

2009-01-06 Thread Sunburned Surveyor
Peppe,

Make sure you remind me if I can help with the English review of your docs.

Landon

On Sat, Jan 3, 2009 at 8:35 AM, Giuseppe Aruta  wrote:
> Hi,
> This is my plan, for next months
> For February  I plan to finish  the new OpenJUMP 1.3 guide (in Opendoc and 
> pdf). All text part is ready [except English corrections :-)]. I am working 
> around figures.
> It will extend the "List of functions" wiki pages plus some info on OJ setup. 
> Not really a manual/tutorial but a complete description of the software (I 
> hope). 70 pages, included Index, less than 1 Mb.
> I preferred OpenDOC for two main reasons:
> 1) Possibility to add various indeces
> 2) easy to use for future language translations and/or upgrade
>
> Regards
>
> Peppe
>
>
> --- Sab 3/1/09, Stefan Steiniger  ha scritto:
>
>> Da: Stefan Steiniger 
>> Oggetto: [JPP-Devel] new jts 1.10
>> A: "List for discussion of JPP development and use." 
>> 
>> Data: Sabato 3 gennaio 2009, 17:17
>> seems like Martin wants to push the OJ 1.3 release - which
>> would not be
>> possible without a new JTS release (due to a bug in the
>> planar graph) ;)
>>
>> http://lin-ear-th-inking.blogspot.com/2009/01/jts-version-110-released.html
>>
>> thank you Martin,
>> stefan
>>
>> --
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Happy new year! - Addendum

2009-01-06 Thread Sunburned Surveyor
Stefan,

Thanks for the update and for your continued leadership of our
project. I hope things will work out with your grant application.

SS

On Sat, Jan 3, 2009 at 2:01 AM, Stefan Steiniger  wrote:
> Hei Guys
>
> just to keep you informed too, since these days people around me are
> asking what my plans are.
>
> I am currently funded until July'09 by Switzerland for doing research at
> the University of Calgary. We applied before Xmas for a grant to get me
> financed until Feb. 2010, since the project should last until Feb.
> Whether this application will work out I will probably know by March. If
> it fails, there are dozens of options ranging somewhere between staying
> in Calgary and start working in a (GIS-IT/Consulting) company or leaving
> and following the academic path - i.e. go to another university
> somewhere in a western country (probably not the US, but
> Canada/Europe/Aus are options) where I can survive with English or
> German ;o).
>
> So.. until July'09 my OJ involvement should be as usual, for August'09 I
> plan to travel Canada, and then by September I need see what life
> brings. I'll keep you updated.
>
> cheers,
> stefan
>
> Stefan Steiniger schrieb:
>> Dear OpenJUMP users and developers,
>>
>> it is already Janurary 3rd, nevertheless I wish all of you a good start
>> into the new year 2009!
>>
>> I especially like to thank Larry and Michael for keep things going on
>> the programming side of OJ, Peppe for his efforts on the documentation,
>> the already mentioned as well as Jukka, Landon and Martin for answering
>> the stream of questions that arrived on the list. I like to thank as
>> well efforts and comments by Eric, Bing, Paolo, Edgar, Hisaji and Arnd,
>> Paul for the hosting of the nightly build process and Jon for hosting
>> our Wiki. Finally we wish Larry and ISA with SkyJUMP, the PirolJUMP team
>> and Lat/Lon (esp. Andreas) with deeJUMP all the best, and thank for the
>> collaboration.
>> I hope I didn't forget anybody...
>>
>> So, what are the plans?
>> A) I think we prepare a next release 1.3 towards February. Larry and
>> Michael did already some bugfixing : thank you.
>>
>> B) We will start the process to become a member of OSGeo. Peter offered
>> some help here. I am currently thinking (i.e. I am not sure yet) about
>> having a trip to the Code Sprint in Toronto (CA) in March - and would
>> plan to work on the open issues during those days (instead of coding ;)
>>
>> Other plans haven't made yet - but our application for OSGeo will
>> probably require to think about our long term strategy. Larry ensured to
>> me already his (and ISAs) support.
>>
>> best wishes, right now from Germany
>> Stefan
>>
>
>
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] bookmark

2009-01-06 Thread Bing Ran
Hi,

I'm thinking adding bookmarking to enable quick navigating to interesting 
points on a map. 

- point to a location on a map and issue "bookmark this point" without any 
feature selected, add comment, and it's saved in a bookmarks view. 
- select any feature and bookmark it. 
- without selecting anything, simply bookmark a zoom. 


Has anyone done something similar?

Bing
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel