31 Commits (2f519daa663e2b5cfe0f550902cc1f4951b1b2f4)

Author SHA1 Message Date
Daniel Grunwald bede4f6643 Make SymbolCollector take a Lazy<TypeGraph> - it's expensive to construct and only used for some members. 11 years ago
Andreas Weizel 3e5b969d09 Reduced unneeded lookup iterations when several symbol searches have the same search term. 11 years ago
Daniel Grunwald 6fc6bab462 Remove unused 'IList<string>[] interestingFileNames' from CSharpSymbolSearch 11 years ago
Andreas Weizel 11dcc20cc4 Readded additional lookups for search term before searching for references in CSharpSymbolSearch. 11 years ago
Andreas Weizel d018886781 Fixed #357: Ctrl+R: Does not rename ctors of types 11 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald 99d94fdfd3 Cancel currently running search when a new search is started. 12 years ago
Siegfried Pammer 2a827e6213 implement rename for entities defined by or used in XAML 12 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 12 years ago
Daniel Grunwald 3af9b3f842 CSharpSymbolSearch: use newCode. 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
Daniel Grunwald d25d7da199 Fix bug in find references that caused us to miss many results. 13 years ago
Daniel Grunwald f1b2220314 Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus. 13 years ago
Daniel Grunwald c3bd806532 Use BeginHighlighting()/EndHighlighting() to improve performance of CSharpSemanticHighlighter. 13 years ago
Daniel Grunwald c1787fbd2d Fixed performance bugs in issue search: 13 years ago
Daniel Grunwald 56d93e11d8 Fix bug in C# find references. 13 years ago
Siegfried Pammer ef7f6bae62 make fileName in IDocument mandatory to avoid crashes 13 years ago
Siegfried Pammer 6247fcb190 implement customizable multi highlighter 13 years ago
Daniel Grunwald ab95b18a3f Refactored parser service. 13 years ago
Siegfried Pammer 3bfbb53b57 move find references to background thread + multi-threading + IObservable + async 14 years ago
Daniel Grunwald adda0ee18d C# code completion 14 years ago
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Daniel Grunwald 1d95f36481 Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Daniel Grunwald ae406e9c31 Adjust SharpDevelop to NRefactory API changes 14 years ago
Daniel Grunwald 3bf2871b51 Make Find References multi-threaded. 14 years ago
Daniel Grunwald 6b56440cb5 Reimplemented "Find derived classes" 14 years ago
Daniel Grunwald 9957c52ff2 Implemented "Find references" 14 years ago