Граф коммитов

1010 Коммитов

Автор SHA1 Сообщение Дата
Daniel 5cadf03d88 Pass the old document and the new document on DocumentChanged event 2023-04-27 10:30:24 +02:00
Daniel Peñalba 7f618302e7
Merge pull request #328 from AvaloniaUI/Update-README.md
Update README.md
2023-04-18 20:09:53 +02:00
Daniel Peñalba 2f3fd57404
Update README.md
Add some documentation about how to include getting started creating a new AvaloniaEdit application
2023-04-18 09:21:41 +02:00
Daniel Peñalba daf432017f
Merge pull request #321 from hez2010/patch-2
Enable compiled bindings
2023-04-06 12:21:32 +02:00
Benedikt Stebner bd1168a2e3
Merge branch 'master' into patch-2 2023-04-06 11:29:54 +02:00
Daniel Peñalba 89e10f0a25
Merge pull request #323 from jl0pd/expose-service-container
Expose IServiceContainer
2023-04-06 11:11:19 +02:00
Denis Proshutinskii f51929fe21 Expose IServiceContainer 2023-04-06 14:19:29 +07:00
Steven He 59d107ca82 Merge branch 'patch-2' of github.com:hez2010/AvaloniaEdit 2023-04-03 00:23:44 +09:00
Steven He 276bf5621d Merge branch 'master' of github.com:AvaloniaUI/AvaloniaEdit 2023-04-03 00:23:00 +09:00
Steven He 4ca5f3eee8 x:DataType 2023-04-03 00:21:50 +09:00
Steve 789e9e8e50
Also for demo app 2023-04-03 00:15:21 +09:00
Steve 6e09366e51
Enable compiled bindings 2023-04-03 00:11:38 +09:00
Daniel Peñalba d5c440cf87
Merge pull request #320 from hez2010/patch-1
Update TextMateSharp and drop Newtonsoft.Json
2023-04-02 16:36:05 +02:00
Steve c2f855b62d
Update TextMateSharp and drop Newtonsoft.Json 2023-04-02 23:23:52 +09:00
Daniel Peñalba 34c9da942a
Merge pull request #319 from Numpsy/rw/metadata
Add descriptions and license expressions to the nuget packages
2023-03-31 13:04:12 +02:00
Richard Webb e4385e5cde Add descriptions and license expressions to the nuget packages 2023-03-31 11:52:18 +01:00
Daniel Peñalba b036472e48
Merge pull request #318 from aldelaro5/avalonia11-preview6
Upgrade to Avalonia 11.0.0-preview6
2023-03-30 19:02:05 +02:00
aldelaro5 a4e751a118 Upgrade to Avalonia 11.0.0-preview6 2023-03-22 01:15:18 -04:00
Daniel Peñalba d9469b653c
Merge pull request #316 from AvaloniaUI/fix-is-replace-mode
Fix is replace mode
2023-03-06 17:49:19 +01:00
Daniel f5a885adf2 Remove unused method 2023-03-06 16:08:54 +01:00
Daniel 3b19b93a84 Update SearchPanel.IsReplaceMode when TextEditor.IsReadonly changes 2023-03-06 16:07:47 +01:00
Daniel Peñalba ae083624ad
Merge pull request #312 from AvaloniaUI/search-fix-simple-theme
Fix simple theme in SearchPanel
2023-03-06 14:11:27 +01:00
Daniel 3672c68d93 Merge branch 'search-fix-simple-theme' of https://github.com/AvaloniaUI/AvaloniaEdit into search-fix-simple-theme 2023-03-06 08:41:24 +01:00
Daniel 78321291d7 Do not use hardcoded color for TextEditor's foreground 2023-03-06 08:41:13 +01:00
Daniel Peñalba a3da472d43
Merge branch 'master' into search-fix-simple-theme 2023-03-06 08:33:16 +01:00
Daniel 23cd845d87 Fix StyleInclude 2023-03-06 08:29:10 +01:00
Daniel f9b2e57460 Move AvaloniaEdit.xaml inside themes and create a new one for simple theme 2023-03-06 08:28:58 +01:00
Daniel d2c824c5fe Prepare demo app to support themes 2023-03-06 08:28:27 +01:00
Daniel Peñalba 62895f5690
Merge pull request #314 from AvaloniaUI/handle-invalid-regex
Handle invalid SearchPatternException properly
2023-03-03 23:25:14 +01:00
Daniel 97bfd5f0e2 Handle invalid SearchPatternException properly 2023-03-03 17:19:03 +01:00
Daniel a54f1db523 Extract themed properties and create simple and theme variants 2023-03-03 09:45:48 +01:00
Daniel 111a654a67 Make buttons theme agnostic 2023-03-03 08:28:43 +01:00
Daniel Peñalba 9333d9fe36
Merge pull request #309 from AvaloniaUI/rework-search-panel
Rework the search panel
2023-03-02 23:32:27 +01:00
Daniel b3f746bc0f Use non-bordered drawings for the search result geometry 2023-03-02 09:40:56 +01:00
Daniel 8d2c6bbf76 Move the SetSearchResultsBrush property to the TextEditor
This way you don't need to wait to the control template to be applied in order to change the search result bg color.
2023-03-02 09:40:29 +01:00
Daniel 80978cca3b Extract CloseIconPath to a StreamGeometry too 2023-03-02 08:25:37 +01:00
Daniel c8e4a6f597 Reformat 2023-03-01 18:18:48 +01:00
Benedikt Stebner 3c4507c6be Update build props 2023-03-01 18:13:59 +01:00
Benedikt Stebner 12e3b7aa20 Update to recent master 2023-03-01 18:10:26 +01:00
Daniel b26fe1aadf Unify margins 2023-03-01 14:54:15 +01:00
Daniel 301d441bcf Embed the match case, whole word and use regex buttons in the textbox 2023-03-01 14:47:20 +01:00
Daniel e6e27c1046 Undo format changes, and setup method visibility. Make it static. 2023-03-01 12:55:46 +01:00
Daniel 93abd23244 Improve the search panel message
- Display the total of matches found
- Display the selected index of the current search result / total
2023-03-01 12:53:39 +01:00
Daniel 8bbf4baed4 Remove unused resources 2023-03-01 11:32:40 +01:00
Daniel eb9220c6f6 Rework the search panel styles
- Use SVG icons.
- Use Avalonia's fluent theme color palette.
- Improve look and feel.
- Update the SearchResult marker brush.
- Don't use corner radius for search results.
2023-03-01 11:30:34 +01:00
Daniel 04a5abdd0c
Merge pull request #305 from AvaloniaUI/preview5
Update to preview 5
2023-02-06 15:11:36 +01:00
Daniel 8a83e8f7c7 Removed commented code 2023-02-06 15:03:03 +01:00
Daniel 1419fda1f8 Fix demp app theme 2023-02-06 15:02:19 +01:00
Benedikt Stebner 1eff51bc05
Merge branch 'master' into preview5 2023-02-06 13:47:00 +01:00
Benedikt Stebner 00d004c69f Fix tests 2023-02-06 13:46:32 +01:00