12 Commits (0c51983690cfb6ee4be4f57e55ba65ead8b4cc94)

Author SHA1 Message Date
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 19 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 19 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. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Christian Hornung 86d3fdcc78 Fixed SD2-1348: "Find missing resource keys" exception when run before AmbienceService is used. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 5d0fc5b83c Fixed SD2-1095: Autogenerated code for IEnumerable generic interface does not compile 19 years ago
Daniel Grunwald 4ba9c28c71 Fixed SD2-1169: Implementing an interface containing an event produces invalid code 19 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 20 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 20 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald 7ab5aec81b Fixed SD2-765: Create OnEvent method does not work for VB methods without delegate 20 years ago
Daniel Grunwald 37d60be346 Fixed problem with trailing space in expressions for VB debugger tooltips. 20 years ago
Daniel Grunwald 848b87d119 Fixed "Implement interface" code generator. 20 years ago
Daniel Grunwald 9caae3a9db Fixed SD2-666: Code generation for EventHandler produces invalid code 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald a48969f7f0 Fixed SD2-436: Code Autogeneration. (code is now inserted at cursor position again) 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 20 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 20 years ago
Daniel Grunwald d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 21 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 21 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 21 years ago
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 21 years ago