161
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 14 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Icons in Local Variables Pad fixed More... over 21 years ago
ExceptionBox is not used if #D is started under debugger More... over 21 years ago
corDebug.Terminate() crashed the #D on exit More... over 21 years ago
Release build fixed (but nunit.framework still must be in GAC) More... over 21 years ago
"workingDirectory" and "arguments" used in CreateProcess (Since 2.0.50215 this prevented the debugger to start) More... over 21 years ago
Debugger Interop updated to Beta 2 More... over 21 years ago
Fixed SD-318 and SD-347. Many small changes. More... over 21 years ago
Improved XmlDoc to text conversion. More... over 21 years ago
Update DockPanelSuite, fixes bug that views were not properly closed. More... over 21 years ago
Included file icons from Wolfgang Bartelme. Fixed exception when loading project that has a .xml file declared as "compile". More... over 21 years ago
Language bindings can now determine on what characters and keywords code completion should be triggered. More... over 21 years ago
adopted patch from fidalgo revision 1807 More... over 21 years ago
Fixed StackOverflowException when property ReflectionIndexer.Parameters is used. CC does not pop up on integer literals anymore. Fixed focus stealing when moving mouse over FoldMargin. More... over 21 years ago
Resolver can now find correct overload in a method invocation. More... over 21 years ago
Fixed some bugs. PropertyCodeGenerator can work with fields like '_fieldname' or 'm_fieldname'. More... over 21 years ago
MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe. More... over 21 years ago
Fixed bugs in ParserUpdateThread. Fixed bug in InsightDataProviders. Added unit test for CC lookup of a method with multiple overloads. More... over 21 years ago
#D now runs under the latest .NET Framework. More... over 21 years ago
Fixed MessageView bug. More... over 21 years ago
Many bugfixes/improvements in the resolver. More... over 21 years ago
ParserService now supports ProjectReferences. Go to definition now works for local variables. More... over 21 years ago
Added feature: go to definition (Ctrl-Enter) Set warninglevel to 4 for Core + Base (somehow it was set to 0 -> a bug in AbstractMember.cs was hidden) More... over 21 years ago
Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression. Fixed Lexer bug (C#): OverflowException was thrown when integer literal was at end of expression. Added unit tests for literals. More... over 21 years ago
Reintroduced ICSharpCode.SharpDevelop.Tests, adjusted NRefactoryResolverTests for new Resolver. More... over 21 years ago
Fixed tooltip flickering and a resolver bug. More... over 21 years ago
Fixed some bugs in resolver; tooltip now uses ExpressionFinder and GetXmlDocumentation. More... over 21 years ago
Tooltip now shows the type of variables. More... over 21 years ago
Added new ResolveResult that gives information about the expression being resolved. Currently it is used for code completion and method insight. More... over 21 years ago
Introduced new debugger class Process More... over 21 years ago
Moved some code from WindowsDebugger to DebuggerService More... over 21 years ago