10301 Commits (ca8b21c2424d1e408fa7ebbe7e5e0dd8ce3274c6)
 

Author SHA1 Message Date
Daniel Grunwald 3ed3ed64b1 Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName(). 14 years ago
Daniel Grunwald ba5274635c Fix ArgumentOutOfRangeException when opening "add service reference" dialog. 14 years ago
Daniel Grunwald 6030c6869c Fix minor memory leak in AvalonEdit. 14 years ago
Daniel Grunwald fc9d01eee9 Fixed running unit tests in .NET 4.5 project. 14 years ago
Mike Krüger e2c8922598 Fixed formatting filter. 14 years ago
mike d07356a544 Fixed ast formatter. 14 years ago
Mike Krüger c51a5f6222 Fixed stub mechanic. 14 years ago
Siegfried Pammer 8af8988104 port XmlEditor CC to NR5 14 years ago
Siegfried Pammer 2e0a14e115 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
mike 29da952623 Fixed some warnings. 14 years ago
Mike Krüger 6f4a46c066 Fixed failing unit test. 14 years ago
Siegfried Pammer 377114e1c9 remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead 14 years ago
mike 837d48d50a Completion engine now works on freezed compilation units. 14 years ago
mike 40a00e7f86 GetMemberTextToCaret now gives back the correct member start location. 14 years ago
mike 11b8c3bca6 Removed IRelocatable infrastructure - the start line could now be 14 years ago
Mike Krüger 9393ea6af1 [Refactoring] Refactoring context resolver is now protected. 14 years ago
Mike Krüger 0907829b0e Fixed ref/out/params keywords. 14 years ago
Daniel Grunwald 6779d14fbd Fix build. 14 years ago
Daniel Grunwald 83a7ae5f69 Fix DebugType.IsEnum (always returned false due to undocumented breaking change in .NET 4.5). 14 years ago
Daniel Grunwald 0a4d05cc97 Fixed race condition in project.GetOrCreateBehavior(). 14 years ago
Daniel Grunwald 5c6298277a TextMarkerService: fixed potential NullReferenceException when detached from document. 14 years ago
Daniel Grunwald 9f36c5a5e4 Fixed potential cause for NullReferenceException in CppProject.get_OutputAssemblyFullPath. 14 years ago
Daniel Grunwald 3352833035 Fix NullReferenceException in WatchList. 14 years ago
Daniel Grunwald d338acc553 Fix icsharpcode/NRefactory#18: ResolveResult for object creation 14 years ago
Daniel Grunwald 0a1c02d563 Set focus in AvalonWorkbenchWindow.SwitchView(). 14 years ago
Siegfried Pammer cbb8cbbff6 fix XML code completion weirdnesses and adjust unit tests 14 years ago
Siegfried Pammer b7c73a1f8e update resources 14 years ago
Siegfried Pammer 430e6b3954 add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code 14 years ago
Siegfried Pammer fcc39c4321 replaced by "exit" command with "close solution" command 14 years ago
Daniel Grunwald ab024b9ddc Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
Mike Krüger a798d1a622 Fixed override completion data bug. 14 years ago
Daniel Grunwald ce2e5281e1 Documentation update. 14 years ago
Daniel Grunwald 47d7d5adea Fix icsharpcode/NRefactory#29: NullReferenceException when using FindReferencedEntities navigator 14 years ago
mike 08e6a88db0 AppendMissingClosingBrackets is now reusable. 14 years ago
Daniel Grunwald 51bd4164fe Correctly set OperatorResolveResult.IsLiftedOperator in more cases. 14 years ago
Daniel Grunwald df380b6055 Fixed potential cause of CSharpAstResolver.Resolve returning null. 14 years ago
Daniel Grunwald e80f142381 Fixed bug in CSharpAstResolver.GetExpectedType(). 14 years ago
Daniel Grunwald f74bf908bc Make AstNode freezable. 14 years ago
Matt Ward 9d323dfdba Update IronPython to version 2.7.2.1 14 years ago
mike 4465839e98 Fixed error caused by Root role. 14 years ago
Mike Krüger 2c97bfacca Added more location checks / added -verbose command line option for 14 years ago
Mike Krüger 6c5b43964b Added little command line tool to test the AST roundtrip. 14 years ago
Mike Krüger cf134dbdc8 Fixed potential null reference exception. 14 years ago
Mike Krüger da0d25b314 GtkDemo now uses standard text view. 14 years ago
mike 3c350c14b7 Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago
Daniel Grunwald 55f858efb2 Fix icsharpcode/NRefactory#26: Static methods are reported as having "this" as the target 14 years ago
Daniel Grunwald 3ac1e560ec Fix icsharpcode/NRefactory#22: Event accessors should be called add_X and remove_X 14 years ago
Daniel Grunwald c27f57f4a1 Fix icsharpcode/NRefactory#25: OperatorResolveResult.IsLiftedOperator for unary operators 14 years ago
Mike Krüger 4ea7ebc517 Moved more roles to the Roles class/Changed TypeDeclaration 14 years ago
Mike Krüger 749a13ca0b formatting visitor now does either place if statement on new line or 14 years ago