Christoph Wille
9e8ab4b177
Use .NET 5
2021-03-08 16:39:00 +01:00
Christoph Wille
6bde0a4829
Update for next preview version
2021-03-08 16:33:34 +01:00
Christoph Wille
a2164af755
Version 6.1.0
2021-03-08 16:31:26 +01:00
Christoph Wille
83da0a98c0
Fix global.json for proper roll-forward
2021-03-08 16:30:22 +01:00
Christoph Wille
664b6f51c0
Build for 6.1 final
2021-03-08 16:09:36 +01:00
Christoph Wille
c82883874b
Remove publishing NuGet to feed
2021-03-08 16:06:07 +01:00
Siegfried Pammer
a8d86c1fbf
Merge pull request #255 from batzen/patch-1
...
Prevent null reference exception when rendering
2021-03-08 16:03:05 +01:00
Siegfried Pammer
15e564f044
Merge pull request #263 from jairbubbles/catch-exception-when-pasting-with-invalid-data-in
...
Catch exception when pasting with invalid data in the clipboard
2021-03-08 16:00:32 +01:00
Christoph Wille
f583497d86
Try with backslash in dotnet nuget push
2021-02-21 20:07:24 +01:00
Christoph Wille
48bf3dc023
Remove AppVeyor and Azure DevOps build definitions
2021-02-21 20:05:02 +01:00
Christoph Wille
4e5639e069
Basic CI structure with GitHub Actions ( #265 )
...
* Basic CI structure
* NETSDK1100: Windows is required to build Windows desktop applications.
* Switch to nuget restore
* Cleanup
* Fix NuGet restore step
2021-02-21 20:01:45 +01:00
Julien Richard
f85ab9a4bf
Catch exception when pasting with invalid data in the clipboard
2021-02-19 12:05:19 +01:00
Bastian Schmidt
a046e2dcb9
Prevent null reference exception when rendering
2020-12-21 11:55:48 +01:00
Christoph Wille
106b31efe1
Publish v6.1-preview1
2020-09-07 12:34:38 +02:00
Daniel Grunwald
d7339e564c
Merge pull request #230 from Nickelony/master
...
Fixed CompletionList Foreground and Background colors not applying.
2020-09-06 21:17:54 +02:00
Daniel Grunwald
6f3e9b7943
Merge pull request #148 from flash384/fix-invalidoperationexception
...
Fix System.InvalidOperationException: This Visual is not connected to…
2020-09-06 21:14:39 +02:00
Daniel Grunwald
25a8c2a474
Merge pull request #242 from yyjdelete/concat
...
Fix ArgumentOutOfRangeException in RichText.Concat()
2020-09-06 21:11:26 +02:00
SilverFox
2598da953f
Fix icsharpcode/ILSpy#2139
2020-09-05 00:09:23 +08:00
Daniel Grunwald
6f24c1dd0a
Merge pull request #239 from sloutsky/textarea_automation_peer_fix
...
Fix null-reference exception in TextAreaAutomationPeer
2020-06-24 21:11:51 +02:00
Daniel Grunwald
113d1f126e
Merge pull request #221 from icsharpcode/fix-rect-selection-delete
...
RectangleSelection does not handle backspace and delete key
2020-06-24 21:09:56 +02:00
Alexander Sloutsky
3dbd960fc7
Fixing merge issue
2020-06-06 15:03:02 +03:00
Alexander Sloutsky
09f7dec79b
Fix null-reference exception in TextAreaAutomationPeer - that was randomly occuring in the application.
2020-06-06 13:49:20 +03:00
Christoph Wille
f1e5677146
Any 3.1 SDK will do
2020-04-30 09:37:31 +02:00
Siegfried Pammer
bb584ff32c
Merge pull request #231 from goswinr/fixDocString
...
minor fix Docstring rectangular selection
2020-04-30 09:00:54 +02:00
Goswin
cd811ab376
fix Docstring rectangular selection
2020-04-24 14:48:24 +02:00
Nickelony
59266cadec
Fixed CompletionList Foreground and Background colors not applying.
2020-04-23 00:47:41 +02:00
Siegfried Pammer
a5691facdd
Fix #22 , fix #57 : RectangleSelection does not handle backspace and delete key
2020-02-23 11:47:23 +01:00
Jochen Kühner
6200cab9eb
Merge pull request #220 from GreatFireWall/master
...
Fix ArgumentNullException issue.
2020-02-22 11:45:38 +01:00
GreatFireWall
843b9355a1
Fix ArgumentNullException issue.
2020-02-22 17:39:18 +08:00
Christoph Wille
e9df2d9f45
Merge pull request #216 from icsharpcode/version61builds
...
Set version to 6.1-p1
2020-02-04 17:02:01 +01:00
Christoph Wille
1806ad44eb
Merge pull request #217 from icsharpcode/usedbyupdats
...
Add more "used by" projects
2020-02-04 16:36:02 +01:00
Christoph Wille
220eba6280
Add more "used by" projects. Fixes #209
2020-02-04 16:34:58 +01:00
Christoph Wille
c215d94e84
Use new variable for packaging
2020-02-04 16:27:06 +01:00
Christoph Wille
87b0cbc258
Set version to 6.1-p1
2020-02-04 16:24:57 +01:00
Siegfried Pammer
4c2280e237
Add attribution to highlighting definitions coming from #144
2020-02-04 16:20:59 +01:00
Siegfried Pammer
4d54673111
Merge pull request #205 from zuijin/dev-zuijin
...
Json.xshd Update
2020-02-04 16:17:42 +01:00
Siegfried Pammer
d47b3239cb
Merge branch 'worksofliam-master'
2020-02-04 16:02:27 +01:00
Siegfried Pammer
a339891b15
Move CLLE.xshd and RPGLE.xshd to /ThirdParty-Highlightings/ as we are not planning on shipping every possible highlighting definition with AvalonEdit.
2020-02-04 16:01:45 +01:00
Liam Allan
b2158b7d4d
RPGLE and CL highlighting
2020-02-04 15:44:20 +01:00
Siegfried Pammer
fb68a3f50e
Fix #188 : JavaScript highlighting for regex literals breaks highlighting of division operator. Only detect `/` as start of regex literal if it does not follow any word character, ], ) or }.
2020-02-04 13:49:17 +01:00
Jochen Kühner
8fca62270d
Merge pull request #207 from richardbuckle/fix/deserialization
...
Fix/deserialization
2020-01-10 06:15:48 +01:00
Richard Buckle
f0d33ebc3c
Instantiate using the concrete type `SimpleHighlightingBrush`
...
The type `HighlightingBrush` is abstract and cannot be instantiated. `SimpleHighlightingBrush` is what we want.
2020-01-06 21:56:03 +00:00
Richard Buckle
b779de985f
Write `HasStrikethrough`
2020-01-06 21:46:27 +00:00
Richard Buckle
f57441b3d0
Add NewtonSoft.Json and red round-tip test
2020-01-06 21:35:20 +00:00
Christoph Wille
9ecaeb031c
Fix #206 (PackageIcon instead of PackageIconUrl)
2019-12-31 23:13:10 +01:00
Christoph Wille
76c5a1644c
Prepare 6.0.1
2019-12-30 14:04:51 +01:00
Christoph Wille
032d05d526
Update build env to netcore31
2019-12-20 15:03:22 +01:00
zuijin
9ebad98055
Update Color
2019-12-20 16:38:33 +08:00
zuijin
71805c25d1
Json.xshd Update
2019-12-20 15:53:57 +08:00
Daniel Grunwald
b07009994d
Fix NullReferenceException when unregistering folding manager after the document was detached from the TextArea.
2019-12-19 18:05:10 +01:00