241 Commits (3c07d41faa782dd244ea25a08806215d5cb4166c)

Author SHA1 Message Date
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 20 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 20 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 20 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 20 years ago
David Srbecký 0432df8966 Added methods for "Set current statement" to IDebugger 20 years ago
Daniel Grunwald 70810828fd Add "Set current statement" command to text editor context menu. 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 b36d72b6b5 Fixed SD2-543: NullReference Exception thrown when viewing VB project properties 20 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 20 years ago
Daniel Grunwald fb12258ca6 Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). 20 years ago
Daniel Grunwald db979be5f7 Improved C# to Boo converter. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 20 years ago
Daniel Grunwald 0cfa16791c Add support for partial classes to the form designer. 20 years ago
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 20 years ago
Daniel Grunwald 91406cf910 Debugger grid child windows now use a custom border instead of SizableToolWindow. 20 years ago
Daniel Grunwald e71835b49f Fixed debugger tooltip grid. 20 years ago
David Srbecký 352a57c1b0 Debugger tooltips are filled with real content. 20 years ago
Daniel Grunwald 30f7efb8ea Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files. 20 years ago
Daniel Grunwald 04b763d047 Display TreeGrid in debug mode (currently without content). 20 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 20 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 20 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 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
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 20 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 20 years ago
Daniel Grunwald fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. 20 years ago
Daniel Grunwald 9f60eac3d0 Improved lazy-loading: fixed loading of BackendBindings when text editor was opened. 20 years ago
Daniel Grunwald 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. 20 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 20 years ago
Daniel Grunwald 4c6e2726c7 Add attribute completion to BooBinding. 20 years ago
Daniel Grunwald ce8434156e Fixed return type of generic parameters like "ref T[]" and generic references in base types (e.g. IList<T> derives from ICollection<T>). 20 years ago
Daniel Grunwald 6bd45d019d Fixed interface code generator for user defined interfaces. 20 years ago
Daniel Grunwald fd56973207 Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException. 20 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 20 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 20 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 20 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 20 years ago
Daniel Grunwald 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). 20 years ago
Matt Ward e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. 20 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 20 years ago
Daniel Grunwald 85855fb8fd Put ProjectImports into the translation database. 20 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 20 years ago
Markus Palme 42948ac62a added list of project namespaces 20 years ago
Daniel Grunwald 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. 20 years ago
Daniel Grunwald cb26b53fa0 Fixed crash when using the "DefaultDebugger" instead of the debugger addin. 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 0c9ebf6dc2 Reduced number of allocations: 20 years ago