|
This is a mirror of http://laputa.sharpdevelop.net/, the core team's central news blog.
Browse by Tags
All Tags » Daniel ( RSS)
Sorry, but there are no more tags available to filter with.
-
|
Starting with version 3.0.0.3010, the C# code completion in SharpDevelop has support for implicitly typed lambda expressions. Given a variable "IEnumerable<MyClass> items" and the "Select" extension method from LINQ, typing "items...
|
-
|
In SharpDevelop 1.1, the IClass interface had a property that was used in several places in the code: Once added to a project content, it was immutable . This was not enforced, not even documented. It just happened that no one changed IClass objects except...
|
-
|
Microsoft just released Visual Studio 2008 and the .NET Framework 3.5. Download .NET Framework 3.5 To develop applications for the .NET Framework 3.5, download SharpDevelop 3.0 from the build server . Note that SharpDevelop 3.0 are not release quality...
|
-
|
SD2-1234 , titled "Create common way to handle in-memory representations of files that have multiple views" is the issue tracker entry behind a major refactoring of the IViewContent interface. The major new feature introduced is that now it is possible...
|
-
|
Visual Studio 2008 uses MSBuild 3.5 which supports multi-targeting: you can use it to compile applications for .NET 2.0, .NET 3.0 and .NET 3.5. But what happens if you open an MSBuild 2.0 project (Visual Studio 2005 or SharpDevelop 2.x project) in Visual...
|
-
|
From .NET 1.x times, you might remember .manifest files as the way to enable XP visual styles support in your application. Application manifests are important in Vista. If your application does not have a manifest, Vista will treat it as legacy application...
|
-
|
Yesterday I wrote about how I made compiling 30% faster by using multi-threading to let my dual-core CPU work with both cores. A problem was that I had to use serialize build events to send them back to the host process. MSBuild provides these events...
|
-
|
[Warning: long post. Short version: Building in SharpDevelop goes multi-threaded, scroll down for benchmark results] SharpDevelop 3.0.0.2694 contains a rewritten build system. It has some new features that might be interesting for AddIn developers, but...
|
-
|
When you double-click a file in SharpDevelop 2.x, it will get opened inside SharpDevelop. AddIns can add display bindings opening for opening file types (e.g. ResourceEditor for .resx files), but this has the effect of disabling the other display bindings...
|
-
|
In revision 2583, I added the XamlBinding and WPF Designer to the setup of SharpDevelop 3.0. XamlBinding is a language binding that integrates .xaml files into SharpDevelop's code-completion infrastructure. Here is an example of SharpDevelop showing a...
|
|
|
|