9831 Commits (fbced09b893235bd37486a55a278efb1524134fb)
 

Author SHA1 Message Date
Mike Krüger d284cbb726 Remove region context action is now more efficient in choosing the 14 years ago
Mike Krüger de443b715f Fixed possible exception in create event incocation context action. 14 years ago
Daniel Grunwald a353f23d70 Combine AttributedNode and MemberDeclaration into EntityDeclaration. 14 years ago
Daniel Grunwald b416f38f78 CSharpAmbience: allow passing in a custom IOutputFormatter. 14 years ago
Daniel Grunwald d6f3c841ce Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType. 14 years ago
Daniel Grunwald e8f092892b Add support for calling constructors on COM interfaces. 14 years ago
mike e43634786e * AstFormattingVisitor.cs: Fixed bug in binary operator expression. 14 years ago
mike 7451607834 Added "RemoveRegion" context action. 14 years ago
mike b91ed7e2de Fixed get current parameter index. 14 years ago
Siegfried Pammer 0b93199ba2 remove crazy exception handling from WindowsDebugger.GetValueFromName 14 years ago
Siegfried Pammer 277c8ad61d fix loading of code quality analysis 14 years ago
PeterForstmeier d0f6141dab Cleanup basereport 14 years ago
PeterForstmeier a4df4760f7 Change Report access from FileName to EmbeddedResource 14 years ago
PeterForstmeier 8d15f512b8 ReportEngine.cs - LoadReportModel (Stream stream) 14 years ago
Siegfried Pammer f93a898750 code cleanup - remove dynamic code from Debugger.AddIn 14 years ago
Siegfried Pammer f7169bd6c8 fix memory leak in WatchInputBox 14 years ago
Siegfried Pammer 0f3ce6db53 remove DoEvents from EDMDesignerViewContent.Load 14 years ago
Siegfried Pammer 77cb734df9 enforce all DoEvents from pads on the main thread to avoid race conditions in debugger. Do delayed invalidate on all pads. 14 years ago
PeterForstmeier a0044fe82e Change CodeQuality.addin 14 years ago
Daniel Grunwald db7fec5e5b Merge branch 'net45' into master. 14 years ago
Daniel Grunwald 61deb8026b CheckEnvironment() - test for .NET 4.5 Beta. 14 years ago
Daniel Grunwald 05d79e0915 Fix NullReferenceException in invalid XAML files that have a property as root element. 14 years ago
Daniel Grunwald f0bf6dbd8d Set target framework to 4.5. 14 years ago
Daniel Grunwald d783e3f3f8 Merge branch 'master' into net45 14 years ago
Daniel Grunwald 900d4a73d9 Mark all assemblies with x86 references as x86. 14 years ago
Daniel Grunwald 464455bb2a Show "C# 5.0" in upgrade project view if .NET 4.5 is installed. 14 years ago
Daniel Grunwald 7eebbb8dd6 Remove .NET 3.5 dependency from setup. 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
Mike Krüger c0deae7fee Fixed 2 mcs issues. 14 years ago
Mike Krüger 381334489e Updated mcs & added unit test. 14 years ago
mike 670975c924 Parameter data providers now contain the start offset of their 14 years ago
mike 4575266b1d Filter out members that are not suited for code completion. 14 years ago
Daniel Grunwald 69759876bc Handle error conditions when .NET 3.5 is not installed and the user tries to open/build .NET 2.0/3.0/3.5 projects. 14 years ago
PeterForstmeier 368e67dc0d Fix CodeQuality.addin 14 years ago
PeterForstmeier 06354264d3 remove unused files, adjust FormsDesigner.addin 14 years ago
PeterForstmeier bab2c9d135 Convert FormsDesigner LocalizationModelOptionsPanel.cs to WPF 14 years ago
Daniel Grunwald 9a8ee8c9ae Remove some unused string resources. 14 years ago
Daniel Grunwald 632b1a3b18 Remove remains of ReflectorAddIn (looks it some parts got resurrected by a merge) 14 years ago
Daniel Grunwald 1de1b02de0 Add 'EmbedInteropTypes' to property grid. 14 years ago
Daniel Grunwald 43511c4ef5 Add some strings to StringResources. 14 years ago
Daniel Grunwald 95cc542675 Dispose the ProjectChangeWatcher when creating a new project fails. 14 years ago
Matt Ward 5e34cf768e Register projects with IIS Express as separate sites and use the configured port. 14 years ago
Siegfried Pammer 3921508dc8 fixed exception 2683 14 years ago
PeterForstmeier c42e4ca0c1 Remove TaskListOptions.xfrm fix Addin File 14 years ago
PeterForstmeier 6d2f62853d Convert TaskList Option's to WPF 14 years ago
Siegfried Pammer 3e1a1c8ae6 Updating all translations to avoid FormatException in debugger message 14 years ago
mike c1a777b828 Applied a similiar handling for field initializers than for the binary 14 years ago
mike 47c5b9fae1 Improved binary operator line break handling. 14 years ago
mike e2b304397c Fixed using declaration context. 14 years ago
mike 698164add6 Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago