Content assist fails with "Error Executing Command" [message #202719] |
Fri, 06 May 2005 06:13 |
Eclipse User |
|
|
|
Originally posted by: rotvel.bolignet-aarhus.dk
I have a class where I define a number of Pattern constants similar to
this:
// GET <type> <path>| <offset> <length> |<playerid>|
private static final Pattern GET = Pattern
.compile("(GET) (\\p{Upper}*) (.*)\\| (\\d+) (\\d+) .*", Pattern.DOTALL);
This causes content assist (Ctrl-Space) to fail with an "Error Executing
Command" dialog. The reason given in the dialog is "The command for the
key you pressed failed" :-)
If I comment out all the definitions content assist works properly again.
Regards
--
Max - rotvel AT bolignet-aarhus DOT dk
|
|
|
Re: Content assist fails with "Error Executing Command" [message #202728 is a reply to message #202719] |
Fri, 06 May 2005 06:55 |
Eclipse User |
|
|
|
Originally posted by: rotvel.bolignet-aarhus.dk
On Fri, 06 May 2005 08:13:59 +0200, Max Rotvel <rotvel@bolignet-aarhus.dk>
wrote:
> I have a class where I define a number of Pattern constants similar to
> this:
>
> // GET <type> <path>| <offset> <length> |<playerid>|
> private static final Pattern GET = Pattern
> .compile("(GET) (\\p{Upper}*) (.*)\\| (\\d+) (\\d+) .*",
> Pattern.DOTALL);
>
> This causes content assist (Ctrl-Space) to fail with an "Error Executing
> Command" dialog. The reason given in the dialog is "The command for the
> key you pressed failed" :-)
>
> If I comment out all the definitions content assist works properly again.
>
> Regards
Forgot to say. This is 3.1M7.
--
Max - rotvel AT bolignet-aarhus DOT dk
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03575 seconds