10600 Commits (39bd1381d15ecb8c39f28fb380a781bf919b2034)
 

Author SHA1 Message Date
Daniel Grunwald 39bd1381d1 Remove duplicate MultiDictionary. 14 years ago
Daniel Grunwald e9cf96d653 Merge NRefactory '0b56b42bc817d29e14d231ac1f3a1b9ad3115b2d' into SharpDevelop newNR branch. 14 years ago
Daniel Grunwald b1b18b7c59 Cleanup. 14 years ago
Daniel Grunwald 0b56b42bc8 Remove redundant call to ValidateMethodConstraints(). 14 years ago
Mike Krüger eeb5c3fb8f Added unit test to check completion in #if regions. 14 years ago
Mike Krüger d2038a429d [Completion] Added conditional symbols to the completion engine 14 years ago
Mike Krüger ddd341b42b [CodeActions] Fixed bug in create backing store. 14 years ago
Daniel Grunwald c3a31c9c81 Fix #92: The resolver does not check type constraints on calls to generic methods 14 years ago
Daniel Grunwald 1f6c4f037e Update solution-loading logic in ConsistencyCheck. 14 years ago
Siegfried Pammer 4d8c634587 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
Siegfried Pammer c205964d87 fix import/export of nested named colors 14 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 14 years ago
Daniel Grunwald 7a3b25b4dc Add WriteTextTo() method to ITextSource. 14 years ago
Daniel Grunwald 9a9485a49d Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
Mike Krüger 5241e34d02 Merge pull request #91 from mono-soc-2012/simonl-attributesection-fix 14 years ago
Simon Lindgren 7c19dfa4ef [Parser] Set locations of AttributeSections correctly. 14 years ago
Simon Lindgren 4424f0efd9 [Parser] Add failing unit tests for AttributeSections with multiple attributes. 14 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 14 years ago
Siegfried Pammer edd9edc3ba allow colors from referenced rulesets to be customized 14 years ago
Siegfried Pammer 02449aa2b7 implement escape rules in StringParser 14 years ago
Siegfried Pammer 326d2410fe use highlighting customizations in Diff-Tooltip 14 years ago
Siegfried Pammer 43bbdbe1c6 fix bug MouseHoverLogic to make it easier to show Diff-Tooltip in editor: start MouseHover already on MouseEnter 14 years ago
Siegfried Pammer 132afcb96d add Debugger AddIn dependency on ILSpy AddIn - should fix http://community.sharpdevelop.net/forums/t/16050.aspx 14 years ago
Erik Källén fec84f8b98 Implemented missing operation on new SeekableStreamReader 14 years ago
Daniel Grunwald 699d841e06 Merge pull request #90 from erik-kallen/FixOrderByParsing 14 years ago
Erik Källén 7794385a47 Enabled query expander tests now that multiple orderings are supported. 14 years ago
Erik Källén 32d43b2534 Fixed query orderings when ordering by more than one expression. 14 years ago
Daniel Grunwald 62a8b20208 Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 14 years ago
Mike Krüger e97b6b22cd [Parser] Fixed some optional comma bugs. 14 years ago
Daniel Grunwald 087aee7fe8 Simplify parser API. 14 years ago
Mike Krüger 34932efc78 [Parser] Hacked work around for parser error. 14 years ago
Mike Krüger f81ecd7e29 [Parser] Implemented own seekable stream reader. 14 years ago
Daniel Grunwald 102ce25f4c Merge pull request #87 from erik-kallen/DynamicExpressionsUseNamedArgumentResolveResult 14 years ago
Daniel Grunwald 927f263d76 Merge pull request #85 from erik-kallen/QueryExpressionExpander 14 years ago
Daniel Grunwald 26409db2bb Implemented explicit conversions - invalid casts now resolve to Conversion.None. 14 years ago
Daniel Grunwald eaba9798d3 Rename 'cu' to 'syntaxTree'. 14 years ago
Daniel Grunwald 979fa91a2e Fix icsharpcode/NRefactory#88: implicit conversion between type parameters. 14 years ago
Erik Källén 703889298e Ensure that named argument instances are unique for dynamic invocations. 14 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 14 years ago
Daniel Grunwald bda3b311d4 Merge branch 'master' into newNR 14 years ago
Daniel Grunwald 4e1b21f6d4 Additional override completion unit tests. 14 years ago
Daniel Grunwald fbf0b6d419 The IconEditor AddIn now can edit icons. 14 years ago
Daniel Grunwald 9b2a5fc1ff Merge remote-tracking branch 'origin/4.2' into master. 14 years ago
Erik Källén 0af0137bdb Use NamedArgumentResolveResult for dynamic invocations. 14 years ago
Erik Källén 7ece3ce722 Statements ending in select (i) now acts as if the statement was not parenthesized. 14 years ago
Daniel Grunwald 975ea750ca Delay the ActiveViewContentChanged event using the dispatcher so that it doesn't get executed within the callback from AvalonDock - this could lead to some unexpected reentrancy (e.g. when some event handler was opening/closing views). 14 years ago
Daniel Grunwald cc37a7179d TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
Daniel Grunwald 4717de986e Optimized the AstNode.Descendants property. 14 years ago
Daniel Grunwald 07fb3684cf Add visitor benchmark. 14 years ago