index
:
playground/qt-creator/plugin-scripting.git
master
Scripting plugin for Qt Creator
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
make it possible to add extra paths with scripts
HEAD
master
Jesper K. Pedersen
2013-06-03
4
-0/+14
*
no need to tell when a script runs
Jesper K. Pedersen
2013-06-03
1
-6/+0
*
load init script on start up
Jesper K. Pedersen
2013-06-03
2
-1/+7
*
use the AST to get arguments for a function call
Jesper K. Pedersen
2013-05-29
4
-2/+133
*
make it possible to get text from selection
Jesper K. Pedersen
2013-05-29
2
-10/+26
*
Wrap UI editors as text editors
Jesper K. Pedersen
2013-05-23
1
-1/+8
*
added a Yes/No question dialog
Jesper K. Pedersen
2013-05-23
2
-1/+14
*
make it possible to touch a file so it gets created if it doesn't exists
Jesper K. Pedersen
2013-05-22
2
-0/+8
*
added a git object
Jesper K. Pedersen
2013-05-22
4
-2/+120
*
added goto start/end of document
Jesper K. Pedersen
2013-05-21
2
-0/+22
*
wonder why this was static, we are not using it as static anyway
Jesper K. Pedersen
2013-05-21
1
-1/+1
*
wrap UI files correctly
Jesper K. Pedersen
2013-05-21
2
-1/+9
*
added a copyFile for script
Jesper K. Pedersen
2013-05-21
2
-0/+21
*
converted slots into properties
Jesper K. Pedersen
2013-05-21
2
-6/+13
*
added switchHeaderSourceFile
Jesper K. Pedersen
2013-05-21
2
-0/+7
*
allow QFileInfo instance syntax
Jesper K. Pedersen
2013-05-21
1
-8/+3
*
we dont need Utils::subDirectories anymore
Jesper K. Pedersen
2013-05-21
3
-8/+3
*
implement a QDir prototype so it can be used from scripts
Jesper K. Pedersen
2013-05-21
17
-4/+728
*
implement a QFileInfo prototype so it can be used from scripts
Jesper K. Pedersen
2013-05-21
11
-2/+490
*
introduced subdirectory wrappers
Jesper K. Pedersen
2013-05-21
6
-6/+6
*
We don't use this wrapper anymore - cleanup
Jesper K. Pedersen
2013-05-21
1
-16/+0
*
only report errors from array checks once
Jesper K. Pedersen
2013-05-21
1
-4/+6
*
updated all copyright headers
Jesper K. Pedersen
2013-05-16
43
-488/+1031
*
added extraction of current class
Jesper K. Pedersen
2013-05-16
8
-3/+312
*
make it possible to compare arrays from the C++ side
Jesper K. Pedersen
2013-05-16
1
-6/+26
*
do not crash when no editor has been found
Jesper K. Pedersen
2013-05-16
1
-1/+5
*
make it possible to run unit tests from the command line
Jesper K. Pedersen
2013-05-14
3
-1/+23
*
the birth of a unit testing framework
Jesper K. Pedersen
2013-05-14
12
-10/+332
*
exporting close, so it is possible to close an editor
Jesper K. Pedersen
2013-05-14
2
-0/+7
*
added function deleteRegion to delete text between two points
Jesper K. Pedersen
2013-05-13
2
-0/+16
*
added function indent to indent current line
Jesper K. Pedersen
2013-05-13
2
-0/+7
*
added example comment-out-current-function.qs
Jesper K. Pedersen
2013-05-13
1
-0/+17
*
make the currentFunction into a property
Jesper K. Pedersen
2013-05-13
1
-0/+2
*
added start() to the function object
Jesper K. Pedersen
2013-05-13
4
-0/+17
*
simplify position handling on the scripting site
Jesper K. Pedersen
2013-05-13
5
-11/+16
*
Introduced the class Position
Jesper K. Pedersen
2013-05-13
9
-11/+96
*
fix for inconsistent 0 vs 1 behavior in QtC
Jesper K. Pedersen
2013-05-13
1
-1/+15
*
change ownership so the object will be propertly destructed
Jesper K. Pedersen
2013-05-13
2
-1/+3
*
copied the registration functions over as they might be removed
Jesper K. Pedersen
2013-05-13
3
-8/+40
*
ported the work to master
Jesper K. Pedersen
2013-05-13
8
-26/+30
*
it should be line,column to be consistent
Jesper K. Pedersen
2013-05-07
2
-3/+3
*
implement searching
Jesper K. Pedersen
2013-05-07
2
-1/+84
*
find doesn't do anything and has been removed from QtC master
Jesper K. Pedersen
2013-05-07
2
-7/+0
*
new object for keeping track of a possition in a file
Jesper K. Pedersen
2013-05-02
7
-4/+152
*
improve error handling
Jesper K. Pedersen
2013-04-30
3
-4/+12
*
implemented include() to load scripts
Jesper K. Pedersen
2013-04-30
8
-60/+131
*
There are no signal to wait for when the document is already open
Jesper K. Pedersen
2013-04-25
1
-0/+4
*
Make it possible to extract information about methods
Jesper K. Pedersen
2013-04-25
9
-2/+345
*
set id's so that the locator is correctly identified in the settings page
Jesper K. Pedersen
2013-04-18
1
-0/+2
*
started an examples subdirectory of useful scripts
Jesper K. Pedersen
2013-04-18
1
-0/+37
[next]