summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduced Dialogs::getTextJesper K. Pedersen2013-04-184-2/+49
* introduced a utils directoryJesper K. Pedersen2013-04-184-3/+3
* no need to register the BaseTextEditor as we don't reference that class direc...Jesper K. Pedersen2013-04-182-4/+1
* improved error handlingJesper K. Pedersen2013-04-173-8/+21
* Introduced the class TextEditorJesper K. Pedersen2013-04-1713-14/+276
* add a CppEditor class, which implements switchDeclarationDefinitionJesper K. Pedersen2013-04-178-4/+156
* added a few extra methods to the Editor classJesper K. Pedersen2013-04-172-4/+31
* Added Doxygen documentationJesper K. Pedersen2013-04-166-3/+1826
* Added a few constJesper K. Pedersen2013-04-162-8/+8
* Made it compile with Qt Creator 2.7.1Jesper K. Pedersen2013-04-162-6/+6
* Fix compilation with last master.Nicolas Arnaud-Cormos2012-03-131-4/+4
* Cleanup the headers: remove the module name.Nicolas Arnaud-Cormos2012-02-185-17/+16
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-0420-0/+1934