I downloaded UltraEdit to see if it would be a better choice than the text editor, I'm currently using. UE seems to have most of what I need, but I've run into one showstopper. I work a lot with SQL (more precisely Microsoft SQL Server), and I load SQL files through my own load tool, which produces error messages like:
What I want is of course to double-click the error message to come to the line with the error, but I end up at the first line in the file. Other editors permit me to specify a regular expression to inform the editor where to find line number and file. My impression from the Help file is that UE tries to guess this on its own. I had a look at the syntax definition files, but at a glance I could not see anything.
Before I give up on UltraEdit, is there anything I have missed?
Code: Select all
Msg 2715, Level 16, Line 20, C:\Program Files\AbaPerls\SQL\SP\ap_cos_insert_sp.sp
Column, parameter, or variable #1: Cannot find data type ap_subsystem.
Parameter or variable '@subsystem' has an invalid data type.
Before I give up on UltraEdit, is there anything I have missed?