26 Commits (d2315a13c0814ffbb6e307675999882772144795)

Author SHA1 Message Date
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 78ac392101 Fixed SD2-1228: Find references dialog title includes ampersand character 19 years ago
Daniel Grunwald a40a3cee90 Show "Please wait..."-dialog during actions that might block the main thread for a long time (search, find references, etc.) 19 years ago
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald 179b62f630 Fixed SD2-920: Refactoring menu options for enums contains invalid options 19 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 19 years ago
Daniel Grunwald ce31426dcb Applied patch by Christian Hornung: Fixes for refactoring indexer expressions 20 years ago
Daniel Grunwald b69a14156d Fixed SD2-746: Bookmark all button on search dialog does nothing 20 years ago
Daniel Grunwald b26a42e1ac Class Browser now supports node builders (based on patch by Robert Zaunere) 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 20 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 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 a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 20 years ago
Daniel Grunwald 374101ad6c Allow find references and rename for local variables and parameters. 20 years ago
Daniel Grunwald 0b8a094265 Fixed find references on private members in partial classes. 20 years ago
Daniel Grunwald 3f4c0950f2 When renaming a field, ask the user if he also wants to the rename the property. 20 years ago
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 20 years ago
Daniel Grunwald ae5a3110b1 Core bugfixes: 20 years ago
Daniel Grunwald 7d4f14a9aa Add context menu to class browser. 20 years ago
Daniel Grunwald b691598427 Use translation database for code completion options panel and "refactoring bookmark". 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 20 years ago
Daniel Grunwald e0ba9a5f35 Improved code completion. 20 years ago
Daniel Grunwald 6490c0c38b Small improvements. 20 years ago
Daniel Grunwald 059e7e904f Added anonymous methods to c# parser. 20 years ago
Daniel Grunwald 67837d7f39 Renamed FileUtility.IsEqualFile to FileUtility.IsEqualFileName (this was a successful test of 'rename'). 20 years ago
Daniel Grunwald 869779a47c Implemented "rename" refactoring. 20 years ago
Daniel Grunwald 9271e6d1fb Implemented "Find references". 20 years ago
Daniel Grunwald 7a475e2a67 Added "find overrides". 20 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 20 years ago