summaryrefslogtreecommitdiffstats
path: root/objects/mark.cpp
Commit message (Collapse)AuthorAgeFilesLines
* updated all copyright headersJesper K. Pedersen2013-05-161-0/+29
| | | | | Change-Id: I73985c8f2db0128ceba00be2e9b61301b406d1db Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* simplify position handling on the scripting siteJesper K. Pedersen2013-05-131-1/+1
| | | | | | | | | | The script side do not need access to the native position format (which is characters from the beginning of the file) So instead return the Position object directly instead of the script side needing to call convertPosition Change-Id: I85f800e01d6d5786c873a18311ef9377375b4b00 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Introduced the class PositionJesper K. Pedersen2013-05-131-2/+4
| | | | | | | | Using QPoint with x,y is very confusing on the scripting level, where the mental picture is line and columns rather than y,x Change-Id: I4d9353afa26879d9aa44436d56841f55a50723bd Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* it should be line,column to be consistentJesper K. Pedersen2013-05-071-2/+2
| | | | | Change-Id: Idd77b092953137a68f6da5a6b472b4f4b12db0f8 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* new object for keeping track of a possition in a fileJesper K. Pedersen2013-05-021-0/+65
Change-Id: I21b7013b3524f6a453ad2e59db6c2985620affa8 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>