13113 Commits (80984a870f6c1844054bf9a068d4a1a385ba5952)
 

Author SHA1 Message Date
Siegfried Pammer a661a68967 fix context menu commands implemented as ICommand in Windows Forms Designer 12 years ago
Peter Forstmeier 59cc3d04f1 remove NotImplementedException 12 years ago
Siegfried Pammer 50bc7eab20 fix resolving attached members in XamlAstResolver 12 years ago
Siegfried Pammer 65955bdb28 implement IServiceProvider in ILanguageBinding 12 years ago
Andreas Weizel e0fb42221e Detecting all properties and fields and handling editor undo properly in InsertCtor/Override...Method dialogs. 12 years ago
Andreas Weizel e613e7a49f Now detecting auto-implemented properties correctly. 12 years ago
Andreas Weizel 7b7143866a Method calls and character escaping are now supported in DebuggerDisplayAttribute format strings. 12 years ago
Siegfried Pammer 2c5314ccb6 fix CSharpCodeGenerator overrides 12 years ago
Matt Ward 0dc979b09e Add FSharp.Core reference to F# console project templates. 12 years ago
Matt Ward d4c41e09b7 Add F# class library project templates. 12 years ago
Siegfried Pammer e9b60dbf09 add basic support for adding event handlers in FormsDesigner 12 years ago
Daniel Grunwald 7fa7a51b5a Started implementing the EnvDTE code model. 12 years ago
Daniel Grunwald 441a78fec2 Rename VBNetBinding -> VBBinding. 12 years ago
Daniel Grunwald 79eae2127d Remove ShowServiceCommandInBrowser (clean up project browser context menu; command does not work with multiple service references) 12 years ago
Siegfried Pammer 82a15ad6be don't show 'this' parameter modifier if method is reduced 12 years ago
Matt Ward 47045586a9 Update installer for F# 3.0 changes. 12 years ago
Matt Ward fc15017104 F# interactive window now uses F# 3.0 if it is installed. 12 years ago
Matt Ward 5e22a5f5ba Add F# 3.0 console project template. 12 years ago
Siegfried Pammer 5761832989 add FormsDesigner to setup 12 years ago
Andreas Weizel 7d05d21306 Repaired InsertCtorSnippetRefactoring. 12 years ago
Andreas Weizel 2a79a2c608 Added support for [DebuggerDisplayAttribute]. 12 years ago
Siegfried Pammer aae51e4a62 save LayoutConfiguration before switching layout 12 years ago
Siegfried Pammer 565906e7de fix type reference of members defined in XAML 12 years ago
Siegfried Pammer 653805323d fix JumpTo in QuickClassBrowser 12 years ago
Daniel Grunwald 16313e486b Add CSharpDesignerGenerator. 12 years ago
Siegfried Pammer ff7d0a100c fix build 12 years ago
Siegfried Pammer 2967f37b42 fix typo in BaseRefactoringContext.CreateTypeSystemAstBuilder 12 years ago
Siegfried Pammer 272df157d8 rename DocumentUtilitites to DocumentUtilities 12 years ago
Siegfried Pammer 01df710105 first implementation of rename without proper UI 12 years ago
Siegfried Pammer 931c5ef93c use ISymbol instead of IEntity in some cases; start implementation of RenameSymbol 12 years ago
Andreas Weizel d1f2295a07 Fixed bug causing regions to close suddenly. 12 years ago
Daniel Grunwald 3d307a381c Fix C# folding (skip NewLine nodes) 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Daniel Grunwald 65c37c6e70 Use the TypeGraph from NRefactory; remove the one from SharpDevelop. 12 years ago
Andreas Weizel 570bb59d5f Readded CodeManipulation once again. 12 years ago
Andreas Weizel e6cb26d43e Finished migration of OverrideEqualsGetHash code completion, some improvements for OverrideToString completion, too. 12 years ago
Andreas Weizel b515630899 Reintroduced IProperty.IsAutoImplemented() extension method (RefactoringExtensions). 12 years ago
Andreas Weizel 3e382df48d GetHashCode override completion - work in progress. 12 years ago
Siegfried Pammer 4a2640af1a allow method execution in Console Pad, Conditional Breakpoints, Watch Pad and sub-tree nodes 12 years ago
Siegfried Pammer a1c035e005 fix Debugger: Move mouse over instance field (+property?) -> does not show value; expression is missing 'this' 12 years ago
Siegfried Pammer 1300a4bcd9 fix Debugger: Move mouse over static event -> crash 'unknown member type' 12 years ago
Siegfried Pammer f45a80f29b fix Debugger: Moving mouse over a static void method taking no arguments causes a DebuggerException. It seems the debugger is trying to run the method? 12 years ago
Daniel Grunwald 61b4e48940 Merge NRefactory 'bbcde1ea2e9de8530c1653798215cf6f25f9ea2b' into SharpDevelop newNR branch. 12 years ago
Daniel Grunwald bbcde1ea2e Use ISymbol in Script.Rename() 12 years ago
Mike Krüger 23636398d0 Symbol collector is now more generic and can be used to find overloads 12 years ago
Mike Krüger 5b9e640160 Implemented first version of the symbol collector. 12 years ago
Daniel Grunwald d3a3db75fb Enable WiX dialog designer. 12 years ago
Mike Krüger 1f2f3691be Fixed possible parser exception. 12 years ago
Siegfried Pammer d35fad6c90 fix for the bug fix 12 years ago
Siegfried Pammer cb01e5d2ce fix bug in RepoChangeWatcher 12 years ago