mae
|
3f9580fe0e
|
fake session restored editors in the open documents widget and the tab history.
This makes restoring sessions faster, but switching to restored documents for the first time
a bit slower.
|
2009-03-06 11:59:16 +01:00 |
|
Roberto Raggi
|
ed97c785bc
|
Removed the blockingMap, but continue to parse the collected documents in parallel.
|
2009-03-06 11:53:15 +01:00 |
|
hjk
|
215d102aba
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-06 11:22:44 +01:00 |
|
hjk
|
ff5f9af9e7
|
Fixes: fakevime: some basic implementation for << and >>
|
2009-03-06 11:22:16 +01:00 |
|
Roberto Raggi
|
66a3e71579
|
Added ASTVisitor::getTokenStartPosition() and ASTVisitor::getTokenEndPosition().
|
2009-03-06 10:45:41 +01:00 |
|
Roberto Raggi
|
5e3921d2bd
|
Added a fwd declaration for the class Token.
|
2009-03-06 10:45:41 +01:00 |
|
hjk
|
1f32ba9227
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-06 09:34:33 +01:00 |
|
hjk
|
850102307d
|
Fixes: add startup script for creator
Details: LD_LIBRARY_PATH setting still missing
|
2009-03-06 09:34:00 +01:00 |
|
Friedemann Kleint
|
355f44fe8f
|
Fixes: Error logging, polish attach remote dialog
|
2009-03-05 17:30:29 +01:00 |
|
Thorbjørn Lindeijer
|
cb2cce5139
|
Adapt generated header guards to the filename
Use _HPP for example for .hpp files, for example. Based on simply
putting the chosen extension in uppercase.
|
2009-03-05 17:14:37 +01:00 |
|
Thorbjørn Lindeijer
|
1f3908e0a5
|
Avoid adding navigation history twice
This code is already in TextEditor::BaseTextEditor::openEditorAt.
|
2009-03-05 17:14:37 +01:00 |
|
Thorbjørn Lindeijer
|
166a4086c9
|
--warnings
Small bugfix for column to jump to.
|
2009-03-05 17:14:37 +01:00 |
|
Thorbjørn Lindeijer
|
bb8ff39ae3
|
Don't crash while printing debug info
Current node can be 0.
|
2009-03-05 15:52:05 +01:00 |
|
con
|
bcf559cd50
|
Fixes: - Don't use multiple key shortcuts on Mac
Task: - 244529
Details: - It just doesn't work in Mac menus (at least not with Qt, but
I suspect it's some Mac thingy), so just don't do it.
|
2009-03-05 15:28:20 +01:00 |
|
Oswald Buddenhagen
|
70f08bdf03
|
inferior interruption improvements
- on windows, use the recommended way to interrupt a debugged process
- on unix, use SIGTRAP
- assorted minor improvements
|
2009-03-05 15:26:23 +01:00 |
|
Oswald Buddenhagen
|
6e118e72a0
|
process interruption improvements
rely on the inferior's pid being available. consequently, remove the
bizarre findChild stuff.
|
2009-03-05 15:26:23 +01:00 |
|
Oswald Buddenhagen
|
445e409db7
|
improve the windows thread info parsing regexp
fixes interrupting processes with some versions of gdb
|
2009-03-05 15:26:23 +01:00 |
|
hjk
|
c9e2af0b3b
|
Fixes: fakevim: fix . after <n>x
|
2009-03-05 14:08:42 +01:00 |
|
hjk
|
b706f8573f
|
Fixes: fakevim: disable auto-indentation
|
2009-03-05 13:51:27 +01:00 |
|
hjk
|
5d1d429b55
|
Fixes: git: try to disable actions that do not make sense in a given
context
|
2009-03-05 13:30:38 +01:00 |
|
hjk
|
5d38fc44ae
|
Fixes: debugger: surround the function name "main" in the menu with double quotes
Details: more consistent with the File menu
|
2009-03-05 12:44:59 +01:00 |
|
hjk
|
2f41680a6e
|
Fixes: git: surround filenames in the menu with double quotes
Details: more consistent with the File menu
|
2009-03-05 12:42:17 +01:00 |
|
hjk
|
9bf4d03600
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-05 12:31:01 +01:00 |
|
hjk
|
2deb735367
|
Fixes: fakevim/editorview: move the 'minibuffer' to the bottom of the
editor
|
2009-03-05 12:30:10 +01:00 |
|
Thorbjørn Lindeijer
|
edc22700de
|
Merge branch '1.0.0'
Conflicts:
doc/qtcreator.qdoc
|
2009-03-05 12:22:15 +01:00 |
|
hjk
|
9d70760955
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-05 11:07:36 +01:00 |
|
hjk
|
640d1a9294
|
Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)
workaround for getting the ShortcutOverride twice
|
2009-03-05 11:06:25 +01:00 |
|
Roberto Raggi
|
4467f4b413
|
Oops! fixed the #endif.
|
2009-03-05 09:46:54 +01:00 |
|
hjk
|
1717ddf2f7
|
Fixes: compile fix with namespaced Qt
|
2009-03-05 09:46:36 +01:00 |
|
con
|
b315b1dab6
|
Fixes: - 'Whole words only' search in files bug
Task: - 246854
RevBy: - hjk
|
2009-03-04 17:40:38 +01:00 |
|
Friedemann Kleint
|
9193e4779e
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-04 16:48:53 +01:00 |
|
Friedemann Kleint
|
58c4cd8b27
|
Fixes: Make Attach External Dialog play nicely (exclude self)
Details: MinGW compilation
|
2009-03-04 16:48:13 +01:00 |
|
hjk
|
e49ef33a99
|
Fixes: fakevim: let Ctrl-K pass to creator core
|
2009-03-04 16:32:33 +01:00 |
|
hjk
|
da92e9c1e9
|
Fixes: fakevim: return to command mode after :<line>
|
2009-03-04 16:12:06 +01:00 |
|
hjk
|
2da336a966
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-04 16:05:51 +01:00 |
|
Friedemann Kleint
|
86b6c44e4e
|
Process Listing Windows
|
2009-03-04 16:00:43 +01:00 |
|
hjk
|
529eaf8e99
|
Fixes: fakevim: add PageUp/Down to browse minibuffer history
|
2009-03-04 15:59:20 +01:00 |
|
Roberto Raggi
|
1e7d6a01e6
|
ignore blocks.
|
2009-03-04 15:50:35 +01:00 |
|
Roberto Raggi
|
1389287028
|
Jump to the symbol's declarator.
|
2009-03-04 15:47:26 +01:00 |
|
Roberto Raggi
|
942f5a708a
|
Ignore the symbol's column for generated symbols (at least for now).
|
2009-03-04 15:45:38 +01:00 |
|
Thorbjørn Lindeijer
|
f3f20d96bd
|
Disable the private header check for Designer and ResourceEditor plugins
This check is no longer needed since the necessary private headers are
now part of Qt Creator.
Reviewed-by: Friedemann
|
2009-03-04 14:37:27 +01:00 |
|
Roberto Raggi
|
4613da1c8b
|
Mark the generated tokens in the token stream.
|
2009-03-04 14:36:47 +01:00 |
|
Roberto Raggi
|
064201ff85
|
Mark the generated regions of text.
|
2009-03-04 14:36:47 +01:00 |
|
hjk
|
e4c0d293a6
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-04 14:20:16 +01:00 |
|
hjk
|
5c72306415
|
Fixes: fakevim: small code simplification
Details: re-use lineForPosition
|
2009-03-04 14:19:39 +01:00 |
|
Daniel Molkentin
|
de329d3174
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-04 12:49:14 +01:00 |
|
Daniel Molkentin
|
82123bf840
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-03-04 12:46:49 +01:00 |
|
Daniel Molkentin
|
a155cec18f
|
Fixes: Bump Creator version after release
Task: -
RevBy: Thorbjorn
AutoTest: -
|
2009-03-04 12:46:05 +01:00 |
|
con
|
514bf51c79
|
Fixes: - Really implement single click in open doc widget.
RevBy: - dt
|
2009-03-04 12:42:25 +01:00 |
|
Roberto Raggi
|
e253f39360
|
Store the actual arguments of the macro expansions.
|
2009-03-04 11:47:30 +01:00 |
|