1783 Commits (5e58218a222746aca53249770a65d8f3b2fbe379)

Author SHA1 Message Date
Daniel Grunwald 6bcc5661e8 Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies. 14 years ago
Daniel Grunwald 654b09a84d Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects. 14 years ago
Daniel Grunwald c3ca1f1754 ILineTracker.ChangeComplete 14 years ago
Daniel Grunwald 568f8b2d58 Adjustments to AvalonEdit unit tests. 14 years ago
Daniel Grunwald 39d91dad79 Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event. 14 years ago
Siegfried Pammer c0a13242a2 implement XamlParser 14 years ago
Siegfried Pammer c0548cc328 WIP on Unit Tests 14 years ago
Siegfried Pammer d9e170468c remove AvalonEdit.Xml 14 years ago
Daniel Grunwald 425d65cefb AvalonEdit: replace ChangeTrackingCheckpoint with NR TextSourceVersionProvider. 14 years ago
Daniel Grunwald 3ce7c07e75 More work on context actions. 14 years ago
Daniel Grunwald e48d564c9b Change RefactoringContext/Script API. 14 years ago
Daniel Grunwald 7622629ea7 Add properties to CSharpAstResolver. 14 years ago
Siegfried Pammer 4446aac04b add tag comment tracking 14 years ago
Daniel Grunwald 104811c874 Implemented Ctrl+Click -> Go to definition. 14 years ago
Daniel Grunwald a7958379ee Fixed parser error when 'await' is used as statement expression. 14 years ago
Daniel Grunwald 926f362d75 Fixed incorrect end position of comments in XmlFoldingStrategy. 14 years ago
Daniel Grunwald f0bf6dbd8d Set target framework to 4.5. 14 years ago
Daniel Grunwald 14182177ab Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed. 14 years ago
Siegfried Pammer 27eda0399b Update ICSharpCode.Decompiler to ILSpy commit 11520fd4 (ILSpy 2.0.0.1566). 14 years ago
Daniel Grunwald cc1aaa9f39 Fix SD-1857 - Shortcuts do not work in floating windows 14 years ago
Daniel Grunwald 4bbddfd8b6 Fixed C# parser bug that occurs when the first parameter of an extension method is decorated with an attribute. 14 years ago
Daniel Grunwald aa1642faa8 Add XmlDocTooltipProvider. 14 years ago
Daniel Grunwald 49ea0a14bc Make the Ctrl+F search box a bit wider. 14 years ago
Siegfried Pammer 95a5831d6e fix SD-1808 - Support for typeparam and typeparamref in XML comments 14 years ago
Matt Ward 613e4d3315 Fix JavaScript not being highlighted inside script tag with type='text/javascript' 14 years ago
Daniel Grunwald e4c4a81eb7 Don't crash when trying to decode invalid attribute/secdecl blobs. 14 years ago
Matt Ward f81a4aa14f Fix highlighting of JavaScript regular expressions. 14 years ago
Matt Ward 117aaf90db Highlight comments in JavaScript with green instead of grey. 14 years ago
Daniel Grunwald eadbd3d3c0 LineNumberMargin: align baselines of line number and main text 14 years ago
Daniel Grunwald e17d6e0482 AvalonEdit: Fixed caret rectangle calculation when there are inline UI elements that extend below the baseline. 14 years ago
Siegfried Pammer c1db2490f8 NRefactory 5: do not throw exceptions if there's no cecil reference for entity 14 years ago
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Siegfried Pammer 8db12b246d add correct behaviour of Backspace/Delete in virtual space 14 years ago
Siegfried Pammer d4e447ab81 small adjustments for virtual space mode 14 years ago
Siegfried Pammer 4bf6937250 fix performance regression of local variables pad and watch pad 14 years ago
Siegfried Pammer 21bc49b814 update NR5 in SharpDevelop 14 years ago
Siegfried Pammer 4c6bbb31be small improvements on ILSpy integration: 14 years ago
Daniel Grunwald 1aa10e5bbf Ignore OutOfMemoryException when trying to paste large amounts of text. 14 years ago
Daniel Grunwald 821bb6e6e7 Don't expose LinkElementGenerator.GetMatch(). 14 years ago
Daniel Grunwald 8b0de6243f Fix the width of tabs with IndentationSize=1. 14 years ago
Daniel Grunwald b3ed4c86a8 Fixed potential NullReferenceException in HeightTree.GetNodeByVisualPosition 14 years ago
Siegfried Pammer 8c64954a06 move OutputPad to WPF based on AvalonEdit 14 years ago
Siegfried Pammer cf9a06642b fixed small, but annoying bugs in VB Lexer and profiler 14 years ago
Daniel Grunwald a15202b44a Fix AvalonEdit .NET 3.5 build. 14 years ago
Matt Ward 12f11b356b Move Rhino.Mocks to common libraries folder. 14 years ago
Daniel Grunwald 737fba5dc7 Update ICSharpCode.Decompiler to ILSpy 09c2b45f. 14 years ago
Daniel Grunwald 2049beb82f Update to SharpSVN 1.7.2 14 years ago
Daniel Grunwald 28c2f38f4f Fix "InvalidOperationException: Trying to build visual line from collapsed line": 14 years ago
Daniel Grunwald d071c68a8d Move the list of line delimiters to NewLineFinder. 14 years ago
Daniel Grunwald 2c9371b13c Add code-completion icons to AvalonEdit. 14 years ago