677 Commits (efba806bb0466553ca7760ceee81645733f4c6a6)

Author SHA1 Message Date
Daniel Grunwald cb8f1d1078 Fixed NullReferenceException in ToVBNetConvertVisitor when doing snippet conversion. 19 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 19 years ago
Daniel Grunwald b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 19 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 19 years ago
Daniel Grunwald b95469bf0a Fixed another problem related to ternary expressions and "is" expressions. 19 years ago
Daniel Grunwald 0bb578ef69 Fixed forum-16306: NRefactory can't parse ternary expressions containing -1 19 years ago
Daniel Grunwald 40b92e149e VB token list: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 39bfcc0013 Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me" 19 years ago
Daniel Grunwald 15da21072b Fixed forum-15559: C# lexer reports error on identifiers like @_ABC 19 years ago
Daniel Grunwald e6bdcac3ae Fixed SD2-1282: Completion inside Select Case statement 19 years ago
Daniel Grunwald 8620427755 Fixed SD2-1286: Nested With statements result in stack overflow 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 137ebabd5a Fixed SD2-1040: External subs declarations not converted correctly from VB to C# 19 years ago
Daniel Grunwald 4a374bf942 Fixed SD2-1071: Explicit bounds in array assignment not converted correctly between C#<-->VB. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 259a31692e Fixed code-completion problem introduced in last revision. 19 years ago
Daniel Grunwald 8c2dfd9573 Fixed scope of loop variable in ForStatement. 19 years ago
Daniel Grunwald f5793ea348 Fixed some problems reported in the forum. 19 years ago
Daniel Grunwald 988ddfc1de Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald ecf6c52e82 On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name. 19 years ago
Markus Palme 73f0c70429 SD2-1201: IfElseStatement does not have Location and Parent set 19 years ago
Daniel Grunwald 0729800650 Fixed SD2-1180: Changed event inserted at wrong position 19 years ago
Daniel Grunwald c7e62da426 Fixed SD2-1202: NullReferenceException for incomplete type argument list 19 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 20 years ago
Daniel Grunwald f399bed9de Fixed SD2-1079: Cast statements not converted correctly from C# to VB. 20 years ago
Daniel Grunwald 5691c03e96 Fixed SD2-1181: Remove unused imports removes using statements required for type arguments 20 years ago
Markus Palme a0db909e8f SD2-1161: Refactor icons don't show for VB generic interface declarations in the editor. 20 years ago
Markus Palme 9b8e8de67b added SharpCoco source code 20 years ago
Markus Palme c72b88aa50 keep directory 20 years ago
Markus Palme 2a40620a58 fixed parser generation 20 years ago
Markus Palme af50fcaf60 removed sharpcoco binary because it's not used. removed sharpcoco source code because it doesn't match the version used. 20 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Markus Palme 1dc51241d5 cleanup 20 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 20 years ago
Daniel Grunwald 53739a9c31 Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#. 20 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. 20 years ago
Daniel Grunwald d9dd2ffd90 Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error 20 years ago
Daniel Grunwald 3010494a64 Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status. 20 years ago
Daniel Grunwald 2ddd254943 CodeDomVisitor: keep type arguments on base type references. 20 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 20 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 20 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 20 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 20 years ago