Christoph Wille
30cad99ce9
Exclude multi-threaded test for net80
2023-11-22 10:54:24 +01:00
Christoph Wille
3ce74e9bc8
Update NuGet packages for .Test project
2023-11-22 07:34:56 +01:00
Christoph Wille
5564793e82
Fix warnings for exceptions
2023-11-22 07:33:35 +01:00
Christoph Wille
26b3d0d6eb
Add .NET 8 SDK
2023-11-22 07:28:21 +01:00
Christoph Wille
8cfb6abcc4
Non-LTS net70 SDK no longer needed in build pipeline
2023-11-22 07:21:45 +01:00
Christoph Wille
35b52a8936
Replace net7 target with net8 target
2023-11-22 07:16:41 +01:00
Christoph Wille
5928324149
Merge pull request #414 from kekekeks/fixes/no-com-support
...
Add support for runtimes without built-in COM interop
2023-10-28 09:49:40 +02:00
Nikita Tsukanov
6665a3ae94
Add support for runtimes without built-in COM interop
2023-10-26 15:57:35 +06:00
Christoph Wille
fedfb2f1ac
Prepare 6.3 release
2023-03-19 10:05:53 +01:00
Daniel Grunwald
e6ad917ecd
Merge pull request #389 from ltrzesniewski/keywords-order
...
Prioritize longer keywords also when they're not alphanumeric
2023-03-18 21:07:53 +01:00
Christoph Wille
ddba6666cf
Merge pull request #390 from ltrzesniewski/overwrite-highlighting
...
Overwrite registered highlightings
2023-03-18 10:42:53 +01:00
Lucas Trzesniewski
1c833b8f73
Overwrite registered highlightings
2023-02-25 19:30:20 +01:00
Lucas Trzesniewski
9c5c737cef
Prioritize longer keywords also when they're not alphanumeric
2023-02-25 18:57:20 +01:00
Christoph Wille
d12a78257b
Merge pull request #384 from jimfoye/spelling-fixes
...
Spelling fixes
2023-01-03 16:00:27 +01:00
Jim Foye
be5e1e64bb
Spelling fixes
2023-01-02 20:03:50 -06:00
Christoph Wille
7243877962
Merge pull request #380 from icsharpcode/feature/net7insteadof31
...
Support .NET 7 (non-LTS) instead of no longer supported .NET Core 3.1
2022-12-15 08:02:17 +01:00
Christoph Wille
5659ec6db7
Add package readme
2022-12-12 13:26:23 +01:00
Christoph Wille
427c536c30
Use SDK 7 in global.json
2022-12-10 12:25:54 +01:00
Christoph Wille
bd5426a8ee
Support .NET 7 (non-LTS) instead of no longer supported .NET Core 3.1
2022-12-10 12:20:59 +01:00
Christoph Wille
78656fcf9c
Prepare 6.2 release
2022-12-10 12:06:19 +01:00
Daniel Grunwald
b6fe189e7b
Merge pull request #362 from RachamimYaakobov/patch-1
...
Bug fix
2022-09-04 20:10:01 +02:00
Daniel Grunwald
08717da047
Merge pull request #308 from doug24/right-to-left-flowdirection
...
Add support for FlowDirection.RightToLeft as overall flow direction of the editor.
2022-09-04 20:09:29 +02:00
Daniel Grunwald
67b186f03a
Force re-render when changing the FlowDirectionProperty
2022-09-04 19:46:56 +02:00
RachamimYaakobov
24162180d5
Bug fix
...
A tab has two characters when set to show tabs, so you must use `VisualLength`.
2022-08-13 22:21:10 +03:00
Christoph Wille
ed6f2b5d66
Merge pull request #351 from icsharpcode/dependabot/nuget/ICSharpCode.AvalonEdit.Tests/Newtonsoft.Json-13.0.1
...
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /ICSharpCode.AvalonEdit.Tests
2022-06-23 06:18:13 +02:00
dependabot[bot]
7abd42cba4
Bump Newtonsoft.Json in /ICSharpCode.AvalonEdit.Tests
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 22:26:15 +00:00
Siegfried Pammer
fa0b33097d
Fix #346 : Fix duplicate keys in XshdColor.GetObjectData
2022-05-21 15:54:07 +02:00
Christoph Wille
76d8414ac8
Merge pull request #342 from menees/richtext_tohtml_fixes
...
Fix RichText ToHtml stack overflow, corruption, and CSS.
2022-05-21 15:14:51 +02:00
Christoph Wille
6df3b502b0
Merge pull request #347 from menees/fix_pixelsperdip_warning_only
...
Fix PixelsPerDip warning (requires .NET 4.6.2+).
2022-05-21 15:12:10 +02:00
Christoph Wille
990b8eefbd
Merge pull request #348 from kalatchev/patch-1
...
Update JavaScript-Mode.xshd
2022-05-21 14:55:34 +02:00
Mikhail Kalatchev
d2fe2243b3
Update JavaScript-Mode.xshd
...
Add ```let``` as keyword in JavaScript
2022-05-19 14:20:50 +03:00
Bill Menees
3ce2c9c24e
Fix PixelsPerDip warning (requires .NET 4.6.2+).
...
https://stackoverflow.com/a/45766452/1882616
2022-05-18 17:59:09 -05:00
Bill Menees
9272ecdc04
Merge branch 'icsharpcode:master' into richtext_tohtml_fixes
2022-05-18 17:38:06 -05:00
Bill Menees
57c0c3575a
Use inline cast instead of textWriter local
2022-05-18 17:25:27 -05:00
Christoph Wille
70bcca3327
Merge pull request #344 from icsharpcode/christophwille/343
...
Change to AvalonEdit Target Frameworks
2022-05-16 07:41:40 +02:00
Christoph Wille
c46a3c68db
Update all packages in .Tests
2022-05-16 07:36:19 +02:00
Christoph Wille
57a610818b
Build unit tests are split by framework
2022-05-16 07:25:59 +02:00
Christoph Wille
f115e94d12
Change to AvalonEdit Target Frameworks to .NET Framework 4.6.2, .NET Core 3.1 and .NET 6.0. Fixes #343 . Supersedes #286 .
2022-05-16 07:17:06 +02:00
Bill Menees
4c164a2519
Fix RichText ToHtml stack overflow, corruption, and CSS.
...
RichTextWriter.Write caused an immediate, unconditional StackOverflowException because it called the non-virtual Write(RichText) due to RichText's implicit string conversion.
HtmlRichTextWriter.Write then incorrectly wrote the first char instead of the last/split char when ending the output.
HighlightingColor.ToCss omitted the background-color style.
I added RichTextTests.ToHtmlTest to make sure these code paths keep working.
2022-05-11 18:19:26 -05:00
Christoph Wille
395ef81668
Update change log for 6.1.3
2021-12-28 11:52:13 +01:00
Siegfried Pammer
9e4089d48f
Merge pull request #329 from icsharpcode/customizable-searchresult-rendering
...
Fix #316 : Expose MarkerPen and MarkerCornerRadius on SearchPanel.
2021-12-28 10:57:29 +01:00
Siegfried Pammer
1c830763f6
Fix #316 : Expose MarkerPen and MarkerCornerRadius on SearchPanel.
2021-12-20 12:00:28 +01:00
Siegfried Pammer
47f61e9427
Merge pull request #325 from timgblack/324-tsql-backslash-highlighing
...
Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
2021-12-20 11:51:18 +01:00
Timothy Black
f1ea602fa0
Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
2021-12-16 12:36:34 +08:00
Christoph Wille
8090219cd6
Merge pull request #323 from icsharpcode/update-unit-tests
...
Fix unit testing for netcore3.1 and net6.0 targets.
2021-12-15 11:45:57 +01:00
Christoph Wille
17eafc3282
Add .NET Core 3.1 for unit tests in GH Action
2021-12-15 11:26:04 +01:00
Christoph Wille
8894ca5cf1
Run unit tests separately by framework version
2021-12-15 11:21:25 +01:00
Christoph Wille
89b956717c
Collect snupkg artifact on GH Actions
2021-12-15 11:07:00 +01:00
Christoph Wille
1afc438567
Try Unit Tests with vstest.console on GH Actions
2021-12-15 10:59:12 +01:00
Siegfried Pammer
e05ffe4079
Fix unit testing for netcore3.1 and net6.0 targets.
2021-12-14 19:40:49 +01:00