summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make it possible to add extra paths with scriptsHEADmasterJesper K. Pedersen2013-06-034-0/+14
* no need to tell when a script runsJesper K. Pedersen2013-06-031-6/+0
* load init script on start upJesper K. Pedersen2013-06-032-1/+7
* use the AST to get arguments for a function callJesper K. Pedersen2013-05-294-2/+133
* make it possible to get text from selectionJesper K. Pedersen2013-05-292-10/+26
* Wrap UI editors as text editorsJesper K. Pedersen2013-05-231-1/+8
* added a Yes/No question dialogJesper K. Pedersen2013-05-232-1/+14
* make it possible to touch a file so it gets created if it doesn't existsJesper K. Pedersen2013-05-222-0/+8
* added a git objectJesper K. Pedersen2013-05-224-2/+120
* added goto start/end of documentJesper K. Pedersen2013-05-212-0/+22
* wonder why this was static, we are not using it as static anywayJesper K. Pedersen2013-05-211-1/+1
* wrap UI files correctlyJesper K. Pedersen2013-05-212-1/+9
* added a copyFile for scriptJesper K. Pedersen2013-05-212-0/+21
* converted slots into propertiesJesper K. Pedersen2013-05-212-6/+13
* added switchHeaderSourceFileJesper K. Pedersen2013-05-212-0/+7
* allow QFileInfo instance syntaxJesper K. Pedersen2013-05-211-8/+3
* we dont need Utils::subDirectories anymoreJesper K. Pedersen2013-05-213-8/+3
* implement a QDir prototype so it can be used from scriptsJesper K. Pedersen2013-05-2117-4/+728
* implement a QFileInfo prototype so it can be used from scriptsJesper K. Pedersen2013-05-2111-2/+490
* introduced subdirectory wrappersJesper K. Pedersen2013-05-216-6/+6
* We don't use this wrapper anymore - cleanupJesper K. Pedersen2013-05-211-16/+0
* only report errors from array checks onceJesper K. Pedersen2013-05-211-4/+6
* updated all copyright headersJesper K. Pedersen2013-05-1643-488/+1031
* added extraction of current classJesper K. Pedersen2013-05-168-3/+312
* make it possible to compare arrays from the C++ sideJesper K. Pedersen2013-05-161-6/+26
* do not crash when no editor has been foundJesper K. Pedersen2013-05-161-1/+5
* make it possible to run unit tests from the command lineJesper K. Pedersen2013-05-143-1/+23
* the birth of a unit testing frameworkJesper K. Pedersen2013-05-1412-10/+332
* exporting close, so it is possible to close an editorJesper K. Pedersen2013-05-142-0/+7
* added function deleteRegion to delete text between two pointsJesper K. Pedersen2013-05-132-0/+16
* added function indent to indent current lineJesper K. Pedersen2013-05-132-0/+7
* added example comment-out-current-function.qsJesper K. Pedersen2013-05-131-0/+17
* make the currentFunction into a propertyJesper K. Pedersen2013-05-131-0/+2
* added start() to the function objectJesper K. Pedersen2013-05-134-0/+17
* simplify position handling on the scripting siteJesper K. Pedersen2013-05-135-11/+16
* Introduced the class PositionJesper K. Pedersen2013-05-139-11/+96
* fix for inconsistent 0 vs 1 behavior in QtCJesper K. Pedersen2013-05-131-1/+15
* change ownership so the object will be propertly destructedJesper K. Pedersen2013-05-132-1/+3
* copied the registration functions over as they might be removedJesper K. Pedersen2013-05-133-8/+40
* ported the work to masterJesper K. Pedersen2013-05-138-26/+30
* it should be line,column to be consistentJesper K. Pedersen2013-05-072-3/+3
* implement searchingJesper K. Pedersen2013-05-072-1/+84
* find doesn't do anything and has been removed from QtC masterJesper K. Pedersen2013-05-072-7/+0
* new object for keeping track of a possition in a fileJesper K. Pedersen2013-05-027-4/+152
* improve error handlingJesper K. Pedersen2013-04-303-4/+12
* implemented include() to load scriptsJesper K. Pedersen2013-04-308-60/+131
* There are no signal to wait for when the document is already openJesper K. Pedersen2013-04-251-0/+4
* Make it possible to extract information about methodsJesper K. Pedersen2013-04-259-2/+345
* set id's so that the locator is correctly identified in the settings pageJesper K. Pedersen2013-04-181-0/+2
* started an examples subdirectory of useful scriptsJesper K. Pedersen2013-04-181-0/+37