summaryrefslogtreecommitdiffstats
path: root/scripting.pro
Commit message (Collapse)AuthorAgeFilesLines
* use the AST to get arguments for a function callJesper K. Pedersen2013-05-291-2/+4
| | | | | Change-Id: Ie7ffbec02ad14a58f53924125ccc23e4e074a6e1 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* added a git objectJesper K. Pedersen2013-05-221-2/+4
| | | | | | | Unfortunately the whoel git project is Internal Change-Id: Ice31dea4ce0f2ab1eb9c5d9b98b47cf5b34a5fc1 Reviewed-by: Tobias Nätterlund <[email protected]>
* implement a QDir prototype so it can be used from scriptsJesper K. Pedersen2013-05-211-3/+7
| | | | | Change-Id: I990cbc42383c668345e65561e2eec3a135b16f60 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* implement a QFileInfo prototype so it can be used from scriptsJesper K. Pedersen2013-05-211-2/+6
| | | | | Change-Id: I84755a64207d71451768981b725c1ce3bdeb0907 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* introduced subdirectory wrappersJesper K. Pedersen2013-05-211-4/+4
| | | | | Change-Id: I856083155eb437241ebabfed898a71c7827e9409 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* added extraction of current classJesper K. Pedersen2013-05-161-3/+7
| | | | | Change-Id: I27875a1f0848ccbf4ac40380618bdf1532bb31ec Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* the birth of a unit testing frameworkJesper K. Pedersen2013-05-141-3/+11
| | | | | | Change-Id: Ibb634bce4db330167b1492bc7ce13f7af53a18c7 Reviewed-by: Jesper K. Pedersen <[email protected]> Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* 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 <[email protected]>
* copied the registration functions over as they might be removedJesper K. Pedersen2013-05-131-3/+0
| | | | | Change-Id: Ic5a095de1f36e7926c0d45771db57dae5ab65b91 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* ported the work to masterJesper K. Pedersen2013-05-131-11/+5
| | | | | Change-Id: Iadf6b1c031883e085b13e5775662c7a135e1d971 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* new object for keeping track of a possition in a fileJesper K. Pedersen2013-05-021-2/+4
| | | | | Change-Id: I21b7013b3524f6a453ad2e59db6c2985620affa8 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* implemented include() to load scriptsJesper K. Pedersen2013-04-301-0/+3
| | | | | Change-Id: I4e8a558fdb12f0a1e16551867274e35ac750fb04 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Make it possible to extract information about methodsJesper K. Pedersen2013-04-251-2/+6
| | | | | Change-Id: Id4faec0c4b540ef040043b1c76ae07e628a29c0e Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* introduced Dialogs::getTextJesper K. Pedersen2013-04-181-2/+4
| | | | | Change-Id: I79a431aae62dc78fc93eaad0d4182838d4b7802f Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* introduced a utils directoryJesper K. Pedersen2013-04-181-2/+2
| | | | | Change-Id: I48f02a6a80570e3305cbad02120414f1bbe48d59 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Introduced the class TextEditorJesper K. Pedersen2013-04-171-2/+9
| | | | | | | | 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]>
* add a CppEditor class, which implements switchDeclarationDefinitionJesper K. Pedersen2013-04-171-2/+7
| | | | | Change-Id: I384bf2b2500e3c93ba1302681feaa2802eda82ea Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-041-0/+60
Change-Id: Iffd7e39046608e58c38da825bcaf7e38706e8e91