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 selecti
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 m
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 [
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
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
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 t
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 th
>@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
>
> 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
-
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
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 ex
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
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
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
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
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
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 a
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
18 matches
Mail list logo