3272 Commits (7f031933d8cff7a767364a71e7f21066817a4c39)

Author SHA1 Message Date
Daniel Grunwald 7f031933d8 Remove menu items for code converter (which no longer exists in SD5) 12 years ago
Andreas Weizel 6c6a55d0b7 Implemented AsynchronousWaitDialog.ShowWaitDialogForAsyncOperation() API. 12 years ago
Siegfried Pammer 301725efb4 replace return type of ITextEditor.GetSnippets with ISnippetCompletionItem 12 years ago
Daniel Grunwald 997420193c Fix #51 - Create VS2012 solution file when needed. 12 years ago
Daniel Grunwald 8873a2432f Improve the "TargetFramework" API: 12 years ago
Siegfried Pammer 112eab9beb add implementation of IAssembly.IsPartOfDotnetFramework extension for #318 12 years ago
Daniel Grunwald 1300bac39c Update links to SharpDevelop wiki. 12 years ago
Daniel Grunwald bf702903ac Use new license header on files that still had the default "Created by SharpDevelop" header. 12 years ago
Daniel Grunwald 6da57f8678 Add back "using System;" that got lost due to file header replacement. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald 6d13efe414 Fix #271 - Change license to MIT 12 years ago
Siegfried Pammer daf9b5571f fix #292: Implement interface does not show generated code 12 years ago
Daniel Grunwald db09a07341 Remove unused copy of AssemblyQualifiedTypeName.cs 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Siegfried Pammer 405632643f fix #262: ToggleButtons in ErrorPad do not refresh caption if disabled 12 years ago
Siegfried Pammer a1aebe8dcd fix #285: Method Insight tooltip is invisible and only appears after scrolling 12 years ago
Daniel Grunwald 8a733d9b5e Don't use the obsolete CecilLoader.GetCecilObject() API in AssemblyAnalyzer. 12 years ago
Daniel Grunwald f719b07342 IShutdownService.PreventShutdown(): display the message as-is (don't pass it through StringParser) 12 years ago
Daniel Grunwald 143332da32 When accessing a pad-service from the SD service container, the SD.MainThread.VerifyAccess() call is now performed on every GetService() call, not just on the first call. 12 years ago
Daniel Grunwald 99d94fdfd3 Cancel currently running search when a new search is started. 12 years ago
Daniel Grunwald c19a83f1d1 Fix premature disposal of IProgressMonitor in parallel background search. 12 years ago
Daniel Grunwald 58824cba01 Fix #283 - Crash when adding new folder/file to project 12 years ago
Andreas Weizel d0ffd8026b Show rename menu command only for symbols of currently opened projects (not from external assemblies). 12 years ago
Andreas Weizel 32151c102b Reverted fix for doubled overloaded methods, instead ClassBrowser now properly reacts to MemberModel updates. 12 years ago
Andreas Weizel cd83809b1f Fix: ModelCollectionTreeNode might add the same handler twice to CollectionChanged event. 12 years ago
Daniel Grunwald d8c2bbfa44 Fix #252 - Adding an existing project to a solution uses a new GUID instead of the <ProjectGuid> 12 years ago
Daniel Grunwald d185ab8109 Prevent adding a project multiple times to the same solution. 12 years ago
Siegfried Pammer 8b0fbd2f16 some UI improvements in tooltips: 12 years ago
Siegfried Pammer eef29b1259 add FontSize to global editor options 12 years ago
Siegfried Pammer 4c0a1d18fe add XmlDoc to Insight tooltips 12 years ago
Andreas Weizel 0a0dccd0e2 Fix: Exception on opening some methods from external assemblies in ClassBrowser. 12 years ago
Andreas Weizel dcfd330ebd Show "Open in Class Browser" menu item only where it makes sense. 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Siegfried Pammer c3c65840e7 only use fully qualified names for type and member definitions 12 years ago
Siegfried Pammer 928aa02111 fix #266 12 years ago
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 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
Daniel Grunwald 9796b702e6 Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode. 12 years ago
Andreas Weizel 001f548f85 Fix: "Open in Class Browser" didn't navigate correctly to constructors and overloaded methods. 12 years ago
Andreas Weizel a9dc86421a Fix: InvalidOperationException when closing an AsynchronousWaitDialog after a long-lasting renaming operation. 12 years ago
Daniel Grunwald a985b628a5 Fix build. 12 years ago
Daniel Grunwald 6bb1a30fef Fix some NotImplementedExceptions 12 years ago
Andreas Weizel 6e2b7fb19f Support for renaming parameters of anonymous methods and lambda expressions. 12 years ago
Siegfried Pammer b9280c1e8f reimplement automated rename of fields in Windows Forms Designer 12 years ago
Daniel Grunwald d81caa62a6 Don't crash if SideBarConfig.xml cannot be loaded. 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