2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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
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 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
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 20 years ago
Daniel Grunwald fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). 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 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 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
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 fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 20 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 20 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 20 years ago
Mathias Simmack 516bf184bf dynamic help: needed to fix the Win32 resource... Hm... 20 years ago
Mathias Simmack f29a415f04 dynamic help: HTML and PNG images included as Win32 resource 20 years ago
Daniel Grunwald 56f0ee8610 Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages 20 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. 20 years ago
David Srbecký 47adfb89f7 Fixed bug that prevented recompiling due to files locked by the debugger 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
Mathias Simmack b805da617f Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file) 20 years ago
Mathias Simmack 7c59ad1435 dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute) 20 years ago
Mathias Simmack e228fd2bc1 Help 2.0: context.html updated 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
Markus Palme 64c1f4f6a8 added vb.net projectlevel-imports option panel 20 years ago
Daniel Grunwald 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) 20 years ago
Mathias Simmack 9b5819d2fb Help 2.0: some little fixes 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
Matt Ward befee650b3 Added 'Stop tests' toolbar button and context menus to the MbUnit pad. Go to definition context menu command is not currently working. 20 years ago
Mathias Simmack 52d9113431 dynamic help: fixed a little problem with the 'helpResults' bool 20 years ago
Daniel Grunwald 1df303a5a0 Fixed SD2-451: Exception thrown when adding new event handler. 20 years ago
Daniel Grunwald 9169d53913 Improved project options (more strings translatable, reference paths tab works now) 20 years ago
Mathias Simmack db77b810b2 dynamic help: fixed a problem with the Project language 20 years ago
Mathias Simmack af29d284b8 dynamic help: uses default entries (s. revision 489), uses the Project language to limit the help results 20 years ago
Mathias Simmack cfc3ab3490 dynamic help: created new XML file with default entries (if you want to use it, copy it into the Addin folder) 20 years ago
Daniel Grunwald 983cd66df0 Put more strings into the translation database. 20 years ago
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 20 years ago