Gerhard Olsson
cc84160cb1
Disable Italics _ in markdown ( #36 )
Co-authored-by: Gerhard Olsson <gerhardol@users.noreply.github.com>
2 years ago
Igor Velikorossov
6a88d21777
Install .NET 8 on CI
2 years ago
Igor Velikorossov
5457e9a408
Update to .NET 8
2 years ago
Philippe Miossec
dddf1f6a46
Add feature to move line up/down with ALT + UP/DOWN
2 years ago
Philippe Miossec
000f7277ad
chore: fix AppVeyor Ci integration
using GitExtensions one instead of drewnoakes
2 years ago
Gerhard Olsson
a448d9a6df
Avoid warning CS8632 ( #32 )
Co-authored-by: unknown <mstv@gmx.net>
2 years ago
Michael Seibt
4e41ab6a5b
EOL markers as glyph or text ( #31 )
3 years ago
Donatas Mačiūnas
cd35e8dfde
Handle WM_MOUSEHWHEEL for horizontal touchpad scrolling ( #30 )
* Handle WM_MOUSEHWHEEL for horizontal touchpad scrolling
* Use newer AppVeyor image
* Fix solution build
3 years ago
Igor Velikorossov
7002c10005
Bump to .NET 6.0
4 years ago
Logan Higinbotham
7f8c067386
Fix Git Extensions #8211 : Incorrect EOL in diff ( #28 )
4 years ago
Igor Velikorossov
50ea97f05a
Migrate all projects to .NET 5.0 + add AppVeyor build ( #29 )
4 years ago
Igor Velikorossov
d265cb569f
Merge pull request #24 from gitextensions/Convert_to_.NET_5.0
Convert to .NET 5.0
4 years ago
RussKie
94b943d418
Convert to .NET 5.0
4 years ago
Igor Velikorossov
467710117f
Merge pull request #23 from lhiginbotham/fix-issue-22
Render tabs in the text viewer
5 years ago
Logan Higinbotham
ef21ba7050
Render tabs in the text viewer
5 years ago
Philippe Miossec
1f1906ed0a
Merge pull request #21 from pmiossec/fix_range_exception
Prevent an ArgumentOutOfRangeException
5 years ago
Philippe Miossec
a143fcb467
Prevent an ArgumentOutOfRangeException
by checking the value to see if it fits between the `Minimum` and the `Maximum`
before trying to set it
Fixes https://github.com/gitextensions/gitextensions/issues/7836
I can't reproduce it but it seems that I got it when I click unintentionally
on a commit in the revision grid when the grid was loading.
5 years ago
Igor Velikorossov
b28a2a439f
Centralise reference version management
5 years ago
RussKie
fa45d8258b
Remove targets, replaced by super's targets/props
6 years ago
Jay Asbury
68dcb93b32
Prevent null stream ( #20 )
* Prevent null stream
SyntaxNodes file references VB.NET.xshd while the file name was VBNET.xshd
6 years ago
Igor Velikorossov
8da789bf5f
Convert projects to SDK-style ( #19 )
Convert projects to SDK-style
6 years ago
Igor Velikorossov
bd9a942463
Convert projects to SDK-style
6 years ago
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