Philippe Miossec
7b8ff17ca0
feat(Editor): Add "some" syntax highlighting for yaml files
8 months ago
Philippe Miossec
d6544c3a84
feat(Editor): Add .editorconfig as ini file
8 months ago
Philippe Miossec
92816d721d
feat(Editor): Add Gherkin `*.feature` syntax highlighting
i.e BDD Cucumber, https://reqnroll.net/ or deprecated SpecFlow...
8 months ago
Donatas Mačiūnas
4ea04d2436
Default to an Encoding without BOM when BOM marker was not found ( #42 )
* Default to an Encoding without BOM when BOM marker was not found
* Use explicit types instead of var
* Update Project/Src/Util/FileReader.cs
Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
---------
Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
10 months ago
Michael Seibt
1e64171fdb
Rename to AddMarkers ( #41 )
and use more generic type
11 months ago
Gerhard Olsson
5d07ca8cad
feat: AddRange for markers ( #40 )
Co-authored-by: Gerhard Olsson <gerhardol@users.noreply.github.com>
11 months ago
Michael Seibt
e49c54f99b
feat(TextView): Add TextMarkerType.InterChar
Refs: #39
11 months ago
Tuomas Hietanen
9af875fe0b
Improve F# syntax highlighting ( #38 )
1 year ago
Philippe Miossec
30a0e94f4a
Improve C# syntax highlighting ( #37 )
* adds some missing keywords
* changes group of some keywords (class, interface, record) to be color consistent
* colors type name definition
* highlight method definition and calls (like in VisualStudio)
* highlight statement keywords differently (like in VisualStudio)
2 years ago
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