Max Katz
|
69078159fd
|
Split AvaloniaVersion and AvaloniaSampleVersion
|
2023-11-13 18:17:03 -05:00 |
Daniel Peñalba
|
f77c3b26ec
|
Fixed build and disable WeakReferenceTests
since they're not passing anymore since we migrated to the headless platform.
|
2023-09-06 10:01:31 +02:00 |
Daniil Pavliuchyk
|
2c1e2aa8b0
|
Update to Avalonia 11
|
2023-07-05 20:13:53 +03:00 |
Benedikt Stebner
|
f7c36b0d4c
|
Update to Avalonia 11 RC
|
2023-06-01 07:06:47 +02:00 |
Max Katz
|
49e07f984d
|
Update Avalonia
|
2023-05-10 00:42:44 -04:00 |
Max Katz
|
613c0967ce
|
Migrate to headless tests
|
2023-04-28 01:11:19 -04:00 |
Daniel
|
ace157decf
|
Fixed unit tests
|
2023-04-25 09:12:28 +02:00 |
aldelaro5
|
a4e751a118
|
Upgrade to Avalonia 11.0.0-preview6
|
2023-03-22 01:15:18 -04:00 |
Benedikt Stebner
|
00d004c69f
|
Fix tests
|
2023-02-06 13:46:32 +01:00 |
Benedikt Stebner
|
f68cf7d217
|
Update to preview 5
|
2023-02-06 11:53:57 +01:00 |
Arhell
|
8b1c0be953
|
update links
|
2022-09-28 00:09:42 +03:00 |
Wiesław Šoltés
|
1e73897baa
|
Update TestServices.cs
|
2022-08-25 10:34:47 +02:00 |
Wiesław Šoltés
|
c26511a44c
|
Update AvaloniaEdit.Tests.csproj
|
2022-08-25 10:34:44 +02:00 |
Benedikt Stebner
|
749f35016a
|
Update deps
|
2022-08-02 15:14:37 +02:00 |
Benedikt Stebner
|
977d287f69
|
Remove redundant tests
|
2022-04-27 20:08:26 +02:00 |
Benedikt Stebner
|
b11e3be2b8
|
Merge branch 'master' into feature/TextFormatterPort
|
2022-04-11 13:56:02 +02:00 |
Daniel
|
a2152e26ca
|
Applied review comments
|
2022-04-07 14:53:52 +02:00 |
Daniel
|
8d7733acfb
|
Add unit tests
|
2022-04-07 11:16:25 +02:00 |
Benedikt Stebner
|
61526254a0
|
Fix LinkElementGenerator
|
2022-03-09 17:37:40 +01:00 |
Benedikt Stebner
|
5e228f0243
|
Use latest Avalonia preview
|
2022-03-09 15:49:12 +01:00 |
Benedikt Stebner
|
9a84b61b28
|
Start porting to Avalonia's TextFormatter
|
2022-03-07 12:51:12 +01:00 |
Daniel
|
096661b932
|
Added failing tests
|
2022-03-04 13:29:58 +01:00 |
Daniel
|
d95fe49cdf
|
Fixed failing tests
|
2022-02-13 11:32:26 +01:00 |
Daniel
|
f4eaba8bd4
|
Added failing tests for the TextView
|
2022-02-13 11:27:37 +01:00 |
Daniel
|
c0c48ea47e
|
Added failing tests
|
2022-02-13 11:27:15 +01:00 |
Daniel
|
7e4f30e982
|
Add failing tests
|
2022-02-09 18:37:59 +01:00 |
Daniel
|
e9f969de11
|
Added failing tests
|
2022-01-26 07:28:49 +01:00 |
Daniel
|
3b4a5890cb
|
Implement a simpler mechanism to manage tabs
Just return the tab width when measuring it, so I avoid splitting runs, that is much more complex.
|
2022-01-24 10:59:05 +01:00 |
Daniel
|
4a1e572acd
|
Do not split text runs when not needed
|
2022-01-24 09:39:40 +01:00 |
Daniel
|
ae5c53548c
|
Set the correct StringRange to the TextLineRun when splitting space blocks
|
2022-01-23 18:25:39 +01:00 |
Daniel
|
afeae9c66d
|
Added unit tests
|
2022-01-23 18:05:29 +01:00 |
Daniel
|
23a8252c07
|
Fixed TextRun length
|
2022-01-22 18:48:17 +01:00 |
Daniel
|
174f5e6d75
|
Added unit tests
|
2022-01-22 18:42:22 +01:00 |
Daniel
|
7bdde039d9
|
Added an attribute to make internal types visible for unit testing
|
2022-01-22 18:41:05 +01:00 |
Daniel
|
ba30c24900
|
Added two more unit tests
|
2022-01-17 11:04:27 +01:00 |
Daniel
|
aa425b8cc7
|
Add some methods to retrieve the line terminators in the DocumentSnaphot
- Add some methods to retrieve the line terminators in the DocumentSnaphot.
- Add nunit.
- Expose the DocumentSnaphot to be accessed from outside.
|
2022-01-16 15:43:40 +01:00 |
Daniel
|
e595e358aa
|
Fixed unit tests
Now the text editor model doesn't retrieve the line terminators
|
2022-01-14 17:29:54 +01:00 |
Daniel
|
41ff7abfc8
|
Fixed a corner case replacing a character by a \n
Added nunit for that case too
|
2022-01-14 14:36:57 +01:00 |
Daniel
|
0478e1fe9e
|
Do not update ranges when replacing text of the same len
|
2022-01-14 14:33:24 +01:00 |
Daniel
|
1edf48f94e
|
Implemented unit tests
|
2022-01-14 08:18:42 +01:00 |
Dan Walmsley
|
12af5c6569
|
run unit tests on ci
|
2021-12-01 09:30:10 +00:00 |
Daniel
|
0941b4da6f
|
Fixed unit tests
|
2021-11-28 15:29:51 +01:00 |
Daniel
|
972b8154f5
|
Fixed failing NUnit tests
Failed when PR https://github.com/AvaloniaUI/AvaloniaEdit/pull/161 was merged.
|
2021-11-27 09:24:21 +01:00 |
Daniel
|
450518726b
|
Make nunit tests to pass
Complete interface implementations, fix errors, uncomment tests, etc ...
|
2021-11-18 11:17:00 +01:00 |
Daniel
|
d39afd7063
|
Update test project to net5
|
2021-11-18 11:15:25 +01:00 |
José Pedro
|
0d92621c23
|
Updated Avalonia.
|
2019-09-14 00:37:38 +01:00 |
Eli Arbel
|
cadb5c76ba
|
Weak ref tests only work in Release
|
2019-03-22 12:48:51 +02:00 |
Eli Arbel
|
2caf1679fa
|
Add tests from AvalonEdit (#49)
|
2019-03-22 12:46:22 +02:00 |