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

145 Коммитов

Автор SHA1 Сообщение Дата
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
Christoph Wille 48bf3dc023 Remove AppVeyor and Azure DevOps build definitions 2021-02-21 20:05:02 +01:00
Christoph Wille 87b0cbc258 Set version to 6.1-p1 2020-02-04 16:24:57 +01:00
Christoph Wille 9ecaeb031c Fix #206 (PackageIcon instead of PackageIconUrl) 2019-12-31 23:13:10 +01: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
Christoph Wille c62843cc6a Remove DOTNET4 constant - it was used to support .NET 3.5 which is no longer built. See #174 2019-06-10 10:42:40 +02:00
Christoph Wille 06b171c502 net35 does not play nicely with dotnet build from Core SDKs (see https://github.com/Microsoft/msbuild/issues/1333) - therefore removed net35 target (to be discussed if ok) 2019-05-25 15:14:36 +02:00
Christoph Wille 70a6101657 Try using standard dotnet pack from AppVeyor (and not copy stuff to the side in the packages folder) 2019-05-25 14:41:17 +02:00
Christoph Wille 69f9c8c4b2 Create snukpg & use sourcelink 2019-05-14 09:53:03 +02:00
Christoph Wille 1da8e0dc62 Add <Version>, <AssemblyVersion> and <FileVersion> to csproj 2019-05-05 18:48:32 +02:00
Christoph Wille aa40f9a678 Fix path (packages/lib) + drop doc xml in each of those folders 2019-04-27 17:12:12 +02:00
jkuehner c850ada6d6 extra project file for dok 2019-03-24 18:19:15 +01:00
jkuehner 686d5ab671 feature wor on appveyor 2019-03-24 18:07:24 +01:00
jkuehner 51c87c6eee feature netcore3 support 2019-03-24 16:05:17 +01:00
Daniel Grunwald a872b2b9cc Merge pull request #114 from heldersepu/python_definition
Adding python definition
2017-10-15 09:19:53 +02:00
Daniel Grunwald 11603da975 Add TextArea.MouseSelectionMode property for starting/canceling mouse selection. 2017-10-14 21:15:31 +02:00
HelderSepu 1eed474d29 Adding python definition 2017-03-19 09:35:29 -04:00
HelderSepu 921b0d8802 Add initial TSQL-Mode 2017-02-21 14:19:14 -05:00
Glen Gordon a7babb3fd3 Added basic UI Automation TextPattern support. 2016-12-04 16:54:49 +01:00
Daniel Grunwald 6f76dd9ee7 Consider border thickness when rounding to pixel boundaries (#38). 2015-05-03 16:45:07 +02:00
Siegfried Pammer a3c7e47517 correctly define DEBUG and TRACE constants 2014-07-21 20:19:31 +02:00
Daniel Grunwald ca37878c38 AvalonEdit 5.0.1-pre release 2014-06-28 15:48:55 +02:00
Siegfried Pammer a9dc9b7dae introduce configurations as platforms: Net35, Net40 and WithNRefactory 2014-04-12 14:17:30 +02:00
Siegfried Pammer 9d5fcfdc13 introduce separate solution configurations for .NET 3.5 2014-04-12 11:36:49 +02:00
Daniel Grunwald 1ad1a72436 Fix output paths. 2014-04-11 22:56:03 +02:00
Siegfried Pammer d134b8d8e3 downgrade projects to .NET 4.0 2014-04-11 21:53:16 +02:00
Siegfried Pammer fec06695d6 remove dependencies on NRefactory 2014-04-10 22:13:03 +02:00
Daniel Grunwald ecb1c7a0b3 Merge #280 - ClipboardRing, CurrentLineHighlighting, SelectionLength, OverstrikeMode, HideMouseCursorWhileTyping 2014-01-31 18:25:27 +01:00
Patryk Mikos 19a7887bcf Move HighlightCurrentLine from AvalonEdit.Addin to ICSharpCode.AvalonEdit 2014-01-10 20:43:19 +01:00
Daniel Grunwald 62097a593a Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
Also, fixes various references to the "VBNet" language string to use "VB" instead.
2014-01-09 14:20:55 +01:00
Siegfried Pammer 12f8648ece fix #255: Code Completion description tooltip is unformatted 2014-01-06 11:16:02 +01:00
Daniel Grunwald c004edc4a4 Introduce 'RichText' class and use it in new output pad API. 2013-08-08 18:21:51 +02:00
Daniel Grunwald 04b796ccb6 Add basic rich-text support to AvalonEdit. 2013-08-08 18:21:50 +02:00
Daniel Grunwald 774a5524a6 Merge remote-tracking branch 'origin/master' into newNR 2013-04-02 00:36:45 +02:00
Siegfried Pammer 3d3f07f076 add highlighting definition for MarkDown syntax 2013-03-29 19:15:33 +01:00
Daniel Grunwald 44b60b07f0 Move regex-based highlighting engine from DocumentHighlighter into its own new class (HighlightingEngine).
DocumentHighlighter now only is only responsible for maintaining the highlighting state (span stacks at line boundaries).
2013-03-26 01:04:19 +01:00
Daniel Grunwald dbefda9caf Implemented folding of #regions, usings and comments. 2012-12-24 01:42:59 +01:00
Daniel Grunwald d0c49e762d Set target framework to .NET 4.5 2012-08-10 15:42:30 +02:00
Daniel Grunwald ae5f16b5e2 Cleanup. 2012-08-10 15:06:23 +02:00
Siegfried Pammer c2905f4ba3 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
Conflicts:
	src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/AvalonEditSyntaxHighlighterAdapter.cs
	src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/CustomizableHighlightingColorizer.cs
	src/AddIns/Misc/SearchAndReplace/Project/Engine/SearchManager.cs
	src/AddIns/Misc/SearchAndReplace/Project/Gui/SearchResultNode.cs
	src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/HighlightedLine.cs
	src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/IHighlighter.cs
	src/Main/Base/Project/Src/Editor/IEditorControlService.cs
	src/Main/Base/Project/Src/Editor/ISyntaxHighlighter.cs
	src/Main/Base/Project/Src/Editor/Search/SearchResultMatch.cs
	src/Main/Base/Project/Src/Editor/Search/SearchResultsPad.cs
	src/Main/Base/Project/Src/Services/RefactoringService/FindReferencesAndRenameHelper.cs
2012-08-05 12:03:30 +02:00
Siegfried Pammer aa30704f38 allow colors from referenced rulesets to be customized 2012-08-02 22:00:36 +02:00
Daniel Grunwald 21c98c93c5 Merge branch 'master' into newNR 2012-07-30 19:27:32 +02:00
Daniel Grunwald 7937e14a23 TextRunProperties: Add setter for TypographyProperties and NumberSubstitution. 2012-07-19 18:17:53 +02:00
Daniel Grunwald b92e72f15b Merge remote-tracking branch 'origin/master' into newNR. 2012-06-06 17:45:42 +02:00
Tobias Ibounig fa9dd44841 Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel 2012-06-04 18:56:43 +02:00
Daniel Grunwald fd1eff9fe6 Merge branch 'master' into newNR 2012-05-18 22:40:12 +02:00