Tweak: try to make problem marker at end of document more visible.
This commit is contained in:
@@ -288,7 +288,7 @@ public class DocumentRegion implements CharSequence {
|
||||
*/
|
||||
public static DocumentRegion endOf(IDocument doc) {
|
||||
DocumentRegion trimmedDoc = new DocumentRegion(doc).trimEnd();
|
||||
return new DocumentRegion(doc, trimmedDoc.getLength(), doc.getLength());
|
||||
return new DocumentRegion(doc, trimmedDoc.getLength(), trimmedDoc.getLength());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user