Commit Graph

68765 Commits

Author SHA1 Message Date
Roberto Raggi
f8725cf9f3 Add `Find References' of a symbol to the context menu only when the environment variable QTCREATOR_REFERENCES is defined. 2009-09-23 16:52:42 +02:00
Roberto Raggi
9b501d6369 Use TASK_SEARCH instead of TASK_INDEX. 2009-09-23 16:52:42 +02:00
Roberto Raggi
6ea5fdcded Speed up the search of a reference to a name. 2009-09-23 16:52:42 +02:00
Roberto Raggi
63cd7ffe4e Removed Scope::addUse() 2009-09-23 16:52:42 +02:00
Roberto Raggi
1622c86289 Removed references and wantReferences from ResolveExpression. 2009-09-23 16:52:41 +02:00
Roberto Raggi
6c347a12c6 Introduced LiteralTable::findLiteral() and Control::findIdentifier() 2009-09-23 16:52:41 +02:00
Roberto Raggi
8848be4caa Find references 2009-09-23 16:52:41 +02:00
hjk
f6104255d7 debugger: revert accidentally committed "tbreak+continue instead of next" hack 2009-09-23 16:42:57 +02:00
hjk
b18c6f5d55 debugger: remove unneded code 2009-09-23 16:42:47 +02:00
Erik Verbruggen
3614d9c351 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-23 16:41:12 +02:00
Erik Verbruggen
13cbfecced Small fixes to property lookups. 2009-09-23 16:40:41 +02:00
hjk
46952c04eb act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123 2009-09-23 16:11:25 +02:00
dt
6639389c74 Use !atEnd() instead of canReadLine(). The later is rather broken. 2009-09-23 15:40:19 +02:00
hjk
b65bbff491 debugger: split connectDebuggingHelperActions(bool) into connect* and disconnect* 2009-09-23 15:32:22 +02:00
hjk
378036c916 debugger: make attaching to running process work again 2009-09-23 15:28:50 +02:00
dt
84b3f0af7b Fix a wrong check for the modification date for cmake projects.
Now it should finally ask to regenerate in all circumstances. (If you
are using CMake from cvs.)
2009-09-23 15:28:12 +02:00
dt
6aeb09a064 Remove some left over debugging output. 2009-09-23 15:09:19 +02:00
dt
45de01ee73 Remove wrong comment 2009-09-23 15:07:29 +02:00
dt
fba7d76936 Canceling the wizard for a new cmake build configuration still created.
Made virtual newBuildConfiguration return a bool
2009-09-23 15:00:02 +02:00
dt
0f35338714 Fix a one off error in figuring out the cached generator.
Though there's still a bug in that canReadLine() returns false.
2009-09-23 14:34:53 +02:00
dt
261796c3c6 If no cmake executable is specified or a invalid path, ask the user.
Directly in the wizard and save that to the settings. Also give feedback
if a wrong path was entered.
2009-09-23 14:33:05 +02:00
hjk
d24752a765 debugger: remove more dead code 2009-09-23 14:00:56 +02:00
hjk
c71e3e958e debugger: clean up old commented code 2009-09-23 14:00:56 +02:00
Friedemann Kleint
f204261641 Debugger: Compile Windows, check only .exe files for PE sections. 2009-09-23 14:00:18 +02:00
Erik Verbruggen
f3e8cc3dad Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-23 14:00:14 +02:00
Erik Verbruggen
7e40fe1629 Switched navigation over to the new and shiny QmlLookupContext &
friends.
2009-09-23 13:59:38 +02:00
Friedemann Kleint
92d74817f8 Trk: Fix socket notifier threading warning.
Also introduce mutex into DeviceContext.
2009-09-23 13:51:55 +02:00
hjk
713b1f2034 debugger: re-activate core file debugging 2009-09-23 13:38:33 +02:00
mae
321dbba50f Fixed artefact of animated parentheses when the text is modified.
Bug-number: QTCREATOR-154
2009-09-23 12:51:01 +02:00
Erik Verbruggen
380812d8d6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-23 12:22:14 +02:00
Erik Verbruggen
ea6623ea88 Switched over to using the new LookupContext for navigation and symbol
resolving.
2009-09-23 12:21:43 +02:00
hjk
76d1de0b87 debugger: parse pid only once from output 2009-09-23 12:15:51 +02:00
hjk
bd65bd21f3 debugger: remove outdated comment 2009-09-23 12:13:05 +02:00
hjk
c5f13cedf9 debugger: partial refactoring of debugger engine creation 2009-09-23 12:13:05 +02:00
Friedemann Kleint
3215da914e Gdb: Parse out MinGW gdb process id correctly, connect dumper acts. 2009-09-23 12:04:25 +02:00
hjk
d25066f8ad debugger: let the gdb adapters access the engines start parameter instead of keeping a copy 2009-09-23 10:14:53 +02:00
hjk
89861828ee debugger: merge gdb engine and symbian engine.
The trk parts are an 'adapter' in the gdb engine.
2009-09-23 09:56:12 +02:00
hjk
e8be2acdb8 debugger: refactoring 2009-09-23 09:56:12 +02:00
hjk
ad6ee1cafb debugger: clean up gdbengine 2009-09-23 09:56:11 +02:00
Denis Dzyubenko
e9bf505ca9 Show completer on arrow down key in find toolbar.
Reviewed-by: Thorbjorn Lindeijer
2009-09-22 22:10:36 +02:00
Denis Dzyubenko
58ab6111ca Enabled tooltips in quickopen
Reviewed-by: Thorbjorn Lindeijer
2009-09-22 22:10:36 +02:00
Roberto Raggi
e4ff0c8b36 Added CPPEditor::isInComment() and used it to remove the inserted quote characters.
CPPEditor::isInComment() returns if the text cursor is in a comment.
2009-09-22 18:06:41 +02:00
Erik Verbruggen
6b504c61ca Changed navigation back for now. 2009-09-22 17:43:05 +02:00
Roberto Raggi
0b2b6f96e9 Initial work on the QML expression evaluator. 2009-09-22 17:25:37 +02:00
Friedemann Kleint
454b3bc48e Trk: Use a separate tread for writing, polish interface & trklauncher
Introduce writer thread, fix message & verbose handling.
2009-09-22 17:19:56 +02:00
Thorbjørn Lindeijer
bf74d21d6c Avoid completing a closing parenthesis in the wrong place
Need to check the character to the right of the cursor.
2009-09-22 16:54:16 +02:00
Erik Verbruggen
7a920e46b2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-22 16:33:10 +02:00
Erik Verbruggen
78dbeb4f84 Initial groundwork for the QML context lookups. 2009-09-22 16:32:49 +02:00
Friedemann Kleint
e36d27d605 Gdb: Remove unused code. 2009-09-22 14:04:00 +02:00
con
97b2e77c00 Fix crash when completely removing a file type from pro file.
The wrong category folder (like Sources/Headers) would be deleted from
the project tree, because all category folders had the same path.
The nodes' path is used everywhere for performance optimization.
2009-09-22 13:35:39 +02:00