1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Matt Ward a77b961def Fixed null reference exception generated when Mono's DefaultCLR registry value was missing. 20 years ago
Daniel Grunwald 704ea9be70 BooAdvancedHighlighter: only resolve references that in the visible part of the document 20 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald de3141c785 Improved code-completion for duck-typing. 20 years ago
Daniel Grunwald 6255ccddd2 Fixed SD2-696: Code completion list background is transparent when containing one item 20 years ago
Daniel Grunwald d4e9eff246 Fixed SD2-642: Region inside class method not recognised 20 years ago
Daniel Grunwald 499fe3bdc2 Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576). 20 years ago
Daniel Grunwald dd4e5f9ea9 Fixed crash when parsing incomplete Imports statement. 20 years ago
Daniel Grunwald a9dcb57f75 Fixed SD2-736: When editing the C# highlighting, the Environment section cannot be changed 20 years ago
Daniel Grunwald db253755b8 Fixed SD2-571: Folding classes hides the declaration line 20 years ago
Daniel Grunwald d595bff51e Implemented code-completion for Boo's CallableTypeReference. 20 years ago
Daniel Grunwald c01c098d7e Serralongue now runs on x64 again (patched DockPanelSuite problem: http://sourceforge.net/tracker/index.php?func=detail&aid=1438642&group_id=110642&atid=659401) 20 years ago
Daniel Grunwald 01b05ed704 Fixed SD2-725: Partial inner class defined inside form 20 years ago
Daniel Grunwald 3f5b19ca38 Fixed SD2-768: Context menu location when opened via Shift+F10 20 years ago
Daniel Grunwald 8cad311b40 Fixed SD2-777: Cannot add a new ASP.NET WebForm to a project 20 years ago
Daniel Grunwald 254bf37011 Fixed exception when parsing incomplete Select Case statement. 20 years ago
Daniel Grunwald 73a9ab7d0c Fixed SD2-752: Exception when classes use "global::" as base class reference 20 years ago
Daniel Grunwald 1a6fa98461 Added simple ASPX syntax highlighting, added Web application project template by Tom Schröter. 20 years ago
Daniel Grunwald 98e7ddff44 Comment positions inside enum are preserved (forum-6415). 20 years ago
Daniel Grunwald 947d735076 Default syntax highlighting strategy can be extended - patch by Robert Zaunere. 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
Matt Ward 4808223c7b SD2-378. Selected item's text in bookmark, breakpoint and search results pad now displayed using SystemColors.HighlightText. 20 years ago
Matt Ward 985dfffb70 SD2-413 - Bookmark marker not redrawn correctly after being partially covered by another window. 20 years ago
Daniel Grunwald 05c43ceb3f Worked on FxCop integration. 20 years ago
Daniel Grunwald 4415e32c07 Implemented FxCop task. 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Daniel Grunwald 94d339bf97 Improved VB -> C# converter. 20 years ago
Matt Ward ea64b543f7 SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 20 years ago
Daniel Grunwald 5b7822936a Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
Matt Ward 17aa48e709 Modified the MonoCompilerTask class (base class for all mono compiler tasks) so it uses Microsoft's ToolTask class to run the compiler instead of doing all the work itself. 20 years ago
Matt Ward 9d52c21a2e VB.NET projects can now target Mono via the MonoBasic compiler. All Mono compiler command lines now logged and can be seen when running MSBuild from the command prompt. Added Gtk# project and file template for VB.NET. 20 years ago
Matt Ward 5ff47c03b8 VB.NET projects can now target different versions of Microsoft's .NET framework. 20 years ago
Daniel Grunwald 5cadcaa96c Apply our patches to the DockPanel Suite. 20 years ago
Daniel Grunwald 6e1d43f2d7 Upgrade to DockPanel Suite 1.0.0. 20 years ago
Daniel Grunwald c020c5848d C# parser bugfix: casts to non-builtin nullable types 20 years ago
Daniel Grunwald 2a2745948d Fixed C# parser bug (casts to nullables). 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald e871bbbb6c Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
Daniel Grunwald 2e030b8b2a Fixed Forum-5038: using "Go to line number" does not clear the selection. 20 years ago
Daniel Grunwald 8c8f945005 Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened. 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
Daniel Grunwald 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. 20 years ago