Hi Andrew, After extensive testing, the program doesn't quite work perfectly. The problem is, if the error is in the current .asm file that it is being compiled, then the double-click event will bring the cursor to the correct error location. However, if the current .asm file include some other .asm files and the error happen to be on the included files, then the double-click event on the error message has no effect. Any solution? Best regards, Thomas -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU] On Behalf Of Andrew Thoms Sent: Tuesday, August 13, 2002 8:52 PM To: PICLIST@MITVMA.MIT.EDU Subject: Re: [PIC]: MPASM Regular Expression. Please help! Hi, I use the following with file=2 line=3 ^\([a-z]+\)\[[0-9]+\][ ]+\([0-9a-z:\\~. ]+.ASM\) \([0-9]+\) hope it helps Andrew -----Original Message----- From: Thomas N [mailto:thomasn101@HOTMAIL.COM] Sent: Wednesday, 14 August 2002 12:12 PM To: PICLIST@MITVMA.MIT.EDU Subject: [PIC]: MPASM Regular Expression. Please help! Hello everyone, I am trying to compile the .ASM code under Textpad. I was able to run the compiler correctly. However, when I double-click on the error message, a message pops up with: Unmatched '( or {' I think it has something to do with the Regular Expression (RE) setting. This is what I have: ^.*\([a-zA-Z]:[^]+\)\([0-9]+\]): The typical error message is: Error[113] C:\TEST\MAIN.ASM 31 : Symbol not previously defined (XDFA) I know my Regular Expression is wrong! How do I make it so that it matches the error (or warning) message so that when I double-click on the error message, the cursor goes to the error line? Thank you in advance! Best regards, Thomas -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu