2752 Commits (054997566c7a75431495a74a00cd2cbfedbf8f1e)
 

Author SHA1 Message Date
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 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 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 18 years ago
Daniel Grunwald b78db77094 Improved C#->VB converter. 18 years ago
Daniel Grunwald d3ebdfcab4 Worked on C# -> VB converter. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 18 years ago
Daniel Grunwald f14402cb05 Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 18 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. 18 years ago
Daniel Grunwald 195ecac29e Implemented SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago
Daniel Grunwald a5290c48e6 Merged SD 2.2 revision 2624:2639 to trunk. 18 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 18 years ago
Daniel Grunwald 50015a2b7b Fixed SD2-1298: Converting single assignment and comparison statement from C# to VB.NET 18 years ago
Daniel Grunwald 6425919275 Fixed nunit.framework detection (fixes build) 18 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 18 years ago
Daniel Grunwald 5f9f3db75c Update string resources. 18 years ago
Daniel Grunwald 670b0d5212 Fixed C# parser bug regarding integer literals between long.MaxValue + 1 and ulong.MaxValue. 18 years ago
Daniel Grunwald 9dbd77c0d1 C# parser: allow unicode escape sequences in identifier names (yes, "int numb\u0065r;" is valid C#!) 18 years ago
Daniel Grunwald 9d73b7042e C# lexer: add support for 32-bit unicode escape sequences (including those that represent surrogate pairs) 18 years ago
Daniel Grunwald f86decdab1 Fixed SD2-1325: SharpDevelop brought in front of running console app 18 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 18 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 18 years ago
Daniel Grunwald 0d75f719ea Fixed build. 18 years ago
Daniel Grunwald 4423707856 GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use. 18 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). 18 years ago
Daniel Grunwald c784af0091 Project options page: allow choosing 3.0 and 3.5 as target framework. 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald 65c82c0ab6 WpfDesigner tests: Change WPF namespace from winfx/2006/xaml/presentation to netfx/2007/xaml/presentation 18 years ago
Daniel Grunwald 374929cef6 Merge Merged SD 2.2 revision 2603:2624 to trunk. 18 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. 18 years ago
Matt Ward 70b289233e Updated to NUnit 2.4.2 18 years ago
Daniel Grunwald 671d51a6e8 Fixed method insight for constructors. 18 years ago
Daniel Grunwald 3c3ac7e95a CSharpExpressionFinder: better support for field initializers 18 years ago
Daniel Grunwald ecfed88c5b Fixed two problems in C# expression finder (wrong context detected for property setters and nested types) 18 years ago
Daniel Grunwald 6d9000dc5e Fixed code completion bug: calls from nested classes to static methods in the parent class now are resolved correctly. 18 years ago
Daniel Grunwald a58c7e1f86 More C# code completion fixes. 18 years ago
Daniel Grunwald 76636e154f C# expression finder: Fix "if (a > b) {}". 18 years ago
Daniel Grunwald ac9f4a917b Fixed C# expression finder bug for statements like "if (a < b) {}" 18 years ago
Daniel Grunwald 5602eff9e7 NRefactory output visitors: allow inserting specials between attributes and the attributed node. 18 years ago
Daniel Grunwald 456847adde Fixed SD2-1365: FxCop can't start if project's name contains spaces 18 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. 18 years ago
Daniel Grunwald 326db119e1 Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers. 18 years ago
Daniel Grunwald c8f31d4b3a Lookup XmlDoc for XNA references. 18 years ago
Daniel Grunwald d45e39c051 TextEditorOptions: enlarge two check boxes where the last word was cut off 18 years ago