3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald e5964dbf6a Fixed problems with RegexpTk. 21 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 21 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 21 years ago
Daniel Grunwald e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. 21 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. 21 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 21 years ago
Matt Ward 153c6eb444 NAnt addin now using SolutionOpen condition. 21 years ago
Daniel Grunwald bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. 21 years ago
Daniel Grunwald e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. 21 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 21 years ago
Daniel Grunwald 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. 21 years ago
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
Daniel Grunwald 2848336602 Add boo file templates and icons. 21 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 21 years ago
Daniel Grunwald 13237161a5 Fixed SD2-483: TreeNode declarations are missing 21 years ago
Daniel Grunwald 3ad811d6da Add missing file headers. 21 years ago
Daniel Grunwald 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. 21 years ago
Daniel Grunwald a067ef2b3a Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent. 21 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 21 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 21 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 21 years ago
Daniel Grunwald 7acfbfc9b4 Delete old ProjectImporterExporter addin. 21 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. 21 years ago
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 21 years ago
Daniel Grunwald fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). 21 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. 21 years ago
Daniel Grunwald 4b0ac9160e Add "Convert buffer to Boo" command to BooBinding. 21 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 21 years ago
Matt Ward b63c53a432 Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method. 21 years ago
Matt Ward a81823f683 GotoDefinition executed when double clicking an MbUnitPad test tree node. 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 6b4df3a30e Added support for local variables and simple type inference to BooBinding. 21 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 21 years ago
Daniel Grunwald f5dabdb4d8 Fixed paths in BooBinding project files. 21 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 21 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 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 fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 21 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 21 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 21 years ago
Mathias Simmack 516bf184bf dynamic help: needed to fix the Win32 resource... Hm... 21 years ago
Mathias Simmack f29a415f04 dynamic help: HTML and PNG images included as Win32 resource 21 years ago
Daniel Grunwald 56f0ee8610 Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages 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
David Srbecký 47adfb89f7 Fixed bug that prevented recompiling due to files locked by the debugger 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
Mathias Simmack b805da617f Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file) 21 years ago
Mathias Simmack 7c59ad1435 dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute) 21 years ago