8494 Commits (ad6fe170f354390d0312021366e95a02238c1552)
 

Author SHA1 Message Date
Matt Ward 3bc3d34acf Show errors in Service Reference dialog when trying to discovery service information. 14 years ago
Matt Ward 226ca96e44 Fix null reference exception when installing/uninstalling NuGet packages a project is not selected and the solution contains only one project. 14 years ago
Matt Ward dbbdb73820 Reduce the number of method parameters used in package manager and project manager classes. 14 years ago
Matt Ward 01268b2cfa Add tests for prerelease NuGet packages. 14 years ago
Matt Ward 9a36c5964b Update to NuGet 1.6 14 years ago
PeterForstmeier 9739235d19 Tooltip in TreeMap show the numeric value the map is made from 14 years ago
PeterForstmeier ab8450b7f4 All queries are checked for '0' values, StatusBar show RemovedValues.Count 14 years ago
PeterForstmeier b9719ab46c Eliminate '0' Values in TreeMapViewModel 14 years ago
PeterForstmeier ab43453f0a QueryMethods 14 years ago
Siegfried Pammer 4c6bbb31be small improvements on ILSpy integration: 14 years ago
Daniel Grunwald 68f75c067b Fix SD-1872 - Forms Designer is unbearably slow in 4.2 14 years ago
Siegfried Pammer 71fbb38182 fix SD-1875 - "Copy" command in context menu on values in debugger tooltips does not work correctly 14 years ago
Siegfried Pammer 1a5cd796f4 fix setting sync bug in output window 14 years ago
Matt Ward 37b3fd4713 Add Microsoft's System.Web.Razor.dll so the Razor parser can be used without requiring ASP.NET MVC 3 to be installed on the local machine. 14 years ago
Daniel Grunwald d092645a40 Merge branch 'master' into net45 14 years ago
Daniel Grunwald 67554f993c Fixed code completion for C# 3.0 projects - reference to mscorlib was missing. 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 0bdc13eed2 Fix NullReferenceException when mscorlib reference is missing. 14 years ago
Matt Ward 256b569d03 Fix SD-1841 - SolutionDir MSBuild property not defined when running project. 14 years ago
PeterForstmeier b2223bea74 TreeMapViewModel.cs, create Linq Queries for Namespace and Method 14 years ago
PeterForstmeier 64ea71d751 Add Query Classes for Assembly and Type, queries are still missing 14 years ago
PeterForstmeier f745ec42dd Eliminating zero values from Queries reduce render time for test assembly from 6 to 1 secounds 14 years ago
Matt Ward 082f532a69 Fix assemblies not being resolved when a MSBuild project defines a reference search path via a PropertyGroup/ReferencePath which defines the path using $(SolutionDir). 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 90dc21d60a added SD-790 - Output window text search 14 years ago
Siegfried Pammer 8c64954a06 move OutputPad to WPF based on AvalonEdit 14 years ago
Siegfried Pammer 885a8fe13c add scrollbar to external tools options dialog 14 years ago
Siegfried Pammer cf9a06642b fixed small, but annoying bugs in VB Lexer and profiler 14 years ago
Matt Ward e3d160c6da Fix ${TargetPath} evaluating to wrong file extension for WiX projects. 14 years ago
Daniel Grunwald a15202b44a Fix AvalonEdit .NET 3.5 build. 14 years ago
PeterForstmeier aa7e1bba54 eliminate '0' values in 'Nodes' 14 years ago
Matt Ward aff3636507 Fix <asp:Content> tags not displaying the colon character when folded. 14 years ago
Matt Ward 9f38b13c20 Do not generate html folds in ASP.NET for elements that exist on a single line. 14 years ago
Matt Ward 8de91e4a4d Fix ASP.NET folding not working due to double quotes inside aspx or Razor markup tags which are inside HTML script tags. 14 years ago
Matt Ward c760a9e7d2 Add folding for Html in .vbhtml Razor files. 14 years ago
Matt Ward 426410f6a6 Add folding for Html in .cshtml Razor files. 14 years ago
PeterForstmeier 8fd6c23877 Change itemWithCommand to ItemWithAction 14 years ago
PeterForstmeier 1f4ac5dc79 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
PeterForstmeier b964a68112 try List<ItemWithCommand> for filtering nodes 14 years ago
Matt Ward 745640729a Ignore case when comparing project type guids to check if a project is a web or Silverlight project. 14 years ago
Matt Ward 69c7dde1e3 Fix SD-1874 - Attribute code completion not working for assemblies that reference assemblies using a different .NET framework version to those referenced by the project. 14 years ago
Matt Ward f9c3d8002a Fix xml form resources not being found in assembly. 14 years ago
Matt Ward b26a6fb635 Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project. 14 years ago
Matt Ward 53d7b69a09 Fix service reference node appearing in wrong place in Visual Studio's Solution Explorer. 14 years ago
Matt Ward 00adbade6b Generate service reference map file (Reference.svcmap) when adding service references. 14 years ago
Matt Ward 8a968a390e Move code to determine service reference folder into separate ServiceReferenceFileName class. 14 years ago
Matt Ward a0801f53f9 Add WCFMetadataStorage item to project when a WCF service reference is added. 14 years ago
Matt Ward c44ab66b1c Make Add Service Reference menu item available when References and Service References selected in Projects browser. 14 years ago