stephen-swensen / nl-compiler

A compiler for NL, a statically typed programming language targeting .NET
1 stars 0 forks source link

Goto line dialog shown when double-clicking caret pos in status bar #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Goto line dialog shown when double-clicking caret pos in status bar

Original issue reported on code.google.com by stephen....@gmail.com on 20 May 2013 at 4:01

GoogleCodeExporter commented 9 years ago
Done. Though we may want to make this a bit simpler: currently we do a somewhat 
complex regex match against the ToString() of a CompilerMessage. But that is 
somewhat non-standard (take VS for example, which uses <file name><pos> as a 
general match so any plugins can take advantage).

Original comment by stephen....@gmail.com on 15 Jun 2013 at 12:39