13438 Commits (5d4cdedf8daf12ce2a5282f3bc511e7683e0f2f1)
 

Author SHA1 Message Date
Andreas Weizel 3eac4e0f50 Removed unneeded "+" signs in front of assembly reference tree nodes. 12 years ago
Andreas Weizel e45db528f7 Fix #261: Class members added in code are shown twice and some more problems with overloaded methods. 12 years ago
Siegfried Pammer c3118cb89f fix #264 12 years ago
Siegfried Pammer d22ee70132 fix #249 - SD5 WinForms Designer does not load event handlers. 12 years ago
Siegfried Pammer e18354027d fix #254: Event Handler Code Completion not implemented 12 years ago
Siegfried Pammer 1190f0ae97 fix NRE when trying to decompile in a debugging session with dynamic/in-memory assemblies 12 years ago
Siegfried Pammer a0f669ff6b use FlowDocumentScrollViewer to display documentation in the tooltips 12 years ago
Siegfried Pammer 20c191a021 add ClassBrowserServiceImpl class to decouple the ClassBrowser service from the pad UI 12 years ago
Siegfried Pammer 6c2e11af2c fix #255: Code Completion description tooltip is unformatted 12 years ago
Siegfried Pammer a2f64d0ab9 Merge pull request #263 from gumme/WpfDesignerNameFix 12 years ago
gumme 1f59343285 Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source. 12 years ago
Daniel Grunwald 9796b702e6 Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode. 12 years ago
Daniel Grunwald e25c69457c Set samples/XamlDesigner to .NET 4.5. 12 years ago
Siegfried Pammer caaedbd722 add partial implementation of rename for the WPF designer 12 years ago
Andreas Weizel 001f548f85 Fix: "Open in Class Browser" didn't navigate correctly to constructors and overloaded methods. 12 years ago
Daniel Grunwald b3c043dfce Fix bugs in FindXmlDocumentation(). 12 years ago
Siegfried Pammer 16afb54ed5 add missing CodeGenerationService to refactoring context: fixes availability of "implement interface" et al. 12 years ago
Andreas Weizel 987620575b Updated string resources, added missing label for "AddWatchExpression" menu item. 12 years ago
Andreas Weizel 7ec2d2ce5e Merge remote-tracking branch 'remotes/origin/master' into refactoringFeatures 12 years ago
Andreas Weizel a9dc86421a Fix: InvalidOperationException when closing an AsynchronousWaitDialog after a long-lasting renaming operation. 12 years ago
Daniel Grunwald 46bd8876f0 Adjust CSharpBinding to NRefactory changes. 12 years ago
Daniel Grunwald a12d656967 Update to NRefactory 5a69aa83406d43f28db97b23d2a43a480d31f282 12 years ago
Daniel Grunwald 80029d841f Merge remote-tracking branch 'origin/4.x' 12 years ago
Daniel Grunwald a985b628a5 Fix build. 12 years ago
Daniel Grunwald 6bb1a30fef Fix some NotImplementedExceptions 12 years ago
Christoph Wille 0352d2382b Update version number for first point release 12 years ago
Siegfried Pammer 7ff96d0aaa fix bug in decompiler: did not use the correct assembly resolver 12 years ago
Andreas Weizel 6e2b7fb19f Support for renaming parameters of anonymous methods and lambda expressions. 12 years ago
Andreas Weizel ccb795912e Improved performance of local variable renaming in big projects. 12 years ago
Siegfried Pammer cb631e64e1 fix bug in EditorScript.InsertWithCursor when executing a nested script in a different file, the "root" script was not properly disposed after the nested script finished. 12 years ago
Siegfried Pammer c6f1c242cd remove recently added IsRootComponent method, as it is not really needed 12 years ago
Siegfried Pammer 89d88c7885 component rename: add special case for root component (i.e. the form or control being designed) 12 years ago
Siegfried Pammer b9280c1e8f reimplement automated rename of fields in Windows Forms Designer 12 years ago
Christoph Wille b949e50464 Update Choc package for 4.4 12 years ago
Matt Ward 1cfe96d5b5 Fix error when installing EF.SharpDevelop NuGet package. 12 years ago
Matt Ward d5d7fd4281 Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference 12 years ago
Andreas Weizel 07ef80ee36 Renaming of local variables. 12 years ago
Daniel Grunwald d81caa62a6 Don't crash if SideBarConfig.xml cannot be loaded. 12 years ago
Daniel Grunwald b12d117ed4 Fix C# folding crash when the syntax tree is missing positions due to syntax errors. 12 years ago
Siegfried Pammer 37413bea17 add scrolling support 12 years ago
Siegfried Pammer c813915ac4 fix some weird problems with InsertWithCursor 12 years ago
Siegfried Pammer e673ebd547 extend XamlAstResolver to support x:Name and x:Class special cases 12 years ago
Siegfried Pammer 2a827e6213 implement rename for entities defined by or used in XAML 12 years ago
Andreas Weizel d255a12552 ClassBrowser: Broken base types when project contains references to assemblies somewhere in file system (neither output dir, nor GAC). 12 years ago
Andreas Weizel afbeb5cbe7 ClassBrowser: Fixed changing sort order of type child nodes after code updates. 12 years ago
Siegfried Pammer be82df4643 implement InsertWithCursor for unopened files 12 years ago
Siegfried Pammer 7ef4b9fbb5 clean up 12 years ago
Siegfried Pammer 989b259278 first implementation of InsertWithCursor 12 years ago
Daniel Grunwald 7592edafa3 Make classes in SD.exe internal. 12 years ago
Daniel Grunwald 62b471f669 Add Windows 8 to <supportedOS> section in application manifest. 12 years ago