572 Commits (3ad811d6daf7be202baa412b5161fda10aeb1133)
 

Author SHA1 Message Date
Daniel Grunwald 3ad811d6da Add missing file headers. 20 years ago
Daniel Grunwald 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. 20 years ago
Daniel Grunwald a067ef2b3a Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent. 20 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 20 years ago
Matt Ward 6b28ad4d4d Added a missing NAnt addin resource string. 20 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 20 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 20 years ago
Daniel Grunwald 7e7413ce36 Update component library, tried to fix exception when switching back from the form designer when deleting controls from the form so that the caret position is after the end of the document. 20 years ago
Daniel Grunwald 7acfbfc9b4 Delete old ProjectImporterExporter addin. 20 years ago
Matt Ward 9aece9eefb The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception. 20 years ago
Christoph Wille e535d87830 Minor changes to info document 20 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 20 years ago
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 20 years ago
Matt Ward cf7db885d6 Added more MSBuild file extensions so they are syntax highlighted. 20 years ago
Markus Palme 78e0a68a63 SD2-417 Icon for defintionview pad 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 986a361923 Fixed SD2-479. 20 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. 20 years ago
Daniel Grunwald fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). 20 years ago
Markus Palme 278feb767e SD2-453: ported CustomLineManager from Fidalgo 20 years ago
Markus Palme 6205a7f110 fixed SD2-445 C# parser fails on default value expression in variable initializer 20 years ago
Daniel Grunwald 6bd45d019d Fixed interface code generator for user defined interfaces. 20 years ago
Markus Palme 99392b6765 ported patch from fidalgo rev 2097 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
Markus Palme fe3e18a8f2 Patch from Shinsaku Nakagawa. Fixes two IME problems: 20 years ago
Matt Ward f359104838 Added extra filename extensions to be supported by the XmlFoldingParser. Folds were only being updated for files with an .xml extension. 20 years ago
Daniel Grunwald 4b0ac9160e Add "Convert buffer to Boo" command to BooBinding. 20 years ago
Daniel Grunwald a738c4ae12 Deleted some of the unused translation strings. 20 years ago
Daniel Grunwald abd9f2604d Fixed SD2-458: Tab is always replaced with 4 spaces 20 years ago
Matt Ward d8bcf5d980 Added support for commenting/uncommenting a selection of xml. 20 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 20 years ago
Matt Ward b63c53a432 Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method. 20 years ago
Matt Ward a81823f683 GotoDefinition executed when double clicking an MbUnitPad test tree node. 20 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). 20 years ago
Daniel Grunwald 6b4df3a30e Added support for local variables and simple type inference to BooBinding. 20 years ago
Daniel Grunwald db88488928 Fixed assertion when typing a "RaiseEvent" statement (http://community.sharpdevelop.net/forums/1156/ShowPost.aspx) 20 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 20 years ago
Daniel Grunwald f5dabdb4d8 Fixed paths in BooBinding project files. 20 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 20 years ago
Matt Ward 538974e08e Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property. 20 years ago
Daniel Grunwald ff3ac00775 Improved handling of proportional fonts. 20 years ago
Daniel Grunwald 22a4842e9e Run MsBuild in a separate thread => you can continue coding while your code is compiling. 20 years ago
Daniel Grunwald 8f8218c216 Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work) 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 2ea9e7bfd5 Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space 20 years ago
Mathias Simmack 23a9e07147 Help 2.0: fixed a bug when selecting the previous or next topic button (browser) with a hidden TOC control; there was an exception because, of course, there was no selection in the TOC control. Now I use the Get*FromUrl method with the current browser URL. btw: some other things changed 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 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 20 years ago
Daniel Grunwald fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 20 years ago
Mathias Simmack 5deb782052 Pad layout: included some references for the dynamic help pad to solve issue #2 (http://community.sharpdevelop.net/forums/820/ShowPost.aspx) 20 years ago