8443 Commits (e7b28cb8f1710adfda3f2f349eb5664ae1684ac4)

Author SHA1 Message Date
Daniel Grunwald e7b28cb8f1 Move remaining portions of FileService to IFileService interface. 14 years ago
Daniel Grunwald e5560361b9 Update setup. 14 years ago
Daniel Grunwald 8ba973b1b9 Highlight inactive conditional attributes. 14 years ago
Daniel Grunwald a25ebfe842 Implemented re-parsing when switching the project configuration. 14 years ago
Daniel Grunwald cf4ef6879c Use conditional symbols from project settings in the C# parser. 14 years ago
Daniel Grunwald b016131315 Made debugger type system thread-safe. 14 years ago
Daniel Grunwald 77c118ec71 Mark service interfaces with [SDService]. 14 years ago
Daniel Grunwald 5a50c1a5c2 Remove static AddInTree and use IAddInTree interface instead. 14 years ago
Daniel Grunwald 92da3798b3 Add IResourceService interface. 14 years ago
Daniel Grunwald 87f3820048 Improve IMessageService API. 14 years ago
Daniel Grunwald 16bb4b2e7f Introduce IPropertyService. 14 years ago
Daniel Grunwald 23cad81544 Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls. 14 years ago
Daniel Grunwald 9ab4031e9f Fix some issues in the unit testing AddIn. 14 years ago
Daniel Grunwald 5dacab6a80 Highlight active parameter in method insight. 14 years ago
Daniel Grunwald 3c507ab423 Implement method insight. 14 years ago
Daniel Grunwald 15f93629d5 Implemented override-completion. 14 years ago
Daniel Grunwald ecf6c67f8f HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content 14 years ago
Daniel Grunwald 9a968de501 Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter. 14 years ago
Daniel Grunwald f877fdf87b Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments. 14 years ago
Daniel Grunwald 803d9c9f92 Fixed bug in HighlightedLine.MergeWith(). 14 years ago
Daniel Grunwald f8629c101c Fix crash when opening LoadSaveOptions. 14 years ago
Daniel Grunwald c924cd6aef Lazy-load the debugger type system. 14 years ago
Daniel Grunwald dfaab95005 Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation. 14 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 14 years ago
Daniel Grunwald 80dc644829 Enable new context actions (Create Local, Extract Field, Implement Interface). 14 years ago
Daniel Grunwald 6436a028bb Fixed document service retrieval. 14 years ago
Daniel Grunwald 7b43181128 Fix crash when opening editor context menu due to missing BreakpointChangeMenuBuilder 14 years ago
Daniel Grunwald 4b7ce7936e Remove NR4 files from NR5 (left over from master->newNR merge) 14 years ago
Daniel Grunwald 0c1ab952ce Add preload thread. 14 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 14 years ago
Siegfried Pammer 491f0cc7f3 fix Evaluator Unit Test 14 years ago
Siegfried Pammer c9bea6a597 reimplement tooltips for simple expressions 14 years ago
David Srbecký 97210949c5 Change style of selected local variable item - do not highlight it 14 years ago
David Srbecký efbbdca049 Fixing/updating debugger unit tests: 14 years ago
David Srbecký 5d802a226d Fixing/updating debugger unit tests: 14 years ago
David Srbecký 848aa733e5 Fixing/updating debugger unit tests: 14 years ago
Daniel Grunwald a2798aa7a7 Fixed resolving accessors. 14 years ago
Siegfried Pammer 2857444c52 Implement better value conversion in the evaluator. 14 years ago
Siegfried Pammer ca8b21c242 fixing evaluation unit tests 14 years ago
David Srbecký b842abccbd Fix NullReference exception in IsDisplayClass. 14 years ago
Daniel Grunwald f37888e7c8 Fixed local variable references in current module. 14 years ago
Siegfried Pammer 52add16bea use new IType information for expression evaluation 14 years ago
Siegfried Pammer 82c177bd30 Add ICollection, ICollection<T> and IList to KnownTypeReference. 14 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 14 years ago
Daniel Grunwald 3172370e38 Implement looking up ICorDebugFunction in debugger type system. 14 years ago
David Srbecký fa16156631 Replaced debugger's type system with NRefactory type system 14 years ago
Daniel Grunwald 83d3ad664b Add IMethod.AccessorOwner. 14 years ago
Daniel Grunwald 253a5a6d2c Add IMethod.GetVariableType() extension method to debugger type system. 14 years ago
Daniel Grunwald 2a7d589f3b Avoid reparse when the chosen configuration/platform is not Debug/Any CPU. 14 years ago
Daniel Grunwald 5b933b8afb Add ConversionResolveResult.CheckForOverflow 14 years ago