161
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 21 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". More... about 21 years ago
Exception interception More... about 21 years ago
Exception dialog uses TextBox and is bit more informative More... about 21 years ago
Improved support for partial classes. Improved C# new completion. More... about 21 years ago
Bugfixing, handled exceptions handled faster More... about 21 years ago
Fixed C# parser (added support for generic methods inside interfaces). Changed CurrentLineBookmark to be invisible in BookmarkPad and not saved. More... about 21 years ago
CurrentLineBookmark does not use whole line, 'Debug' layout used during debugging More... about 21 years ago
Fixed parser crash introduced in last revision. Made debugger addin lazy-loading. Fixed bug in MarkerStrategy causing parts of removed markers still being rendered. More... about 21 years ago
IsProcessRunningd and IsDebugging replaced with IsCurrentProcessSafeForInspection More... about 21 years ago
Removed IsProcessRunningChanged and IsDebuggingChanged from NDebugger More... about 21 years ago
Fixed code completion bugs regarding "global::"/"Global". More... about 21 years ago
Worked on stepping (sometimes it was necessary to step more times) More... about 21 years ago
Fixed some code completion bugs. Reactivated FiletypeRegisterer addin. Added HandleConditions property to IErbauer. More... about 21 years ago
added vb.net completion after several expressions and keywords. added insight for vb.net More... about 21 years ago
Updating my headers More... about 21 years ago
Worked on Local variables pad More... about 21 years ago
.csproj/.vbproj files can now be opened directly (.sln is automatically created) Files from command line arguments are opened instead of the start page. Made GetWorkbench() in ParserUpdateThread thread-safe. (fixes NullReferenceException when closing files while the parser thread is running). More... about 21 years ago
Fixed bug in ReflectionOnly assembly loading. Fixed crash when a pad could not be loaded. Added publisher policy. More... about 21 years ago
added vb.net keyword completition. todo: add completition for special statements, show insight More... about 21 years ago
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 More... about 21 years ago
Applied new header to all source files. More... about 21 years ago
Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). Added tool to set the file headers. More... about 21 years ago
Added generic methods to VB.Net grammar. More... about 21 years ago
Added panel with options for code completion. Fixed bug in CodeCompletionListView (when entering a name that did not exist in the list, the ListView didn't remove the current selection but selected the first entry). Made MessageService.ShowError use the ExceptionBox in release builds. Made ExceptionBox link to the mailing list instead of the bugs forum. More... about 21 years ago
added 'open solution' button to main toolbar (common task) More... about 21 years ago
Code completion remembers frequently used items and prefers them in SelectItemWithStart(). More... about 21 years ago
Added code completion on type parameters in generic classes. More... about 21 years ago
Added tool to put revision number into AssemblyInfo files. Included revision number in splash screen. Made ReflectionClass load custom attributes. More... about 21 years ago
Some error checking, Debugger.Interop update More... about 21 years ago
Added code completion for attributes. More... about 21 years ago