5460 Commits (a45a631ad4243fc1ed36922cd4887d7a2944f828)

Author SHA1 Message Date
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
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 67554f993c Fixed code completion for C# 3.0 projects - reference to mscorlib was missing. 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
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
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 b964a68112 try List<ItemWithCommand> for filtering nodes 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
PeterForstmeier dd45b722cb ChangeTabItem = Reset TreeMap,Small changes from FxCop 14 years ago
PeterForstmeier 4591d52baa Reset databinding for TreeMaps 14 years ago
Matt Ward c45c27e6bd Fix C++ project failing to run when solution and project exist in the same folder. 14 years ago
Matt Ward 12f11b356b Move Rhino.Mocks to common libraries folder. 14 years ago
PeterForstmeier 8497323e67 CodeQualityAnalysis - Rework StatusBar to show actual values of selected Item 14 years ago
PeterForstmeier 554f23a2ae CodeQualityAnalyis Sort members in TreeViews 14 years ago
Siegfried Pammer 95c3cd9c63 added "Launch HLM" to Help menu 14 years ago
PeterForstmeier fc7b29f5ef Activation of MetricCombo, re factor creation of Nodes(INodes)List 14 years ago
Matt Ward 28cdbd4571 Enable html folding for aspx and html files. 14 years ago
Daniel Grunwald 2049beb82f Update to SharpSVN 1.7.2 14 years ago
Siegfried Pammer 830b0ab255 don't swallow exceptions if errors occurred while loading assembly in CQA 14 years ago
Matt Ward 08f8dd6893 Fix incorrect MSDN url when searching online Help. 14 years ago
Daniel Grunwald 65a130c882 Ignore SQLiteException if UDC database is locked. 14 years ago
Siegfried Pammer 394166496e added AutoInsertBlockEnd option to options dialog 14 years ago
Matt Ward 89c2621bf6 Add simple ASP.NET web forms fold parser. 14 years ago
Siegfried Pammer 71db1c62ac fix NullReferenceException in DisplayCaretHighlightAnimation 14 years ago
Siegfried Pammer 2064ac350c fix warning in PerformanceCounterDescriptor 14 years ago
PeterForstmeier 02cb93910b Extend CodeQuality/Src/MainWindowModel.cs with Menu 14 years ago
PeterForstmeier f52969bef6 WaitCursor in CodeQuality/Src/MainWindow.xaml 14 years ago
PeterForstmeier 73bd16d006 CodeQuality/TreeMaps/Controls/TreeMapsPanel.cs override OnRender to show WaitCursor 14 years ago
Matt Ward 47632bcec3 Change control order in Add ASP.NET MVC View dialog. 14 years ago
Matt Ward 314c7e0aa6 Detect id properties as primary keys when they are prefixed with the class name. 14 years ago
Matt Ward 392ba8707e Treat Id model property as primary key in ASP.NET MVC List T4 template. 14 years ago
Matt Ward 63527078a8 Add hidden field for Id model property in ASP.NET MVC Edit T4 template. 14 years ago
Matt Ward bd9fc100fc Treat Id model property as primary key in ASP.NET MVC Details T4 template. 14 years ago
Siegfried Pammer ac717c602d allow ShowHiddenDefinitions to be used independently from HighlightBrackets setting 14 years ago
Siegfried Pammer 6bbb231db8 add EnableVirtualSpace setting to options dialog 14 years ago
Matt Ward 96678d37e0 Do not generate Html helpers for Id properties in ASP.NET MVC Delete T4 template. 14 years ago
Matt Ward 438c537303 Do not generate Html helpers for Id properties in ASP.NET MVC Create T4 template. 14 years ago
Matt Ward a22a0b9f2f Add unit tests for ASP.NET MVC T4 templates when model has more than one property. 14 years ago
Matt Ward 0accf9f126 Fix table header generated by MVC List T4 template when model has more than one property. 14 years ago
Matt Ward 7e2fa745ec Generate code for model properties in ASP.NET MVC List T4 templates. 14 years ago