file(line, col)=>file(line:col) to follow convention of clang, gcc, dscanner etc

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 3 07:41:55 PST 2015


On 2015-02-03 03:54, Nick Sabalausky wrote:

> Frankly, I think any editor that's hardcoded to expect any one single
> style is doing it wrong. Accepting either , or : should be trivial for
> any editor, and hell, Programmer's Notepad 2 just uses an
> optionally-customizable regex for error capture. I'd argue that should
> be baseline for any editor.

Yeah, I guess I could create a pull request in the case of TextMate.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list