16 Commits (34e76133c342495f580a808dd25feea2b51d6f42)

Author SHA1 Message Date
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 16 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald a8570d9287 Fixed snippet converter C# -> VB (references to unknown properties like "this.Font" were seen as method groups, causes the converter to incorrectly add "AddressOf") 17 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 17 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 17 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 17 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# 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 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago