28 Commits (fe47d5f46099f2aa519d5c4b1b66c2e6de3b58ca)

Author SHA1 Message Date
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 16 years ago
Daniel Grunwald ea8ead857b Fixed SD2-1626 - Type parameters placed incorrectly when implementing interface nested inside generic class 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 16 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 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 61c15ff222 Update samples. 17 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 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 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 6e385b8ff4 Code completion: fixed some context detection bugs. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 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. 18 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 18 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 19 years ago
Daniel Grunwald c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 19 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 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 ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 19 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 20 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 20 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 20 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 20 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 20 years ago