summaryrefslogtreecommitdiffstats
path: root/objects/basetexteditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to get text from selectionJesper K. Pedersen2013-05-291-10/+24
| | | | | Change-Id: Iafbba49f5a0ca2c75034e64eaf856d3afa41c718 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* added goto start/end of documentJesper K. Pedersen2013-05-211-0/+18
| | | | | Change-Id: Id1376e6507074ecca67e4d34357ae6bff0c6b41d Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* updated all copyright headersJesper K. Pedersen2013-05-161-22/+19
| | | | | Change-Id: I73985c8f2db0128ceba00be2e9b61301b406d1db Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* added function deleteRegion to delete text between two pointsJesper K. Pedersen2013-05-131-0/+14
| | | | | Change-Id: I35deb6b24fb7ba61ac5c4e89b3804aa852e56d02 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* added function indent to indent current lineJesper K. Pedersen2013-05-131-0/+6
| | | | | Change-Id: I0fa411ebf8245493f8b497033bcf47b99ccab7a8 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* simplify position handling on the scripting siteJesper K. Pedersen2013-05-131-2/+2
| | | | | | | | | | 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 <[email protected]>
* implement searchingJesper K. Pedersen2013-05-071-0/+76
| | | | | Change-Id: Ie90fcd1f14a9b8fa0b262c129edd3b248066d687 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* new object for keeping track of a possition in a fileJesper K. Pedersen2013-05-021-0/+20
| | | | | Change-Id: I21b7013b3524f6a453ad2e59db6c2985620affa8 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Introduced the class TextEditorJesper K. Pedersen2013-04-171-6/+4
| | | | | | | | This is to make it similar in heirarchy as the IEditor subclasses. This commit also wraps QPoint and QRect so they are usable from the scripts Change-Id: I214a7323cf6cc20cb9df509d0ea0515358248714 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-041-0/+416
Change-Id: Iffd7e39046608e58c38da825bcaf7e38706e8e91