Christoph Wille
|
e2bba03d15
|
Fix NuGet package description on target frameworks.
|
2021-06-02 07:34:58 +02:00 |
Christoph Wille
|
be12b1609d
|
Switch to <GenerateDocumentationFile>
|
2021-06-01 09:17:13 +02:00 |
Christoph Wille
|
b0900760d4
|
netcoreapp3.0 -> 3.1 instead (LTS)
net5.0-windows -> new
|
2021-04-15 18:37:20 +02:00 |
Siegfried Pammer
|
a6273d1149
|
Fix #270: Wrong implementation of attached properties
|
2021-03-15 17:58:19 +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
|
48bf3dc023
|
Remove AppVeyor and Azure DevOps build definitions
|
2021-02-21 20:05:02 +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 |
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 |
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 |
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 |
GreatFireWall
|
843b9355a1
|
Fix ArgumentNullException issue.
|
2020-02-22 17:39:18 +08:00 |
Christoph Wille
|
87b0cbc258
|
Set version to 6.1-p1
|
2020-02-04 16:24:57 +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
|
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 |
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 |
Christoph Wille
|
9ecaeb031c
|
Fix #206 (PackageIcon instead of PackageIconUrl)
|
2019-12-31 23:13:10 +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 |
Daniel Grunwald
|
b98689ad23
|
SelectionMouseHandler: Fix crash when TextArea.Document is re-assigned to a different document instance while the mouse button is down.
https://github.com/icsharpcode/ILSpy/issues/1862
|
2019-12-19 18:03:03 +01:00 |
jkuehner
|
9ca474a1d5
|
bugfix hyperlinks in netcore - fixes #191
|
2019-09-05 20:00:41 +02:00 |
Jochen Kühner
|
5b9c46b234
|
Merge pull request #190 from lellid/PrecisePositioning2
Allow vertical scroll positioning with pixel accuracy
|
2019-09-01 13:37:50 +02:00 |
Dirk Lellinger
|
b8d1c28877
|
Allow vertical scroll positioning with pixel accuracy
|
2019-09-01 10:54:11 +02:00 |
jkuehner
|
b1f625de38
|
bugfix droping inside selection - fixes #178
|
2019-09-01 10:44:04 +02:00 |
Jochen Kühner
|
690b92d4e6
|
Merge pull request #140 from jimfoye/jimfoye-patch-fix12
Fix #12, End key behavior and trailing whitespace
|
2019-09-01 10:19:16 +02:00 |
Christoph Wille
|
99dbb11e7d
|
Update SourceLink
|
2019-08-27 11:27:53 +02:00 |
Christoph Wille
|
668eaf976c
|
Package still listed .NET 3.5 as supported
Link to change log added to Release Notes section
|
2019-08-22 20:45:53 +02:00 |
Christoph Wille
|
f81a0a0a72
|
Set PackageId properly (different from assembly name in AEs case)
|
2019-07-23 20:56:07 +02:00 |
Siegfried Pammer
|
396fabc0cd
|
Revert "Standardize on SPDX License Header"
|
2019-07-10 11:14:47 +02:00 |
Christoph Wille
|
8a2e58585a
|
SPDX license header standardized in entire project
|
2019-07-08 12:38:10 +02:00 |
Siegfried Pammer
|
4db42e1e6f
|
Fix missing documentation tag.
|
2019-07-04 13:28:30 +02:00 |
Siegfried Pammer
|
6f13e369ce
|
Fix indentation again.
|
2019-07-04 13:05:54 +02:00 |
Siegfried Pammer
|
ce902cb9b2
|
Fix indentation and clean up.
|
2019-07-04 13:02:32 +02:00 |
Siegfried Pammer
|
9258284c48
|
Clean up.
|
2019-07-04 12:49:45 +02:00 |
Siegfried Pammer
|
4feccb1898
|
Merge branch 'master' of github.com:icsharpcode/AvalonEdit into feature/fixes
|
2019-07-04 12:40:52 +02:00 |
Siegfried Pammer
|
3320ce173c
|
Add proper .editorconfig and fix formatting.
|
2019-07-04 12:07:47 +02:00 |
jkuehner
|
64de0a9cc7
|
bugfix appveyor build (fails cause of Debug.Assert compare of xshd filename and name inside)
|
2019-06-11 09:56:57 +02:00 |
jkuehner
|
4655eb6177
|
feature fix indention
|
2019-06-10 23:54:52 +02:00 |
jkuehner
|
3e85f0908c
|
fix tabs / spaces
|
2019-06-10 17:48:18 +02:00 |
jkuehner
|
cb8e7377c5
|
fix compile after rebase
|
2019-06-10 15:51:30 +02:00 |