+10

Sublime Build configuration file_regex improvements

Mitch Connors 12 ár síðan 0
Currently, the sublime-build file's file_regex property requires the full path to the file containing the error, and only allows one regex per command.  Grails has different formatting for compilation and run-time errors, and run-time errors include only the file name and extension.  

I would like to use goto anything like functionality to open the offending file even if the path isn't provided, and I would like file_regex to accept an array of regex patterns, allowing for multiple error formats within the same command.  This would make the build feature much more helpful to grails developers, and probably other platform users as well.