index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
texteditor
/
basetexteditor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
License headers.
con
2010-12-17
1
-7
/
+11
*
Plain text editor: Make sure user setting about folding markers is used
Leandro Melo
2010-11-10
1
-4
/
+8
*
Don't cut off zoomed font sizes to the nearest integer point size
Thorbjørn Lindeijer
2010-10-15
1
-1
/
+1
*
Editor: cleanup special cases for snippets.
Erik Verbruggen
2010-09-24
1
-52
/
+21
*
Editor: leave completion mode when user pasts.
Erik Verbruggen
2010-09-24
1
-0
/
+7
*
Editor: don't leave snippet mode when user pasts/completes.
Erik Verbruggen
2010-09-24
1
-3
/
+12
*
Fixed cursor width inconsistency
Thorbjørn Lindeijer
2010-09-16
1
-3
/
+2
*
fakevim: more selection refactoring
hjk
2010-09-14
1
-1
/
+1
*
basetexteditor: make block selection accessible
hjk
2010-09-14
1
-0
/
+15
*
Leave block selection mode
mae
2010-09-08
1
-0
/
+7
*
Fix: Folded code is deleted on save
mae
2010-09-07
1
-1
/
+1
*
TextEditor: update text markers in moveLineUpDown()
Thomas Hartmann
2010-09-07
1
-0
/
+24
*
Debugger: Fix debugger switching to edit mode.
Friedemann Kleint
2010-09-07
1
-7
/
+5
*
TextEditor: Fix extra selection for snippets to match the editable area.
Christian Kamm
2010-08-25
1
-3
/
+3
*
Better flexibility and extensibility in text editor tooltip's internals.
Leandro Melo
2010-08-24
1
-3
/
+7
*
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline
Kai Koehne
2010-08-23
1
-4
/
+4
|
\
|
*
Fixed the Goto Next/Previous Line actions
Thorbjørn Lindeijer
2010-08-23
1
-4
/
+4
*
|
Use QFontMetricsF instead of QFontMetric.
Roberto Raggi
2010-08-06
1
-4
/
+4
*
|
Fix editor color scheme
mae
2010-08-06
1
-3
/
+5
*
|
Refactor block selection
mae
2010-08-05
1
-155
/
+404
*
|
Avoid retriggering the completion box when it's already there
Thorbjørn Lindeijer
2010-08-03
1
-0
/
+3
*
|
Check the cursor position before to trigger an automatic completion.
Roberto Raggi
2010-07-20
1
-1
/
+4
*
|
Delay the automatic completion.
Roberto Raggi
2010-07-19
1
-3
/
+31
*
|
Move find flags from IFindSupport to more accessible place.
con
2010-07-15
1
-6
/
+6
*
|
crash fix
Thomas Hartmann
2010-07-14
1
-4
/
+7
*
|
Convert semantic highlighter to use additional formats
mae
2010-07-13
1
-4
/
+1
*
|
VCS[git]: Limit text size to be displayed.
Friedemann Kleint
2010-07-12
1
-0
/
+11
*
|
Fix brace states
mae
2010-07-12
1
-8
/
+13
*
|
BaseTextEditor: adding translatedLineRegion()
Thomas Hartmann
2010-07-09
1
-0
/
+16
*
|
Forked QSyntaxHighlighter from Qt 4.7.
Roberto Raggi
2010-07-09
1
-1
/
+2
*
|
C++ editor: Drop extra selections before large editing operations.
Christian Kamm
2010-07-06
1
-0
/
+23
*
|
Cut off the forward navigation history to avoid messing it up.
con
2010-07-06
1
-0
/
+1
*
|
add basic support to show refactor markers
mae
2010-07-02
1
-13
/
+58
*
|
Fix long freeze when reloading files
mae
2010-06-24
1
-6
/
+20
*
|
Merge branch '2.0'
Thorbjørn Lindeijer
2010-06-15
1
-1
/
+6
|
\
\
|
|
/
|
*
Avoid triggering indent for electric characters in comments and strings
Thorbjørn Lindeijer
2010-06-15
1
-1
/
+6
*
|
Merge branch 'origin/2.0' (early part)
Erik Verbruggen
2010-06-15
1
-2
/
+2
|
\
\
|
|
/
|
*
Don't pass QChar as const & since it's just a unsigned short
Thorbjørn Lindeijer
2010-06-14
1
-2
/
+2
*
|
Merge remote branch 'origin/2.0'
con
2010-06-08
1
-6
/
+7
|
\
\
|
|
/
|
*
Fix cursor positioning for up/down after backspace
mae
2010-06-04
1
-5
/
+6
|
*
Only do line selection in the gutter when the line numbers are visible
Thorbjørn Lindeijer
2010-06-02
1
-1
/
+1
*
|
Fixed member initialization order.
Erik Verbruggen
2010-06-04
1
-16
/
+18
*
|
Fixed uninitialized members by initializing them.
Erik Verbruggen
2010-06-04
1
-1
/
+17
*
|
Merge remote branch 'origin/2.0'
hjk
2010-06-02
1
-63
/
+73
|
\
\
|
|
/
|
*
Fixed line select in gutter when text marks are not visible
Thorbjørn Lindeijer
2010-06-01
1
-1
/
+1
|
*
Fixed the collapsed block popup to draw on top of cursor/highlights
Thorbjørn Lindeijer
2010-06-01
1
-51
/
+60
|
*
Fixes rounding errors in block positions.
Erik Verbruggen
2010-05-31
1
-11
/
+12
*
|
Enable line numbers selection in pro editor
Jarek Kobus
2010-05-25
1
-1
/
+1
*
|
Merge commit 'origin/2.0'
mae
2010-05-21
1
-1
/
+1
|
\
\
|
|
/
[next]