Roberto Raggi
b191f15486
Implemented the run configration factory and removed some obsoleted code.
2009-05-07 12:27:52 +02:00
Oswald Buddenhagen
12f9c7891d
remove message which is immediately flushed out anyway
2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
cdd1596f2d
nicer QTC_ASSERT output
2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
974388c131
less confusing
2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
cdc1b913f9
whitespace cleanup in debug statements :D
2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
115c1f1b67
add missing _() to currently commented out debugMessage() calls
2009-05-07 12:22:36 +02:00
hjk
6396d00073
debugger: move gdb macros to a resource file
2009-05-07 12:17:23 +02:00
hjk
5ff737b0df
debugger: make gdb macro based debugging helpers (QString and QStringList)
...
also available for remote debugging.
2009-05-07 11:34:01 +02:00
hjk
979c48fd5a
fakevim: show a message similar to vim when pressing Ctrl-c in command mode
2009-05-07 10:53:26 +02:00
hjk
b575e06553
fakevim: make Ctrl-c work in insert and ex mode
2009-05-07 10:48:12 +02:00
hjk
cb7bc38840
debugger: don't try to show a reason for stopping if we don't know one.
2009-05-07 10:39:49 +02:00
hjk
fae36d9ffd
debugger: code cosmetics
2009-05-07 10:04:42 +02:00
hjk
cb33a4405a
debugger: rename execCommand to postCommand (in line with QApplication::postEvent)
2009-05-07 09:51:21 +02:00
hjk
f87df9e72e
debugger: handle error when remote server does not respond
2009-05-07 09:35:11 +02:00
Roberto Raggi
abafbb7a1e
Merge branch 'master' of ../mainline into dui-editor
2009-05-07 09:09:28 +02:00
Michael Brasser
35e9c70d5b
Use consistent wording.
2009-05-07 14:47:01 +10:00
Oswald Buddenhagen
c1dc4394b0
beautify installation of pluginspecs
...
use the data copying custom compiler approach here, too.
this leaves more work to qmake, which is good.
on the upside, pluginspecs will be installed when they change without
having force a re-link of the plugin itself.
on the downside, installation of a pluginspec will force a re-link of
the plugin. oh, well - you can't have it all (with qmake) ...
2009-05-06 20:25:20 +02:00
Oswald Buddenhagen
e3885f280b
use IDE_APP_PATH more, introduce IDE_LIBEXEC_PATH
...
IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well.
2009-05-06 20:25:20 +02:00
Oswald Buddenhagen
97ffee6bdd
automate setting IDE_BUILD_TREE
2009-05-06 20:25:20 +02:00
Oswald Buddenhagen
905f3d6c30
use explicit flag to request token substitution in gdb command instead
...
of searching for something which looks like one.
2009-05-06 20:25:20 +02:00
Roberto Raggi
d973306441
Compile.
2009-05-06 18:42:18 +02:00
con
fbe979a578
More documentation.
2009-05-06 18:30:14 +02:00
con
647e637a9c
A bit of api documentation.
2009-05-06 18:30:14 +02:00
Roberto Raggi
84d9d0c45a
Add the JS keywords to the completion box and improved the highlighting of labels.
2009-05-06 18:22:42 +02:00
Roberto Raggi
e5ad7f5bc0
Search for the QML parser in the standard QTDIR
2009-05-06 18:21:13 +02:00
Daniel Molkentin
63f760a8d6
Unify Gdb and Gdb spelling, rename Gdb View to "Debugger", update docs.
2009-05-06 17:54:11 +02:00
con
c6a0d43d7f
Remove unused/unnecessary code.
2009-05-06 17:42:14 +02:00
con
286d809194
Fix the crash fix d03b5714c7.
2009-05-06 17:42:13 +02:00
Roberto Raggi
46d42919b3
Add to the completion box the names used in JavaScript functions.
2009-05-06 17:41:32 +02:00
Roberto Raggi
4d4b1ae251
Simplified the completion.
2009-05-06 17:27:23 +02:00
Roberto Raggi
f18f52db75
Removed obsolete code.
2009-05-06 17:06:17 +02:00
Roberto Raggi
a810af611e
Check for empty words
2009-05-06 17:04:38 +02:00
Alessandro Portale
5fd660c1e4
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-06 16:48:42 +02:00
mae
c96d63f0e8
compile
2009-05-06 16:51:36 +02:00
mae
2327629cff
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-06 16:49:24 +02:00
mae
7d936a398c
make insertion of braces a bit faster, by saving some of the rehighlighting work
2009-05-06 16:48:51 +02:00
Alessandro Portale
b38ba4d873
compile fix
2009-05-06 16:48:28 +02:00
Roberto Raggi
84b314bfee
Introduced Project::hasBuildSettings()
2009-05-06 16:33:43 +02:00
Alessandro Portale
246671c439
Don't annoy Windows users with alien dir separators
2009-05-06 16:26:32 +02:00
mae
b82673c982
do NOT steal the initial focus from the editor. Restore a session,
...
focus should be on the editor, not on some hidden tab widget on
the projects pane.
2009-05-06 16:22:29 +02:00
Roberto Raggi
ca09e1fc57
Show relative file names in the run configuration.
2009-05-06 16:13:44 +02:00
hjk
3d84da2b4d
debugger: initial work to start a remote gdbserver
2009-05-06 16:12:22 +02:00
Roberto Raggi
cd9bd8d56d
Changed the .qmlproject file format.
2009-05-06 15:56:54 +02:00
Roberto Raggi
d3f43f5d11
Show the error message in a tooltip.
2009-05-06 15:45:19 +02:00
Friedemann Kleint
591c186371
Made SharedLibraryInjector compile with MinGW.
2009-05-06 15:05:07 +02:00
Friedemann Kleint
e0de01190f
Started Console process handling for CDB.
...
Introduced "Suspend" mode for the process stub and corresponding
mode enumeration in console process (Windows).
2009-05-06 14:26:20 +02:00
hjk
9ae53e49ca
debugger: rename 'AttachRemote' to 'StartRemote'
2009-05-06 13:27:11 +02:00
Roberto Raggi
30eba90d50
Merge branch 'master' of ../mainline into dui-editor
2009-05-06 12:26:47 +02:00
dt
6e22eda3ad
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-06 12:10:57 +02:00
Roberto Raggi
6327ee7f34
Check the `word' under cursor when renaming.
2009-05-06 11:56:48 +02:00