Igor Velikorossov
cedc78fc1c
Fix GitExt #4861 : Drag and Drop Exception ( #17 )
Fix GitExt #4861 : Drag and Drop Exception
6 years ago
Logan Higinbotham
f27191f346
Fix #4861 : Drag and Drop Exception
- do not use GetDataPresent(Type t) as this causes System.InvalidCastException when the IDataObject is an improperly set-up COM object [StackOverflow suggests making the underlying class serializable?]
- allow text drops from other GitExtensions processes to be pasted into the current process's text editor
6 years ago
Igor Velikorossov
28bfb828ec
Merge pull request #13 from NikolayXHD/color_scheme
Support theming
6 years ago
NikolayHD
07d8b79e0c
HighlightColor support for overriding colors
6 years ago
Philippe Miossec
6379ead9a1
Merge pull request #12 from pmiossec/highlight_vcxproj_filter
Highlighting vcxproj.filters (xml format)
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
Philippe Miossec
9b0b997d38
Merge pull request #15 from gitextensions/feature/arxml
Syntax highlighting for .arxml
6 years ago
Igor Velikorossov
e1736c8642
Syntax support for .groovy, .gradle ( #16 )
Syntax support for .groovy, .gradle
6 years ago
Gerhard Olsson
91d9cfa21c
Syntax support for .groovy, .gradle
6 years ago
Gerhard Olsson
2c5c3963e4
XML syntax support for .arxml
autosar.org
6 years ago
Igor Velikorossov
fbafa0a88b
Add markdown (.md) highlight support ( #11 )
Add markdown (.md) highlight support
6 years ago
Philippe Miossec
4cbe6d5f8b
Add markdown (.md) highlight support
6 years ago
Philippe Miossec
8fb1e8596d
Merge pull request #14 from pmiossec/add_appveyor_results
Display build results in GitExtensions
6 years ago
Philippe MIOSSEC
2aa1fdbe32
Display build results in GitExtensions
[skip ci]
6 years ago
Philippe Miossec
f34ff90aa0
Merge pull request #10 from pmiossec/support_new_extensions
Support new extensions (javascript and typscript for react and xml based ones)
6 years ago
Philippe Miossec
1ca8ecf301
Add some react file types (.jsx;.tsx)
6 years ago
Philippe Miossec
e6844fffd3
Add some xml file types (.xlf;.fodp;.fods;.fodt)
6 years ago
Martin Steinisch
d49f8b1335
Create FUNDING.yml
6 years ago
RussKie
466c802065
Fix missing RuntimeIdentifier ( #8 )
Fix missing RuntimeIdentifier
6 years ago
RussKie
cacaf7f77b
Fix missing RuntimeIdentifier
It appears MSBuild 15.8 or 15.9 requires explicit RuntimeIdentifier=win.
Part of gitextensions/gitextensions#6497
6 years ago
RussKie
9f443b2435
Update version to 3.1.0
7 years ago
RussKie
86ee67c8ca
Update version
7 years ago
Drew Noakes
97d20e82ce
Avoid NRE when MotherTextEditorControl is null
Unblocks @mstv on gitextensions/gitextensions#5957
7 years ago
RussKie
9383d35dd3
Fix assembly info
7 years ago
RussKie
77f550e7fe
Merge pull request #7 from NikolayXHD/mousewheel_overflow_exception
Use the same LParam to point conversion as other projects in solution
7 years ago
NikolayHD
86febc6742
Use the same LParam to point conversion as other projects in solution
7 years ago
RussKie
6f2b040555
Align assembly information across the project
7 years ago
RussKie
3992f16436
Align product names for the artifact signing
We have a number of external dependencies that are built from our repo,
but have various product names.
This PR aligns all projects to the same productname:
`[assembly: AssemblyProduct("GitExtensions")]`
This is required by SignPath to make sure that OSS projects don’t sign
3rd party libs.
7 years ago
RussKie
a8d5755834
Merge pull request #5 from gerhardol/bugfix/i5604-static-pvs-studio
i5604 static pvs studio
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
4e4ef10b45
Merge pull request #2 from jbialobr/master
More TypeScript key words.
7 years ago
Janusz Białobrzewski
363e6a789c
More TypeScript key words.
7 years ago
Drew Noakes
a2111678ab
Add .jsm extension for JavaScript highlighting
gitextensions/gitextensions#2155
7 years ago
Drew Noakes
223632070b
Merge pull request #1 from vbjay/PostBuldWarn
Remove warning of empty post build event
7 years ago
Jay Asbury
07f2f9325c
Remove warning of empty post build event
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
8675a445d1
Disable folding in sample app
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