1938 Commits (358c53c6c606cc7b36106c618aabb5ba19dfd353)

Author SHA1 Message Date
Daniel Grunwald 4c6e2726c7 Add attribute completion to BooBinding. 21 years ago
Daniel Grunwald 738f985f03 Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) 21 years ago
Daniel Grunwald 53453edab6 Fixed BOO-380 (Namespace aliases handled incorrectly during code completion). 21 years ago
Matt Ward e2ff20d0bc SD2-490. Fixed problem where the pad contents were not displayed when the default layout was used. 21 years ago
Daniel Grunwald 13237161a5 Fixed SD2-483: TreeNode declarations are missing 21 years ago
Daniel Grunwald 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. 21 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 21 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 21 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 21 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>). 21 years ago
Matt Ward 47d7a3db83 The start command line arguments and the working directory are parsed by the StringParser before the program is run. This enables the use of custom string tags such as TargetPath, TargetDir, etc. 21 years ago
Daniel Grunwald fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). 21 years ago
Markus Palme 278feb767e SD2-453: ported CustomLineManager from Fidalgo 21 years ago
Daniel Grunwald 6bd45d019d Fixed interface code generator for user defined interfaces. 21 years ago
Markus Palme 99392b6765 ported patch from fidalgo rev 2097 21 years ago
Daniel Grunwald fd56973207 Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException. 21 years ago
Daniel Grunwald a738c4ae12 Deleted some of the unused translation strings. 21 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 21 years ago
Daniel Grunwald 0ac8a0bd47 Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). 21 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 21 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 21 years ago
Daniel Grunwald 22a4842e9e Run MsBuild in a separate thread => you can continue coding while your code is compiling. 21 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 21 years ago
Daniel Grunwald 2ea9e7bfd5 Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space 21 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 21 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 21 years ago
Daniel Grunwald fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 21 years ago
Daniel Grunwald c9b90e95f3 Improved performance of "Replace all". 21 years ago
Daniel Grunwald 46038417a5 Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors. 21 years ago
Daniel Grunwald 866399c558 Fixed loading of project files created by Visual Studio 2005. 21 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 21 years ago
Daniel Grunwald 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). 21 years ago
Daniel Grunwald f40fe7fb52 Fixed reading project files that start with whitespace. 21 years ago
Daniel Grunwald 3df4fb54ce Fixed SD2-461: Cannot build projects with umlauts 21 years ago
Daniel Grunwald 04c0bebd07 The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer. 21 years ago
Daniel Grunwald ec3966a4ea Fixed exception when importing VS.NET project without ".user" file. 21 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. 21 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 21 years ago
Daniel Grunwald 85855fb8fd Put ProjectImports into the translation database. 21 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 21 years ago
Markus Palme 42948ac62a added list of project namespaces 21 years ago
Daniel Grunwald 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) 21 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. 21 years ago
Daniel Grunwald cb26b53fa0 Fixed crash when using the "DefaultDebugger" instead of the debugger addin. 21 years ago
Daniel Grunwald 2818a84d16 Fixed SD-371: Adding empty combine to a combine causes exception 21 years ago
Daniel Grunwald 9169d53913 Improved project options (more strings translatable, reference paths tab works now) 21 years ago
Daniel Grunwald 983cd66df0 Put more strings into the translation database. 21 years ago
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 21 years ago
Matt Ward 8a1e782474 File was not being identified as a 'code behind file' if it existed in a subfolder. 21 years ago
Daniel Grunwald 42f00603da Fixed InterfaceImplementorCodeGenerator bug (override keyword). 21 years ago