David Schulz
7abc4c18dc
Set focus to the editor after selection change in outline
...
Task-number: QTCREATORBUG-6306
Change-Id: Ia60193ba2c4204532798fb4f7eade434d7510ff5
Reviewed-by: Leandro Melo <leandro.melo@nokia.com >
2012-01-11 18:28:47 +01:00
hjk
31600758de
all: s/info@qt.nokia.com/qt-info@nokia.com/
...
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-11-03 10:33:19 +01:00
Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
hjk
f576ad9f2c
texteditor: merge ITextEditable into ITextEditor
...
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
rename BaseTextEditor{,Widget} subclasses
rename editableInterface->editorInterface
rename createEditableInterface->createEditor
minor cleanups after renamings
2011-02-22 11:23:53 +01:00
Tobias Hunger
fe33a0984e
More copyright fixes
2011-02-18 10:37:19 +01:00
Kai Koehne
94fc750a45
Outline: Double click should jump to text even in non-sync mode
2010-12-20 09:45:29 +01:00
Kai Koehne
32f69b9b77
Outline: Add context menu for collapsing/expanding tree
...
Task-number: QTCREATORBUG-2976
2010-12-20 09:19:56 +01:00
Kai Koehne
4b504323ec
Show horizontal scrollbar in navigator views (if needed)
...
Requested by con.
2010-07-16 16:27:14 +02:00
Denis Mingulov
5af6f15f7c
Utils::NavigationTreeView is created - as a base class for any Navigation Widget (Side Bar) tree view
...
Merge-request: 2167
Reviewed-by: Kai Koehne <kai.koehne@nokia.com >
2010-07-16 11:24:02 +02:00
Kai Koehne
679ccc3b74
QmlOutline: Add filter for hiding bindings (properties)
2010-07-14 16:56:14 +02:00
Kai Koehne
4e6c8e38be
CppOutline: Fix navigation to e.g. enum members
...
Use symbol->line() && symbol->column() instead going through the
translation unit. That's also what CppEditor does in
jumpToOutlineElement().
2010-07-14 12:55:58 +02:00
Kai Koehne
5aea93028f
Add position to navigation history when navigating through outline
2010-07-14 12:55:58 +02:00
Kai Koehne
97444004ec
CppEditor: Beautify names in API
...
Rename method[Overview] to outline
2010-07-13 11:46:13 +02:00
Kai Koehne
503f720f85
Outline: Make recalculation of current model index more robust
2010-07-12 16:40:43 +02:00
Kai Koehne
0f8a491e7a
Make sure current index is always visible in Outline QTreeViews
2010-07-09 15:27:32 +02:00
Kai Koehne
d3c4f329d7
CppEditor: Don't show 'generated' symbols in the outline
...
Don't show e.g. all the methods that are defined by the Q_OBJECT
macro in the outline. We skip these by checking for Symbol->isGenerated
in the two proxy models used.
2010-07-08 17:03:38 +02:00
Kai Koehne
82497a9545
CppEditor: Re-use also the code to find the right index
...
Don't calculate the right QModelIndex twice.
2010-07-08 16:19:05 +02:00
Kai Koehne
2ba49e4e72
CppEditor: Reuse OverviewModel from text editor also in the outline pane
...
There's no use synchronizing the same model twice.
2010-07-08 16:19:05 +02:00
Kai Koehne
1fff761d57
Support Outline sidebar for C++ files
2010-07-08 14:02:51 +02:00