12797 Commits (8e9b5208e0c76d55d1778fb72ec00d5e0d109220)
 

Author SHA1 Message Date
Daniel Grunwald 1e1ed360aa Fix ExpressionOfCompatibleTypeCastIssue: assigning a literal 0 to an enum-type variable is valid 12 years ago
Daniel Grunwald c1aa0acd09 Remove unreachable code 12 years ago
Daniel Grunwald e22be6ea28 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
Mike Krüger fabbe8bc90 Improved the Ikvm loader. 12 years ago
Matt Ward 997641f8ac Refresh updated NuGet packages after updating in dialog. 12 years ago
Matt Ward 4aa7a3ca10 Update installed NuGet packages after updating all packages in dialog. 12 years ago
Matt Ward 0ad4adb5a8 Refresh Projects window after updating all NuGet packages. 12 years ago
Matt Ward 2ea4c27ad4 Clear dialog error messages when updating all NuGet packages. 12 years ago
Mike Krüger 5f98837c3c Added first implementation of an ikvm assembly loader (no cecil loader 12 years ago
Matt Ward 3d0a095487 Fix packages.config not being added to project. 12 years ago
Matt Ward b23d8c969b Fix updated packages not being shown in dialog. 12 years ago
Peter Forstmeier a6ef0adebc Detailsection, Test's to arrange Sections 12 years ago
Matt Ward e8a97e3455 Refactor UpdatedPackagesViewModel. 12 years ago
Matt Ward a1e33374d9 Support updating all NuGet packages in solution from dialog 12 years ago
Peter Forstmeier ddfff10c61 Fill, ReportCreatorFactory 12 years ago
Daniel Grunwald ed58119f41 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
Daniel Grunwald c22d50bf3f Fix .NET 3.5 Build Worker: use x86 target platform as the .NET 3.5 runtime does not support AnyCPU (32-bit preferred) 12 years ago
Daniel Grunwald 8c555650d9 Don't show the context action popup when the caret is outside the editor boundaries 12 years ago
Daniel Grunwald f8488b61a7 Fix some compiler warnings. 12 years ago
Daniel Grunwald 97e6596a2c Set target CPU to AnyCPU where possible. 12 years ago
Matt Ward f0ab5200f6 Fix PInvoke context menu not displaying in text editor. 12 years ago
Matt Ward 3faeef292c Update PInvoke addin sample. 12 years ago
Peter Forstmeier f50a7c31a0 Grouping + Fill() 12 years ago
Daniel Grunwald fb493193e3 AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
Daniel Grunwald 1cec2e62f8 Ensure we pass the correct type argument to GatherVisitorBase<>. 12 years ago
Mike Krüger 5b30dbb1e2 ExpressionOfCompatibleTypeCastIssue no longer warns on implicit 12 years ago
Mike Krüger 81c06bd868 Fixed potential bug in 'NoDefaultConstructorIssue'. 12 years ago
Daniel Grunwald cb5b92cf40 Fix handling of empty segments in TextSegmentReadOnlySectionProvider 12 years ago
Daniel Grunwald 78027319a7 Compare IsAtEndOfLine in TextViewPosition.Equals 12 years ago
Daniel Grunwald ecec217cc8 Fixed caret navigation around characters outside the Basic Multilingual Plane (characters represented using surrogate pairs). 12 years ago
Daniel Grunwald 44f40d755f Fix bug in AstNode.GetDescendantsImpl() that caused several unit tests to fail. 12 years ago
Daniel Grunwald 4a8a61ee2e Fix false positives in SimplifyAnonymousMethodToDelegateIssue: the simplification is not possible when the lambda involves non-reference conversions. 12 years ago
Daniel Grunwald f53526218d Fix false positives in FormatStringIssue when params-parameter is used in unexpanded form. 12 years ago
Daniel Grunwald 658752eace string.IsNullOrEmpty issue: detect 'str != null && str.Length > 0' pattern 12 years ago
Daniel Grunwald d334a35074 Remove incorrect tooltip 12 years ago
Daniel Grunwald 87c59c4b82 Fix TextView.GetVisualPosition() for positions with IsAtEndOfLine=true 12 years ago
Daniel Grunwald 00d4408a57 Implemented SD-1853 - AvalonEdit: Distinguish between 'end of line' and 'start of next line' at word wrap positions 12 years ago
Daniel Grunwald b9e4d4841b Fix false positive in ExpressionOfCompatibleTypeCastIssue 12 years ago
Daniel Grunwald d049ca8342 Update .nuspec for AvalonEdit 4.3.1 release. 12 years ago
Peter Forstmeier 6307d68d90 Grouping 12 years ago
Mike Krüger 90c729419e Fixed bug in cecil loader. 12 years ago
Mike Krüger 6133647c68 GetPotentiallyNestedClassTypeReference no longer returns null on 12 years ago
Mike Krüger e3c40ba7f3 Fixed xml doc formatting bug. 12 years ago
Mike Krüger 774e949bdb Fixed formatting bug. 12 years ago
Mike Krüger 8826ae7f1c Added wrapping formatting bug. 12 years ago
Mike Krüger 6c4d206dcd Added failing completion test case. 12 years ago
Peter Forstmeier 0808f8cb40 DataSource, Sort by One Column 12 years ago
Matt Ward 5c06160acf Fix build. 12 years ago
Matt Ward 3bbd391f69 Remove duplicate ICSharpCode.Core reference. 12 years ago
Matt Ward fdcd2448e9 Fix tests failing to build. 12 years ago