12833 Commits (d64e3f2657d98ff27f1469d51faee8e736b7287b)
 

Author SHA1 Message Date
Siegfried Pammer 0a91f03a8c convert VB binding to VB.NET 12 years ago
Siegfried Pammer 9f5c8720a8 trying to implement RenameContextAction for C# 12 years ago
Daniel Grunwald b9eb45a9ae Fix setup build. 12 years ago
Daniel Grunwald a664a1773a Fix build. 12 years ago
Daniel Grunwald 00e083ae5d Adjust SharpDevelop to NRefactory changes. 12 years ago
Daniel Grunwald bacdc7a200 Merge NRefactory '648eb6b0528d342a82f3cefee795ca1945f95b2f' into SharpDevelop 5.0 12 years ago
Daniel Grunwald 648eb6b052 Ignore failing test 12 years ago
Mike Krüger c82d6011fc Ikvm loader no longer resolves assemblies on its own. 12 years ago
Mike Krüger f5d8ea6631 Removed empty expression / fixed potential bug where unary operator 12 years ago
Daniel Grunwald 61e4e16ef5 Add back the old EntityType as obsolete enum to provide some limited backward compatibility. 12 years ago
Daniel Grunwald 7c388ba920 Rename EntityType -> SymbolKind 12 years ago
Daniel Grunwald 5e9edc0f63 Introduce ISymbol as a common super-interface of IEntity, INamespace, IVariable and ITypeParameter. 12 years ago
Daniel Grunwald 9ce893e90e Fix title of EditAvailableConfigurationsDialog 12 years ago
Daniel Grunwald 11f74b1d1e EnhancedScrollBar: put TrackAdorner into the track grid instead of using the adorner layer. This prevents the issue markers from getting lost when switching view contents. 12 years ago
Daniel Grunwald feab288aca Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files. 12 years ago
Daniel Grunwald 2dd9e5bf17 Load categories for file/project templates from AddIn-Tree. 12 years ago
Daniel Grunwald 3256c448ee Avoid keeping the whole AXmlDocument in memory for XamlUnresolvedFile. 12 years ago
Daniel Grunwald 560265cf61 Improve newline handling of XmlDocTooltipProvider. 12 years ago
Matt Ward 8794af0c6b Fix duplicate assembly references when installing NuGet. 12 years ago
Mike Krüger 3ca994db9c Merge pull request #191 from alanmcgovern/master 12 years ago
Alan McGovern b789f83243 [build] Fix the OutputPath properties 12 years ago
Matt Ward 6dddd4eeef Add credential provider for NuGet feeds. 12 years ago
Matt Ward cacfb33313 Support installation of Microsoft.Bcl.Build NuGet package. 12 years ago
Matt Ward c67ee6ba61 Add gap between Update All button and scrollbar. 12 years ago
Matt Ward 64385d17b5 Fix scrollbar not displaying in Manage Packages dialog. 12 years ago
Peter Forstmeier 6a08d8f096 DataPageBuilder.cs 12 years ago
Mike Krüger 18e17deda6 Added index getter to type parameter reference. 12 years ago
Mike Krüger f7e1c35fdf Fixed bug in IdStringProvider.ParseTypeName. 12 years ago
Mike Krüger 929dc52f3f Disabled VariableDeclaredInWideScopeIssue. 12 years ago
Mike Krüger 06ad4c8218 Added unit test for CS0029InvalidConversionIssue. 12 years ago
Mike Krüger 0974a50e89 Cleaned up some code. 12 years ago
Andreas Weizel d471550e27 Merge pull request #38 from Rpinski/GotoDialog 12 years ago
Matt Ward 1f1620234d Support pre-release NuGet packages in dialog. 12 years ago
Mike Krüger fce1859c06 Fixed some issues in the IkvmLoader. 12 years ago
Andreas Weizel e64893d3b2 GotoDialog: Possibility to complete input with selected item by pressing TAB. Restored the feature to search for type members by typing the dot ("."). 12 years ago
Daniel Grunwald e1f13aaedf Replace ExpressionOfCompatibleTypeCastIssue with CS0029InvalidConversionIssue. 12 years ago
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