161
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Local Variables pad cleared when debugger stops More... about 21 years ago
Fixed Base classes in Local Variables pad More... about 21 years ago
Added support for included schemas, substitution groups and abstract elements. Tests not ported over from Fidalgo yet. More... about 21 years ago
Improve project options panels and prepare editing different configurations. Fixed bug when closing form designer while the property pad was active. More... about 21 years ago
Added first debugger test More... about 21 years ago
Fixed SD2-414: Breakpoints "invisibly" moving when deleting lines (implemented DebuggerService.BreakpointChanged event) More... about 21 years ago
Fixed SD2-412: Set as startup project is not implemented. More... about 21 years ago
Use start action for starting projects and give friendly error message when trying to start a class library. More... about 21 years ago
Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions More... about 21 years ago
Add "default(Type)" expression to C# parser. More... about 21 years ago
Fixed SD2-423: Cast to array types cause parser error. Fixed C# lexer bug with long hexadecimal literals. More... about 21 years ago
Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) More... about 21 years ago
SD2-421: Add msbuild file template More... about 21 years ago
Add null coalescing operator to C# lexer and parser. More... about 21 years ago
Added version number to default install directory, the default is now %programfiles%\sharpdevelop\2.0\. Program group is now also SharpDevelop 2.0. Uninstall key is SharpDevelop2, to not clash with 1.0 installation (SxS is now possible with installer) More... about 21 years ago
Fixed SD2-387: Main Menu: Sub menu position wrong More... about 21 years ago
Fixed SD2-416: Multi-instance Search and Replace dialog More... about 21 years ago
Improved event handler completion. Removed SharpZipLib. Fixed SD2-415 and SD2-418. More... about 21 years ago
Allow writing a space after "+=" completion without closing the completion window. More... about 21 years ago
Add NUnit.Framework again. More... about 21 years ago
Removed NUnit project reference from main SharpDevelop solution. More... about 21 years ago
Main menu and toolbar initialised after all the pads so that keyboard shortcuts work for the various View-Pad menu items without needing the menu to be displayed at least once. More... about 21 years ago
Changed some little translation issues. Re-Arranged tools menu. More... about 21 years ago
Update English and German StringResources (combine -> solution). More... about 21 years ago
Fixed SD2-410: Goto definition doesn't work for array types More... about 21 years ago
Fixed SD2-411: Code completition doesn't show parent class (nested classes) More... about 21 years ago
Fixed forms designer to reparse the file when switching to the designer tab. More... about 21 years ago
Show properties (F4) now works in form design mode. More... about 21 years ago
Ported changes from Fidalgo rev 2038, ivokovacka. Fixed more NRefactory bugs. More... about 21 years ago
added very basic event handler code completition (appears after typing '+='); still many things to do here More... about 21 years ago