Thorbjørn Lindeijer
b7e12e23f4
Changed classic folding markers
...
This new look fits better with the new behaviour. Also, the
collapse/expand markers are now drawn by the style.
2009-05-04 11:13:31 +02:00
hjk
ab47d78c0c
fakevim: handle Key_Insert
2009-05-04 09:36:26 +02:00
con
9adb6855c3
Compile on Mac.
2009-05-04 09:14:59 +02:00
Friedemann Kleint
e0de78f04d
Compile on Windows.
2009-05-04 08:19:56 +02:00
Oswald Buddenhagen
71db47c467
make findChild take a "const char *" as the name arg
...
this avoids unnecessary QByteArray constructions
2009-04-30 22:49:02 +02:00
Oswald Buddenhagen
522006fcf1
remove unused findChild overload with default arg
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
9937ef8ea2
disable unused jump-to-line handler
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
f6bf2e9745
simplify conditions
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
3e01e57345
translatability improvements
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
a799be539b
encoding cleanup
...
added *lots* of missing QLatin1*(). to avoid making the code too
unreadable i added the macros _(), __() and _c().
also added local8Bit conversions for everything which might contain
file names.
2009-04-30 22:48:58 +02:00
Oswald Buddenhagen
78d09e7868
disable pwd querying code, as it is unused and broken.
2009-04-30 22:03:10 +02:00
mae
b837849859
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 19:32:26 +02:00
mae
c94456763c
experiment with splitted views based on karsten's input.
...
The goal is to support both the emacs usecase and the
usecase with fixed views for certain sets of files. The changes
gives the user more control where the files are. Effectively
it should be easy now to put your cpp files in the left pane,
and the header files in the right pane, and use F4 to toggle
between them.
Also make the 'x' in the toolbar close the document, and not the view.
2009-04-30 19:30:14 +02:00
dt
20c8899e95
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 16:55:54 +02:00
dt
769f065d34
Add custom dumpers to custom run executables
2009-04-30 16:54:51 +02:00
Friedemann Kleint
2f129dfad3
Fixed some translation errors.
2009-04-30 16:09:57 +02:00
Friedemann Kleint
afe68f0d13
Continue German translation.
2009-04-30 16:08:17 +02:00
dt
53d62b0b8a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 12:53:32 +02:00
dt
540ddcd562
Add a next/prev shortcut (F6 for now) for outputpanes.
...
This one has some magic inside to always use the current outputpane.
This solves the issue that I don't want Search and Build Issues list to
have its own set of next/prev shortcuts. todo is a better definition of
next for the build issues and/or a way to restrict it only to errors.
2009-04-30 12:50:52 +02:00
dt
4e6e540893
Remove code that was long obsoleted and commented out.
2009-04-30 12:45:02 +02:00
hjk
b68a06799c
debugger: code cosmetics
2009-04-30 12:16:48 +02:00
hjk
7c8735b771
Make QStringBuilder work with plain 'char' "chunks".
2009-04-30 10:29:48 +02:00
hjk
feb34c0e6f
Introduce a new QStringBuilder helper class to speed up building strings
...
from smaller chunks using expression templates.
Simple test and benchmark included, the class is not yet complete.
2009-04-30 10:01:54 +02:00
hjk
b72b4142dc
debugger: code cosmetics
2009-04-29 18:03:35 +02:00
hjk
0ce788a42a
debugger: remove some duplicated code
2009-04-29 17:52:19 +02:00
hjk
14321e675d
debugger: add dumper for QWeakPointer
2009-04-29 17:48:04 +02:00
mae
3f735e44c8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 17:12:27 +02:00
mae
b4f78421ad
fancy folding bar: shift the active folding bar area for the function body case
...
one up.
2009-04-29 17:11:37 +02:00
Friedemann Kleint
a59f7663c4
Introduce case insensitive matching of text marks on Windows.
...
For CDB debugger location marks.
2009-04-29 16:59:51 +02:00
Friedemann Kleint
88a0d0d9b5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 16:52:51 +02:00
Friedemann Kleint
1c56388945
Make dumpers output size information.
2009-04-29 16:52:14 +02:00
mae
b1a024e55b
some corner cases fixing
2009-04-29 16:46:54 +02:00
mae
cbd856518a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 15:38:09 +02:00
mae
ffe9fe58f7
support old-fashioned +/- folding bar, but improved
2009-04-29 15:37:38 +02:00
hjk
df2c805c73
fakevim: fix 'dd' when cursor is not in the first column
...
Was seemingly broken by the target columns changes. Autotest is added
now, too.
2009-04-29 15:29:03 +02:00
hjk
0428a109e8
debugger: fix output of weak and strong reference counts in
...
QSharedPointer dumper
2009-04-29 15:09:42 +02:00
Friedemann Kleint
86c544b488
Add missing file.
2009-04-29 15:02:35 +02:00
Friedemann Kleint
4ca60701da
Use void() funcs in the dumpers for simplicity.
2009-04-29 14:31:11 +02:00
dt
c5b20cf8a7
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:24:16 +02:00
dt
0f46f87118
Fix broken autoscrolling when switching to compile output mode
...
In certain situations, reported on irc.
2009-04-29 14:23:54 +02:00
Friedemann Kleint
6b9947ba88
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:15:20 +02:00
Friedemann Kleint
72a183777e
Initial work on dumpers for CDB.
...
Add dumper calls, parser etc. Catch crashes
in the dumper functions.
2009-04-29 14:15:09 +02:00
Alessandro Portale
c8e48efa76
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 14:12:49 +02:00
Alessandro Portale
92c034b114
Don't annoy Windows users with alien dir separators
2009-04-29 14:12:31 +02:00
hjk
3cb783f7fc
debugger: allow drag&drop from main editor to watchers view
2009-04-29 12:20:50 +02:00
mae
918cac90c8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-29 12:18:09 +02:00
mae
94a713c38e
parentheses matching and block highlighting polishing
2009-04-29 12:17:42 +02:00
dt
a2c7d3172f
Wrong dependency on help plugin in the ProjectExplorer
2009-04-29 11:25:29 +02:00
hjk
8f60a84dc0
debugger: create some noise in the status bar when libraries are loaded
...
and unloaded.
2009-04-29 10:33:37 +02:00
Friedemann Kleint
5740bd6410
Made cpp file suffixes take effect after restart.
...
In CppTools, keep cpp file settings in plugin and settings page
via shared pointer and apply to mime DB in
extensionsInitialized() (after CppEditor has loaded
and registered the mime types).
Task-number: 252299
2009-04-29 09:04:59 +02:00