NikolayHD
|
07d8b79e0c
|
HighlightColor support for overriding colors
|
6 years ago |
Philippe Miossec
|
3a59c20317
|
Highlighting vcxproj.filters (xml format)
& adapt how to find Highlighter by extension to support
extensions with a '.' inside.
Fix #6471 ( https://github.com/gitextensions/gitextensions/issues/6471 )
|
6 years ago |
Drew Noakes
|
97d20e82ce
|
Avoid NRE when MotherTextEditorControl is null
Unblocks @mstv on gitextensions/gitextensions#5957
|
7 years ago |
NikolayHD
|
86febc6742
|
Use the same LParam to point conversion as other projects in solution
|
7 years ago |
Gerhard Olsson
|
c743fd8560
|
V8083 unsafe invocation of handler
|
7 years ago |
Gerhard Olsson
|
3b1b2fbe18
|
V3063 expression is always true/false
|
7 years ago |
Gerhard Olsson
|
91d145a107
|
V3002 remove unused TextMarkerType.Invisible
|
7 years ago |
Gerhard Olsson
|
e1e9895a91
|
V3095 object used before null check
|
7 years ago |
Gerhard Olsson
|
d6719be358
|
V3041 implicit int conversion causes fractional loss
|
7 years ago |
Gerhard Olsson
|
05fd101234
|
V3030 if statement duplication
|
7 years ago |
Gerhard Olsson
|
5945cee818
|
V3021 Two if statements with identical conditions
|
7 years ago |
Gerhard Olsson
|
3c96901316
|
V3001 identical subexpressions
|
7 years ago |
Drew Noakes
|
05321769f0
|
Replace Size with Width
The height value was unused and always -1.
|
7 years ago |
Drew Noakes
|
ebabc52cc5
|
Make gutter one column wider
|
7 years ago |
Drew Noakes
|
e115cb5e43
|
Hide folding line when EnableFolding false
Change system color for line numbers from "ControlDark" to "GrayText".
|
7 years ago |
Drew Noakes
|
00c55fe644
|
Formatting
|
7 years ago |
Drew Noakes
|
76d943a2b1
|
Fix horizontal scroll amount at high DPI
|
7 years ago |
Drew Noakes
|
c2ce07cb5e
|
Support horizontal scroll by wheel while holding shift
|
7 years ago |
Drew Noakes
|
efc27c21ef
|
Formatting
|
7 years ago |
Drew Noakes
|
8b20498b95
|
Comment Debug.WriteLine
|
7 years ago |
Drew Noakes
|
bfef4454fc
|
Optimise usings
|
7 years ago |
Drew Noakes
|
96e68c1f6b
|
Formatting
|
7 years ago |
Drew Noakes
|
0580e5ea04
|
Use string.IsNullOrEmpty
|
7 years ago |
Drew Noakes
|
6ec820d23f
|
Move declarations closer to usage
|
7 years ago |
Drew Noakes
|
62f1bf18b8
|
Make methods static
|
7 years ago |
Drew Noakes
|
3252da7a98
|
Fix documentation error
|
7 years ago |
Drew Noakes
|
fd69af310b
|
Use generic collections
|
7 years ago |
Drew Noakes
|
46ae89a750
|
Formatting
|
7 years ago |
Drew Noakes
|
0e6206195a
|
Use nameof
|
7 years ago |
Drew Noakes
|
e9778c840f
|
Move declarations closer to usage
|
7 years ago |
Drew Noakes
|
c3d863fdf1
|
Comment unused variables
|
7 years ago |
Drew Noakes
|
ded11999ac
|
Remove redundant initialisers
|
7 years ago |
Drew Noakes
|
5d5ab637e6
|
Use null coalescing operator
|
7 years ago |
Drew Noakes
|
da6c810e1c
|
Remove unused parameters
|
7 years ago |
Drew Noakes
|
aaf2aaa6c6
|
Remove unused method
|
7 years ago |
Drew Noakes
|
10e38930d5
|
Typos and commented code
|
7 years ago |
Drew Noakes
|
79ffb352ff
|
Inline out vars
|
7 years ago |
Drew Noakes
|
f171dabbd0
|
Automated reformat
|
7 years ago |
Drew Noakes
|
0724fbd0ef
|
Use type keyword
|
7 years ago |
Drew Noakes
|
5147ed3e82
|
Remove redundant code
|
7 years ago |
Drew Noakes
|
e48d6d6a62
|
Use pattern matching
|
7 years ago |
Drew Noakes
|
d9228ef3ac
|
Trailing white space
|
7 years ago |
Drew Noakes
|
7857b8c20b
|
Remove unused using directives
|
7 years ago |
Drew Noakes
|
73c32e7c97
|
Use null propagation
|
7 years ago |
Drew Noakes
|
85f4f06bd0
|
Trim trailing spaces
|
7 years ago |
Drew Noakes
|
aa0792f0fa
|
Tabs to spaces
|
7 years ago |
Drew Noakes
|
87d13bcebd
|
Use expression bodied properties
|
7 years ago |
Drew Noakes
|
1fccb3124c
|
Remove redundant field initialisers
|
7 years ago |
Drew Noakes
|
96662e63e3
|
Use auto properties
|
7 years ago |
Drew Noakes
|
275b970d29
|
Make fields readonly where possible
|
7 years ago |