summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* added example comment-out-current-function.qsJesper K. Pedersen2013-05-131-0/+17
| | | | | Change-Id: I9cfce1e924ea172cd23de2f1988e9d0690753c53 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* simplify position handling on the scripting siteJesper K. Pedersen2013-05-131-4/+4
| | | | | | | | | | 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-4/+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>
* new object for keeping track of a possition in a fileJesper K. Pedersen2013-05-021-0/+8
| | | | | Change-Id: I21b7013b3524f6a453ad2e59db6c2985620affa8 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* implemented include() to load scriptsJesper K. Pedersen2013-04-304-33/+65
| | | | | Change-Id: I4e8a558fdb12f0a1e16551867274e35ac750fb04 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Make it possible to extract information about methodsJesper K. Pedersen2013-04-251-0/+12
| | | | | Change-Id: Id4faec0c4b540ef040043b1c76ae07e628a29c0e Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* started an examples subdirectory of useful scriptsJesper K. Pedersen2013-04-181-0/+37
Change-Id: Ie2db7a8a45fa09d7b41ce93ff09dce8c5bd15374 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>