473 Commits (ec8557da3d8ff126dd1e7225baf1602ce31eb7cb)

Author SHA1 Message Date
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 19 years ago
Daniel Grunwald 53739a9c31 Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#. 19 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 19 years ago
Daniel Grunwald d9dd2ffd90 Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error 19 years ago
Daniel Grunwald 3010494a64 Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status. 19 years ago
Daniel Grunwald 2ddd254943 CodeDomVisitor: keep type arguments on base type references. 19 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 19 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 19 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 19 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 19 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Daniel Grunwald e4ede6d7b4 Fixed SD2-997: C# comments re-ubication may result in a code error when converting code from C# to VB. 19 years ago
Daniel Grunwald 1b5d91cd34 Fixed SD2-994: Public static classes not converted correctly from C# to VB. 19 years ago
Daniel Grunwald ccf76e4596 Fixed SD2-1005: Time before text editor is editable when creating a new file without a project 19 years ago
Daniel Grunwald afe45ea0dd Fixed SD2-996: C# assigned generic variables not converted correctly to VB. 19 years ago
Daniel Grunwald ddf419442b Fixed SD2-1021: Alias for namespaces not converted correctly between C#<-->VB.NET for base types. 19 years ago
Daniel Grunwald ccb13e5b9d Fixed SD2-1027: #Develop closes while typeing VB 'ReDim' statement. 19 years ago
Daniel Grunwald bbb73b9b8f C# parser bug: fixed arrays in unsafe structs are now parsed correctly 19 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 19 years ago
Daniel Grunwald d8cc294df5 Fixed SD2-968: C# to VB conversion error for generic structures. 19 years ago
Daniel Grunwald de05357b9e Fixed SD2-971: Correct VB arrays declaration and redim-statements are recognized as code errors. 19 years ago
Daniel Grunwald c0d3486c47 Fixed SD2-963: Incorrect VB to C# convertion for public structure variables 19 years ago
Daniel Grunwald cbaa40a505 Fixed SD2-967: Buffer convertion from C# to VB throws exception if C# code contains the 'fixed' keyword. 19 years ago
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 19 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 19 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 19 years ago
Daniel Grunwald f27917180e Move files to match new namespace structure. 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 3df97ea2d9 Fixed SD2-891: Content of VB 'With' statement not converted correctly to C# 19 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 19 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 19 years ago
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 19 years ago
Daniel Grunwald d4abe4a752 NRefactory now preserves blank lines. 19 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 19 years ago
Daniel Grunwald 3c18394e4b New feature: move class to file 19 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 19 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 19 years ago
Daniel Grunwald 63e20cbdbe Fixed SD2-886: Converted VS2003 solution does not show correct configurations 19 years ago
Daniel Grunwald 53c8c4d56c Fixed forum-8951: C# parser bug with "default(T)". 19 years ago
Daniel Grunwald f521b44db3 Fixed SD2-883: C# to VB conversion error when having a 'while()' statement in one line 19 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 19 years ago
Daniel Grunwald 2ed82fd4cb Fixed some bugs reported in the forum. 19 years ago
Daniel Grunwald 80d967e240 Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier) 19 years ago