I have a Tool/DOS cmd that does a Jikes compile
and will goto the source error.
If I make a new command using the same parms
it won't goto the error with:
"Cannot jump to item under cursor"
The parms are:
jikes -g:source +E -classpath %CLASSPATH% $File
$FileDir
^\([A-Za-z]:[^:]+\):\([0-9]+\):
1, 2
The compile output in BOTH cases is:
E:/java-projects/GessServer/Player.java:25:27:25:27: Error: No field named "inName" was found in type "Player".
Tool completed with exit code 1
I'm using 32 bit 4.7.2 under win2K SP3.
Hope someone can help,
Peter.
MudGuard wrote:What is your setting under
Configure - Preferences - Editor - Use Posix Regular Expression Syntax ?
-- I have it turned ON,
-- but it doesn't make any difference OFF.
Additionally:
Sometimes I got problems if the Regex did not match the whole line.
Try adding .*$ to the end of your regex.
-- This doesn't make any difference either.
Thanks for the ideas,
Peter.
What's the matter with the formatting here?
I added text to the 'Post a reply' section
but it shows up under 'Mudguard wrote'.
What's the matter with the formatting here?
I added text to the 'Post a reply' section
What you wrote was included inside formatting for quotes. Need to separate the quote into two sections if you want your answer to be isolated. You can cut/paste the "(quote)/(/quote)" blocks. That's what I did here as a sample. Used"( )" vs. "[ ]" to display on forum.