sbt/internal/util-interface
Guillaume Martres 5e3a102606 xsbti.Position: Also add {start,end}{Line,Column}
Positions in the Language Server Protocol and Build Server Protocol are
line/column-based instead of offset-based, so this is more convenient.
Computing the line/column from the offset is possible but requires
reading the source file.
2018-08-14 02:04:55 +09:00
..
src/main/java/xsbti xsbti.Position: Also add {start,end}{Line,Column} 2018-08-14 02:04:55 +09:00