openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
SharpDevelop
Settings
|
Report Duplicate
161
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 22, 2025 — Aug 22, 2026
Showing page 485 of 503
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Deleted some of the unused translation strings.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-458: Tab is always replaced with 4 spaces
Daniel Grunwald
More...
almost 21 years ago
Added support for commenting/uncommenting a selection of xml.
Matt Ward
More...
almost 21 years ago
Fixed SD2-474: Allow targeting other .NET Framework versions.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method.
Matt Ward
More...
almost 21 years ago
GotoDefinition executed when double clicking an MbUnitPad test tree node.
Matt Ward
More...
almost 21 years ago
Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). Added constructor insight support to BooBinding.
Daniel Grunwald
More...
almost 21 years ago
Added support for local variables and simple type inference to BooBinding.
Daniel Grunwald
More...
almost 21 years ago
Fixed assertion when typing a "RaiseEvent" statement (http://community.sharpdevelop.net/forums/1156/ShowPost.aspx)
Daniel Grunwald
More...
almost 21 years ago
Boo implicitly references System.dll and Boo.Lang.dll.
Daniel Grunwald
More...
almost 21 years ago
Fixed paths in BooBinding project files.
Daniel Grunwald
More...
almost 21 years ago
Add BooBinding.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property.
Matt Ward
More...
almost 21 years ago
Improved handling of proportional fonts.
Daniel Grunwald
More...
almost 21 years ago
Run MsBuild in a separate thread => you can continue coding while your code is compiling.
Daniel Grunwald
More...
almost 21 years ago
Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work)
Daniel Grunwald
More...
almost 21 years ago
Use use static readonly collection instance for empty attribute, type parameter and parameter collections.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space
Daniel Grunwald
More...
almost 21 years ago
Help 2.0: fixed a bug when selecting the previous or next topic button (browser) with a hidden TOC control; there was an exception because, of course, there was no selection in the TOC control. Now I use the Get*FromUrl method with the current browser URL. btw: some other things changed
Mathias Simmack
More...
almost 21 years ago
Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-460: Parse error (inner classes in generic types)
Daniel Grunwald
More...
almost 21 years ago
Fixed code completion bug regarding events. Fixed "run unit test in debugger".
Daniel Grunwald
More...
almost 21 years ago
Pad layout: included some references for the dynamic help pad to solve issue #2 (http://community.sharpdevelop.net/forums/820/ShowPost.aspx)
Mathias Simmack
More...
almost 21 years ago
Allow references to unbound types in typeof/GetType expressions.
Daniel Grunwald
More...
almost 21 years ago
Improved performance of "Replace all".
Daniel Grunwald
More...
almost 21 years ago
Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors.
Daniel Grunwald
More...
almost 21 years ago
Fixed loading of project files created by Visual Studio 2005.
Daniel Grunwald
More...
almost 21 years ago
Fixed SD2-440: Icon for local variables and parameters
Daniel Grunwald
More...
almost 21 years ago
Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). Advantages: - faster than reflection - referenced libraries do not need to be looked up during code completion (only when generating the cache) -> fixes SD2-444 ReflectionOnlyAssemblyResolve is not used when an assembly is only needed inside inner classes --> Code completion for VB's My-namespace works again - Assemblies do not need to be hold in RAM (they are now loaded in a separate AppDomain) -> no more locking problems -> less memory consumption Disadvantages: - higher memory-consumption because currently the file is loaded at once (previously the data was lazy-loaded using Reflection) -> but there are some optimizations possible (reusing string and DefaultParameter instances) and lazy-loading could be reimplemented similar to what Fidalgo does with its CCDB.
Daniel Grunwald
More...
almost 21 years ago
dynamic help: needed to fix the Win32 resource... Hm...
Mathias Simmack
More...
almost 21 years ago
←
1
2
…
481
482
483
484
485
486
487
488
489
…
502
503
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree