2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald 136722e9b1 Improved C# code completion (typing constraints on generic classes). 19 years ago
Daniel Grunwald 0333757269 Fixed build. 19 years ago
Daniel Grunwald 7bd9c2a8b6 Fixed SD2-953: Code error is thrown runing a WinForm with the form .resx file opened 19 years ago
Daniel Grunwald b78656bd6f Fixed forum-18391 and forum-18392 (pretty printer bugs). 19 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 19 years ago
Christoph Wille b2764fed7d SHFB (Sandcastle Help File Builder, http://codeplex.com/SHFB) version 1.5.0.1 (for Sandcastle June 2007 CTP) added, NDoc removed 19 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 19 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 19 years ago
Daniel Grunwald b78db77094 Improved C#->VB converter. 19 years ago
Daniel Grunwald d3ebdfcab4 Worked on C# -> VB converter. 19 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 19 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 19 years ago
Daniel Grunwald f14402cb05 Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented. 19 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 19 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 19 years ago
Daniel Grunwald f537811abc Fixed bug introduced in rev. 2634: When creating a new project, ${USER} ${DATE} in the standard header etc. was not replaced with values. 19 years ago
Daniel Grunwald 195ecac29e Implemented SD2-1054: Opening a file with different editor 19 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 19 years ago
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 19 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald f86decdab1 Fixed SD2-1325: SharpDevelop brought in front of running console app 19 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 19 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 19 years ago
Daniel Grunwald 4423707856 GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use. 19 years ago
Daniel Grunwald 5d5bdc2cdb Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks). 19 years ago
Daniel Grunwald c784af0091 Project options page: allow choosing 3.0 and 3.5 as target framework. 19 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 19 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald 37c18e0660 Fixed unit tests when .NET FX 3.5 is installed - do not rely on the order in which Reflection returns methods. 19 years ago
Daniel Grunwald 671d51a6e8 Fixed method insight for constructors. 19 years ago
Daniel Grunwald 3c3ac7e95a CSharpExpressionFinder: better support for field initializers 19 years ago
Daniel Grunwald ecfed88c5b Fixed two problems in C# expression finder (wrong context detected for property setters and nested types) 19 years ago
Daniel Grunwald 6d9000dc5e Fixed code completion bug: calls from nested classes to static methods in the parent class now are resolved correctly. 19 years ago
Daniel Grunwald a58c7e1f86 More C# code completion fixes. 19 years ago
Daniel Grunwald 76636e154f C# expression finder: Fix "if (a > b) {}". 19 years ago
Daniel Grunwald ac9f4a917b Fixed C# expression finder bug for statements like "if (a < b) {}" 19 years ago
Daniel Grunwald a65659b0d3 Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code. 19 years ago
Daniel Grunwald 326db119e1 Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers. 19 years ago
Daniel Grunwald c8f31d4b3a Lookup XmlDoc for XNA references. 19 years ago
Daniel Grunwald d45e39c051 TextEditorOptions: enlarge two check boxes where the last word was cut off 19 years ago
Daniel Grunwald 9947820325 Increment version number to 2.2.1. 19 years ago
Daniel Grunwald 60fe87ccd7 Fixed start page "Team" / "Help wanted" links (they were pointing to the old wiki) 19 years ago
Daniel Grunwald e710827635 Fixed project creation bug: By default, "Optimize" was not set to true for release builds. 19 years ago
Daniel Grunwald 0acdde0b37 Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick. 19 years ago
Christoph Wille 8fa6d50a29 Update a few SDR resources 19 years ago
David Alpert b1e92b9535 improved C# event handler code completion; delegate completion now suggests a method name and optionally inserts the stub. 19 years ago
Daniel Grunwald c96e754075 Implemented AttributeReturnType, now the unit test AddIn should work again. 19 years ago
Daniel Grunwald e2ff87117b Fixed build. 19 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 19 years ago