aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Position.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Avoid some warnings.Neil1-1/+1
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-2/+2
2018-01-28Replace Sci::clamp with C++ standard std::clamp function.Neil1-9/+0
2018-01-22Make clamp generic so can be used on more types.Neil1-6/+3
2017-06-12Removed unused functions and methods from Platform.h.Neil1-0/+8
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-0/+1
2016-03-25Define Position and invalidPosition inside the Sci namespace for internal use.Neil1-4/+11
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+22