2777 Commits (0304e2c9346727204f74803e166a8811f863a7a2)

Author SHA1 Message Date
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 13 years ago
Daniel Grunwald eb94f6f21a Fixed bug that caused 'Find Next' in solution to return no match when no text editor is open. 13 years ago
Siegfried Pammer c628748359 fix unit tests 13 years ago
Daniel Grunwald 2878c665f3 Fix unit tests. 13 years ago
Daniel Grunwald f411e6112c New AvalonEdit NuGet package. 13 years ago
Daniel Grunwald c5e470b7af Fixed thread-safety issue when accessing IProjectContent.ReferencedContents. 13 years ago
Matt Ward 869c2340ea Fix error when installing latest jQuery NuGet package. 13 years ago
Matt Ward c02032d0e7 Do not show pre-release NuGet packages in Manage Packages dialog. 13 years ago
Matt Ward a9c9850ca5 Update to NuGet 1.7 13 years ago
Siegfried Pammer c0cded9af4 fix IOExceptions that could occur while searching 14 years ago
Siegfried Pammer 405ef3fc0a disable UDC if debugger is attached to avoid dead-locks 14 years ago
Siegfried Pammer 00edc9c069 use custom SearchableFileContentFinder to avoid possible loss of information due to wrong encoding detection 14 years ago
Daniel Grunwald 6f6a97acca Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles. 14 years ago
Daniel Grunwald 82acae343b Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted 14 years ago
PeterForstmeier f859c7560d Remove unused Property 'VisibleInReport' 14 years ago
PeterForstmeier 3d8e6d7ab7 Cleanup ReportEngine.cs 14 years ago
Siegfried Pammer 277c8ad61d fix loading of code quality analysis 14 years ago
PeterForstmeier 8d15f512b8 ReportEngine.cs - LoadReportModel (Stream stream) 14 years ago
Daniel Grunwald 900d4a73d9 Mark all assemblies with x86 references as x86. 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
Daniel Grunwald 632b1a3b18 Remove remains of ReflectorAddIn (looks it some parts got resurrected by a merge) 14 years ago
Siegfried Pammer 421b4a44c9 fixed Exception #3275 14 years ago
Matt Ward c4afa0ea5b Fix failing unit test. 14 years ago
Matt Ward d4d5a3cad0 Fix build. 14 years ago
Siegfried Pammer 4155482892 fix possible NullReferenceException in SearchManager 14 years ago
PeterForstmeier 844feec8a9 Debugcode in reporting 14 years ago
PeterForstmeier cdb1c284e2 ConvertPlainCollection 14 years ago
PeterForstmeier 991759fa1c Item below Container 14 years ago
Siegfried Pammer 32f9a25ed3 make IsAutomaticProperty an extension method. Now named IsAutoImplemented. 14 years ago
Siegfried Pammer 03bc938456 add support for auto-implemented properties to override ToString code generator and adjust behaviour of dialog if list of available properties/fields is empty 14 years ago
Siegfried Pammer fa18fc7315 add support for auto-implemented properties in Equals/GetHashCode code generator 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 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
Matt Ward b26a6fb635 Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project. 14 years ago
Siegfried Pammer 95c3cd9c63 added "Launch HLM" to Help menu 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
Matt Ward 2b908ab8d0 Support prefixing the current indent text to each line of the generated text output in preprocessed T4 templates. 14 years ago
Matt Ward 343a5cb579 Remove NUnit reference from SharpReports. 14 years ago
Siegfried Pammer 22ed6e1093 handle SearchPatternException in SearchAndReplacePanel 14 years ago
Siegfried Pammer 0970138790 fix "Find Next" search results for interactive replace 14 years ago
Siegfried Pammer 8947d92944 add undo group to replace all 14 years ago
Siegfried Pammer 54623cb297 small improvements to ctor and propall snippet 14 years ago
Siegfried Pammer f96c48ad56 simplify CreatePropertiesCommand 14 years ago
Siegfried Pammer 3da54df351 finish CreateProperties code generator 14 years ago
Siegfried Pammer ba1e5b4407 fix navigation in InlineRefactorDialogs; add propall code generation snippet 14 years ago
Siegfried Pammer 593d04dde5 fix bug in OverrideEqualsGetHashCodeMethods refactoring: do not add override modifier to methods defined by IEquatable<T> 14 years ago