MyEdit Keywords - Specifically IGNORE

Discussion about software products provided for the BR community and created by its members. This includes (but is not limited to): MyEdit, File IO, Screen IO, FNSnap, and Utilities written in other languages for use with Business Rules.

Moderators: Susan Smith, admin, Gabriel

Post Reply
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

MyEdit Keywords - Specifically IGNORE

Post by GomezL »

I am still using MyEdit, and have been struggling to extend the syntax checker to support the IGNORE Common.

For example:
PR 1/0 ZDIV IGNORE


MyEdit complains
Invalid FROM or Label Reference IGNORE.

My workaround is to add a new line of code

IGNORE: Continue

Ryan mentioned something about MyEdit.BRKeywords, does anyone have something like that on their install?

As BR continues to add keywords, this will become more important.
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Re: MyEdit Keywords - Specifically IGNORE

Post by John »

I do have that file "C:\Program Files (x86)\MyEditBR\myeditbr.brkeywords" in my myeditbr folder.... it is a text file with only one word in it: "foobar" ... not sure if that helps in anyway.

-john
John Bowman
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

Re: MyEdit Keywords - Specifically IGNORE

Post by GomezL »

I guess IGNORE:CONTINUE will be my solution : :D
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Re: MyEdit Keywords - Specifically IGNORE

Post by John »

I guess it is the best one for now. I poked around at it with and tried a few different combinations with ignore in it didn't really seem to care what i put in the file.
John Bowman
Post Reply