631 Commits (a1f613e2749b85bc488b0c9cb5d2fe0b48ae2449)
 

Author SHA1 Message Date
Mike Krüger ba4a272892 Implemented specific GetNodeAt method. 14 years ago
Mike Krüger 1feb0fc502 Added contains method. 14 years ago
Mike Krüger d4d9ffd914 Added observer visitor. 14 years ago
Mike Krüger f76181376f Fixing switch section output + it's now possible to track node output 14 years ago
Mike Krüger 79f17985ea Put embedded statments onto next line. 14 years ago
Mike Krüger 478faf7a5d added name token property. 14 years ago
Mike Krüger d561ccf9b1 Merged some changes from monodevelop. 14 years ago
Mike Krüger 280b79b8c8 Fixed return type tokens 14 years ago
Eusebiu Marcu 91c563b3d3 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Mike Krüger 8578bad27a Added easy name token access. 14 years ago
Mike Krüger dfea0895fd added bounds check. 14 years ago
Mike Krüger 2fa40d8d0a Fixed special constraint expression parsing. 14 years ago
Daniel Grunwald eb6f6c19c1 Make ConvertChar and ConvertString public. 14 years ago
Daniel Grunwald b07228e982 Fixed issues with detection of using statements. 14 years ago
Daniel Grunwald a238bf1cfe When decompiling a field, also decompile constructors to check whether there's an initializer on the field. When decompiling a constructor, display field initializers outside of the constructor. Closes #3. 14 years ago
Siegfried Pammer 3974a801e1 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
Daniel Grunwald 7738421802 Fixed position of XML comments on nested types. 14 years ago
Daniel Grunwald 9a35ee4404 Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Siegfried Pammer 5997f81668 add foldings to documentation comments; closes #165 14 years ago
Mike Krüger fc86a67704 Fixed relocation bug. 14 years ago
Mike Krüger 8fc4139132 Fixed relocatable bug/removed some debug messages. 14 years ago
Mike Krüger 8237448dbd Renamed interface. 14 years ago
Eusebiu Marcu e434783155 get AST nodes locally 14 years ago
Eusebiu Marcu a7f45f683a add icon margin & bookmarks 14 years ago
Siegfried Pammer 99b4726d91 fix https://github.com/icsharpcode/ILSpy/issues/177 14 years ago
Siegfried Pammer 48774e40e4 add support for EventDeclaration and some more binary operators 14 years ago
Mike Krüger 450be5a945 Corrected locations for parset expressions/statments/type members. 14 years ago
Mike Krüger cb114b8d29 Fixed blank line formatting bug. 14 years ago
Siegfried Pammer 1e2bce63a4 do not print method bodies in Interfaces 14 years ago
Siegfried Pammer d83c0e6d37 add support for comments 14 years ago
Siegfried Pammer 0f33774526 output ThrowStatement 14 years ago
Siegfried Pammer 8cb9d38d40 add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Siegfried Pammer d523549f6d fix indentation in Accessor blocks 14 years ago
Siegfried Pammer 7ed36c09e8 convert default(T) to Nothing and typeof() to GetType() 14 years ago
Siegfried Pammer 032f217237 implemented IfElseStatement and some more expressions 14 years ago
Eusebiu Marcu 56e75575f9 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Siegfried Pammer 82c6419e7d implement translation of EnumDeclaration 14 years ago
Siegfried Pammer d2174182bc implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 14 years ago
Siegfried Pammer e0bfac9bd3 implement proper conversion of FieldDeclaration 14 years ago
Siegfried Pammer 43cf583e81 add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses 14 years ago
Siegfried Pammer 3a26819995 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression and TypeReferenceExpression 14 years ago
Siegfried Pammer b3ec92a6ed implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 14 years ago
Siegfried Pammer b9dc346330 implement Attribute conversion 14 years ago
Siegfried Pammer 5f5a38c0f6 add support for Imports and Namespaces 14 years ago
Daniel Grunwald e1871859d4 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543' 14 years ago
Siegfried Pammer 1e4a1d911c add missing CSDemo files 14 years ago
Siegfried Pammer b5c55470c5 finished implementation of global level VB constructs 14 years ago
Siegfried Pammer a810296de9 - fixed bugs/missing features in ExpressionFinder.atg 14 years ago
Siegfried Pammer dd8c7f7325 add new VBDemo 14 years ago
Siegfried Pammer 99d4a8f24b remove code from MainForm in sample 14 years ago