summaryrefslogtreecommitdiffstats
path: root/objects
Commit message (Expand)AuthorAgeFilesLines
* use the AST to get arguments for a function callJesper K. Pedersen2013-05-292-0/+127
* 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 git objectJesper K. Pedersen2013-05-222-0/+114
* added goto start/end of documentJesper K. Pedersen2013-05-212-0/+22
* wrap UI files correctlyJesper K. Pedersen2013-05-211-1/+8
* converted slots into propertiesJesper K. Pedersen2013-05-211-4/+11
* added switchHeaderSourceFileJesper K. Pedersen2013-05-212-0/+7
* implement a QDir prototype so it can be used from scriptsJesper K. Pedersen2013-05-212-1/+162
* updated all copyright headersJesper K. Pedersen2013-05-1621-221/+510
* added extraction of current classJesper K. Pedersen2013-05-164-0/+213
* do not crash when no editor has been foundJesper K. Pedersen2013-05-161-1/+5
* the birth of a unit testing frameworkJesper K. Pedersen2013-05-141-1/+2
* 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
* 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-134-7/+12
* Introduced the class PositionJesper K. Pedersen2013-05-133-5/+9
* fix for inconsistent 0 vs 1 behavior in QtCJesper K. Pedersen2013-05-131-1/+15
* ported the work to masterJesper K. Pedersen2013-05-134-8/+10
* 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-024-2/+136
* 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-256-0/+316
* introduced a utils directoryJesper K. Pedersen2013-04-183-63/+1
* no need to register the BaseTextEditor as we don't reference that class direc...Jesper K. Pedersen2013-04-181-1/+1
* Introduced the class TextEditorJesper K. Pedersen2013-04-177-11/+152
* add a CppEditor class, which implements switchDeclarationDefinitionJesper K. Pedersen2013-04-176-2/+148
* added a few extra methods to the Editor classJesper K. Pedersen2013-04-172-4/+31
* Added a few constJesper K. Pedersen2013-04-162-8/+8
* Fix compilation with last master.Nicolas Arnaud-Cormos2012-03-131-4/+4
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-048-0/+939