1113 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald bdb690af14 Adjust vertical scroll bar for visible text range only. Improves text editor performance when editing large files. 20 years ago
Daniel Grunwald 7ea51e06df Fixed forum-8340: error inserting code template in empty file 20 years ago
Daniel Grunwald b0a4b07005 CodeDOMOutputVisitor.cs now supports arrays - fixes forum-8320 20 years ago
Daniel Grunwald 959ca301c5 Fixed SD2-831: Text editor jumping after copy and paste 20 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 20 years ago
Daniel Grunwald 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 20 years ago
Daniel Grunwald e56e0f6f8a Rewritten TextView.PaintLinePart. Text markers now can start or end inside TextWords; the highlight marker now can be placed inside a TextWord. 20 years ago
Daniel Grunwald 2de421c5a9 Fixed C# <-> VB conversion bugs. 20 years ago
Daniel Grunwald 059d8e0873 Fixed SD2-821: Cursor position after generating event handler 20 years ago
Daniel Grunwald aac539edf7 Fixed SD2-808: Indenting comment when typing colon character or ( ) 20 years ago
Daniel Grunwald e9ff406a9e Fixed SD2-646: Highlighting bug for multiline comments 20 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 20 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 20 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 20 years ago
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