Daniel Molkentin
7f54f9d339
Wrap completion box list when navigating with up/down arrow keys.
...
Reviewed-by: Thorbjorn Lindeijer
2009-09-11 11:20:18 +02:00
hjk
06900dc475
debugger: refactoring in the trk adapter
2009-09-11 11:12:56 +02:00
hjk
6a9886576f
debugger: small refactoring in the gdbengine startup
2009-09-11 09:51:33 +02:00
hjk
c9da1d9543
debugger: code cosmetics
2009-09-11 09:51:33 +02:00
Alessandro Portale
7f2568554d
"C:/foo/" is not a folder. Even on Linux :)
...
Reviewed-by: TrustMe
2009-09-11 09:18:26 +02:00
con
65284dc0ed
Oops. Compile again.
2009-09-10 18:07:51 +02:00
con
7b596180bb
Missing return statement.
2009-09-10 17:58:00 +02:00
con
32e0340eab
Version bump.
2009-09-10 17:02:57 +02:00
con
334837d776
Move initialization code out of ::start method
2009-09-10 16:59:12 +02:00
con
472c806940
Move DebuggerRunControl initialization out of ::start method.
2009-09-10 16:59:12 +02:00
hjk
648ceaed18
debugger: work on trk integration
2009-09-10 16:30:04 +02:00
hjk
700bfa6339
debugger: work on trk integration
2009-09-10 16:29:07 +02:00
hjk
903a50a6ef
debugger: work on trk integration
2009-09-10 13:59:21 +02:00
hjk
75a3112ac4
Revert "make sure symbian include is scoped"
...
This reverts commit 1e186c5bf9 .
The code is not symbian specific, linking error was fixed properly
by adding the needed files to HEADERS.
2009-09-10 13:15:19 +02:00
hjk
058b55adc5
debugger: work on trk integration
2009-09-10 13:14:51 +02:00
Henrik Hartz
1e186c5bf9
make sure symbian include is scoped
2009-09-10 12:25:55 +02:00
hjk
3ceecf661b
debugger: fix linking
...
new header files gdbprocessbase needs to be listed in HEADERS
2009-09-10 08:27:01 +02:00
ck
8aa139ea53
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-09 17:27:59 +02:00
hjk
ffaa42e585
debugger: merge trk adapter into debugger sources
2009-09-09 17:25:02 +02:00
ck
6f5cea2aaa
Various improvements for BinEditor.
...
- Saving to file only takes modified data into account.
- Search functionality does not exhaust memory anymore.
- Searches can be canceled. This required updating the IFindSupport
interface and all classes implementing it. No functional changes
were done in those.
Reviewed-by: mae
2009-09-09 17:11:00 +02:00
mae
99435d5f0e
Make "Edit/Advanced/Clean_Whitespace work on the current
...
selection (if there is one)
2009-09-09 16:37:09 +02:00
mae
16e7f0c16f
be more conservative when reindenting code: only change the
...
actual whitespace when the indentation column changes.
Complete whitespace cleanup can still be done either automatically
on save (when configured) or when explicitely called with the
"Clean Whitespace" action from Edit/Advanced.
2009-09-09 16:16:46 +02:00
mae
32229e30b4
mark all-whitespace-lines with the correct visual format.
2009-09-09 14:58:47 +02:00
mae
f269031b5e
Make indentation/tabbing more developer friendly:
...
- when doing backspace, preserve the previous indentation litterally
- when having auto-indentation turned off, simply repeat the previous
indentation litterally instead of jumping to 0
2009-09-09 13:56:29 +02:00
hjk
1614d6b6b8
debugger: small refactoring of the access to the gdb process in the gdbengine
...
That's the first step to make the gdb/trk Adapter work with the otherwise
unmodified gdb engine. GdbProcessBase is inherited by GdbProcess and the
gdb/trk Adapter. In the GdbProcess case it's just a wrapper around a QProcess
running gdb, in the Adapter case it's the interface to the gdb process in the
whole rfomm/gdb/gdbserver combo.
2009-09-09 12:41:26 +02:00
Oswald Buddenhagen
2513c0a93f
don't attempt to read qmake cache if there is none
...
evaluating a file (which might not exist) is a bit different than just
merging a (possibly empty) map ...
2009-09-09 10:14:15 +02:00
Oswald Buddenhagen
37c5e2ddd3
revert acd090200 - no crash or even memory corruption reproducible
2009-09-09 02:56:36 +02:00
Oswald Buddenhagen
f1c881c4e0
cache_valuemap doesn't have to be a member any more
2009-09-09 02:56:36 +02:00
dt
e58ff77bd3
Take the build environment into account for searching what to execute.
...
Fixes a bug where the cmake plugin wasn't finding make, if the make
commands directory was added to path in the build environment.
2009-09-08 13:53:50 +02:00
Thorbjørn Lindeijer
61ed06d58e
Moved mouse navigation into BaseTextEditor so that it can be reused
...
For implementing mouse navigation in the QML editor.
2009-09-08 13:05:25 +02:00
Erik Verbruggen
1b4d1f1fd4
Suppress warning dialog when the QML Viewer executable cannot be found.
2009-09-08 12:43:14 +02:00
ck
85dcd851da
Added 64 bit support to BinEditor.
2009-09-08 11:59:21 +02:00
mae
9b4055122c
Fix code folding issue with empty nested blocks like in:
...
void main()
{
{
}
int i;
}
2009-09-07 16:15:59 +02:00
Erik Verbruggen
78d07c6d39
Fixed off-by-one
2009-09-04 18:01:46 +02:00
Erik Verbruggen
cac5663a4f
Modified the QML project to notify the DUI model manager when a file is added to the project.
2009-09-04 17:54:38 +02:00
Erik Verbruggen
a52209336d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-04 16:51:48 +02:00
Erik Verbruggen
998064ad72
Added a snapshot to the DUI editor.
2009-09-04 16:51:11 +02:00
Roberto Raggi
dd7daa4579
Compile
2009-09-04 13:45:44 +02:00
Roberto Raggi
80a46231f1
Fixed QML indenter.
2009-09-04 12:54:18 +02:00
Daniel Molkentin
e2c06d5da1
Make conversion to from QTDIR to qmake more reliable.
2009-09-04 09:52:14 +02:00
Daniel Molkentin
9960bea83d
Remove debugging.
2009-09-04 09:51:23 +02:00
dt
53cfbb13a7
Initialize everything also in the invalid QtVersion ctor.
2009-09-03 19:45:09 +02:00
Daniel Molkentin
5476bcf560
Find Qt installation by specification of qmake rather than a "Qt dir".
...
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation.
2009-09-03 19:16:40 +02:00
dt
778db1bf2d
Fix potential crash.
2009-09-03 17:45:55 +02:00
dt
ead627ed81
Remove dependency of rvct toolchain and gcce toolchain on qt4project.
...
Also makes the code a lot smaller.
2009-09-03 16:07:14 +02:00
Alessandro Portale
94348d8ed2
Less / on Windows.
2009-09-03 15:40:12 +02:00
dt
156db18592
Fix not trying hard enough to find the correct file on build errors.
...
If there are multiple files with the same name, then we try harder to
find the correct one. That is for jom and nmake we have a relative path
so we try to find a file which matches the relative path completly.
Instead of just comparing the last part.
2009-09-03 15:15:20 +02:00
dt
e1f9a003bb
Fix crash, with a non existing toolchain.
2009-09-03 13:21:01 +02:00
Thorbjørn Lindeijer
e8598222d0
Warn when no color schemes are found, for debugging purposes
2009-09-02 17:17:13 +02:00
Thorbjørn Lindeijer
0f6f1f428c
Fixed painting glitch visible on Windows
...
Creator would get darker and darker when dragging or clicking the mouse.
Don't paint the editor indicator when there is no view or the view has
editors.
Reviewed-by: mae
Reviewed-by: Daniel Molkentin
2009-09-02 16:30:08 +02:00