hjk
a01fa6c17b
implement 'M' in fakevim
2008-12-19 15:00:06 +01:00
hjk
5107caf24e
implement 'L' in fakevim
2008-12-19 14:43:14 +01:00
hjk
ccfe171799
implement 'H' fakevim movement
2008-12-19 14:35:57 +01:00
hjk
9a0aef536f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-19 14:03:09 +01:00
hjk
4af0768042
restore overwrite mode hack.
...
cursor looks better at the end of a line this way...
2008-12-19 14:02:27 +01:00
Thorbjørn Lindeijer
af73187d53
Fixed Delete to delete instead of inserting spades
2008-12-19 13:59:45 +01:00
Thorbjørn Lindeijer
75c9193ff6
Use the QKeyEvent::text() for inserting text
...
Avoids inserting all kinds of funny characters when special keys are
pressed. For some reason, the Delete key now inserts spades. At least
those are more useful than phones, according to hjk.
2008-12-19 13:56:59 +01:00
hjk
d4f4f508ab
Handle <Tab> in insert mode
2008-12-19 13:15:57 +01:00
hjk
93c60417aa
use QTextEdit's "overwriteMode" instead of playing around with the
...
cursor width manually.
2008-12-19 13:03:39 +01:00
hjk
00a3b537f6
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-19 12:21:47 +01:00
hjk
220cf0d2e2
Add some sandbox for hjkl folks.
...
Note that <Esc> is called <Shift-Esc>.
2008-12-19 12:20:04 +01:00
Friedemann Kleint
4db2f99836
Fixes: Add ensureStashed() method asking user to stash before a change such as pull
2008-12-19 11:45:30 +01:00
Friedemann Kleint
d6fbb1b573
Fixes: gcc 4.3.2 compile warnings
2008-12-19 10:49:29 +01:00
Friedemann Kleint
e970f43da7
Fixes: Put the Ui:: class in the same namespace as the form class (was broken for namespaces)
2008-12-19 10:34:33 +01:00
hjk
43bf95a17e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-19 09:15:43 +01:00
hjk
6049e1fbb4
small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp"
2008-12-19 09:15:02 +01:00
Friedemann Kleint
c6004485de
Fixes: Make Goto Slot work.
...
Task: 205821
Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
2008-12-18 17:19:54 +01:00
Thorbjørn Lindeijer
719894044d
Keep completion popup on the screen
...
Pop it upwards when it would otherwise go below the screen and shift it
to the left when it would otherwise exit the screen on the right.
2008-12-18 17:02:20 +01:00
Oswald Buddenhagen
6522b4b5a2
handle skipping of test functions on a per-function basis
...
now we process all includes and loads in cumulative mode again.
functions without side effects don't need special attention in the first
place, obviously. and the printing functions already have their own
handling.
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
35225c44dc
partially sync test functions with qmake
...
- include all known functions into the map
- some of them are actually enabled
- constant_names ~= s,CF_,T_,
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
7112e48d52
disable cumulative mode for .prf files.
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
72d965e2d3
Fixes: processing of else branches
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
2274ceb47d
Expand $(VAR)-style environment variables
...
Task: 229217
2008-12-18 16:21:45 +01:00
dt
f9a917eb2a
Fixes: Move qt version check to qtcreator.pro
...
RevBy: con
2008-12-18 16:19:50 +01:00
goro
17a9f1949f
Fix initial jump to script's home dir
2008-12-18 14:56:50 +01:00
lowinu
355160e56f
Fixes: correctly read mkspec
...
RevBy: dt
2008-12-18 13:24:30 +01:00
goro
a51b70b51c
Bump version from 0.9.1 to 0.9.2
2008-12-18 12:51:08 +01:00
Roberto Raggi
3564c529d0
Clean up the C++ hover handler.
2008-12-18 10:53:56 +01:00
Roberto Raggi
678c09c813
Made line and column unsigned ints.
2008-12-18 10:53:56 +01:00
Roberto Raggi
22f223e732
Added TypeOfExpression::preprocess(expression, document).
...
The method `preprocess' returns the preprocessed text for the given expression.
2008-12-18 10:53:55 +01:00
hjk
4acbbe835c
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-18 10:12:40 +01:00
hjk
3bd633ef04
move some of the code for handling template types from creator proper
...
to the "user space" (gdbmacros.cpp)
2008-12-18 10:11:10 +01:00
Thorbjørn Lindeijer
12e4f2b2ee
Some code simplification in CompletionSettingsPage
2008-12-18 09:03:05 +01:00
hjk
b7fe1e7937
some refactoring: make watchExpression/removeWatchExpression symmetric
...
wrt arguments
2008-12-17 18:02:08 +01:00
hjk
02a679d96b
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-17 17:43:24 +01:00
hjk
5285379f18
make watchers persistent in the session
2008-12-17 17:43:01 +01:00
con
5e569036d0
Merge commit 'origin/0.9.1-beta'
2008-12-17 16:37:50 +01:00
con
64a4f93775
Fixes: - Known Issues and version in footer
2008-12-17 16:34:39 +01:00
dt
7f42d5bd73
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-17 15:53:23 +01:00
dt
d402ed2955
Fixes: Replace QTC_ASSERT with QT_ASSERT.
2008-12-17 15:51:48 +01:00
hjk
04c4a0ec72
make the std::map dumper work with keys that already have a const
...
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk
fff7acad55
fix parsing of gdb version
2008-12-17 15:19:22 +01:00
dt
c7ad6ec5e4
Fixes: Start Debugging beeing disabled.
...
Task: Reported on internal irc.
Details: a finished() signal could already be emitted from start(), so
we need to set m_debugginRunControl before start().
2008-12-17 15:14:16 +01:00
hjk
4876957e59
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-17 15:03:59 +01:00
hjk
87f320e1ad
mention foreach (...)
2008-12-17 15:03:23 +01:00
dt
b6711f19d2
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-17 14:21:16 +01:00
dt
3ba192af7e
Merge branch '0.9.1-beta'
2008-12-17 14:21:03 +01:00
dt
4d61bae46c
Fixes: Crash on unloading.
2008-12-17 14:20:01 +01:00
dt
edd1e84b1d
Fixes: Restore and save settings for RunSettings.
...
Details: Not the most pressing problem, but easy to fix.
2008-12-17 13:56:44 +01:00
dt
208e50f1ae
Fixes: Enable CMakeProject again after beta.
...
Details: Be warned, this is not usable at the moment.
2008-12-17 13:55:54 +01:00