Search found 2 matches

by ncobug
Fri Feb 06, 2015 12:12 am
Forum: General
Topic: regex help
Replies: 2
Views: 15179

Re: regex help

just go it to work
Settings for GnuCOBOL (OpenCOBOL) is the following

compiler settings commmand line: cobc.exe "$fn"
Lines Regex : '\([0-9]+\)'
filename Regex : '^"([^"]+)"'
Errors Regex :: [0-9]+:

Works like a charm.

also there is a windows install program for GnuCOBOL 2.2 ont heir ...
by ncobug
Thu Feb 05, 2015 7:46 pm
Forum: General
Topic: regex help
Replies: 2
Views: 15179

regex help

hello
need help

i am using GnuCOBOL 2.2. How would i set up the compiler regex to read the following eror line. I have tried all i know and it will not work. please help have no more hair to pull....lol

C:/Zeus/test.cob: 8: Error: Invalid indicator 'P' at column 7

Thanks
Gator :roll: :shock ...