On Wed, 10 Jul 2019 at 18:48, James A. Robinson <[email protected]> wrote:
> in acme using button 3 and open up Cpio.java:151. Is there any way
> for me to just button 3 click within the text of the filename to get
> the same behavior?
I believe when you 3 a single position
acme selects the "word" around that position and sends that to plumber,
and it's pretty lenient about word characters but doesn't consider spaces.
It might work if you adjust your rule to read
data matches '([.a-zA-Z¡-�0-9_/\-]+\.java):\[([0-9]+),[0-9]+\]'
but I'm not sure if it considers square brackets word boundaries.
HTH,
Martin