1113 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald 146d61722d FxCop fixes for AvalonEdit. 17 years ago
Daniel Grunwald d5eaa4e07e Fixed VB compact framework targets. 17 years ago
Matt Ward 24adea7110 Fixed SD2-1333 - Unable to scroll horizontally when a file is first opened. 17 years ago
Daniel Grunwald 1012755da5 Fixed SD2-783: GDI Handle leak 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald 2921e6f48b NRefactory: ensure Parent property is correctly set for all nodes 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald abdf370ea4 Fixed SD2-1469: Argument out of range exception in expression finder 17 years ago
Daniel Grunwald c197764697 Fixed SD2-1476: Return value attributes not converted correctly 17 years ago
Matt Ward 11575009d5 Path to FxCop 1.36 now detected. 17 years ago
Daniel Grunwald e9eba2d44b 'default' keyword was missing in completion list in field initializers. 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Daniel Grunwald f976eb0c79 AvalonEdit: handle Shift-Tab 17 years ago
Daniel Grunwald 7181ed1237 NRefactory: set parent property on PropertyGetSetRegion, EventAddRemoveRegion, TemplateDefinition. 17 years ago
Daniel Grunwald 8b507a58ac Use Dictionary instead of Hashtable in BrushRegistry to prevent boxing of Color objects. Use Pen.DashPattern instead of Pen with HatchBrush for dotted pens. 17 years ago
Daniel Grunwald dbaed14afa Memory usage optimization for the Text Editor as suggested in forum-8629. 17 years ago
Daniel Grunwald 8281a3af0e AvalonEdit syntax highlighter: merge changes in V1 XML Schema, use atomic groups for the keyword regex. 17 years ago
Daniel Grunwald 650e909244 Fixed forum-8538: incorrect selection on Undo/Redo. 17 years ago
Daniel Grunwald 7cd399e8d2 Fixed forum-8567: "invalid EmbeddedStatement" when using Dim in single-line-if "If a Then Dim b As String" 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 20fad3dd84 Forum-8545: Fixed color of +/- sign in folding marker. 17 years ago
Daniel Grunwald bcb4ace39a Fixed NRefactory bug when detecting cast expressions: If the tokens in the parenthesis look like a pointer type, don't check the cast follower. 17 years ago
Daniel Grunwald 81364494d7 Fixed exception in syntax highlighter when slowly scrolling to the end of the document (so that the span stack is set for all but the last line). 17 years ago
Daniel Grunwald d1575ceb4f Update AvalonDock to 1.1.1714, fixed focus bug when there are secondary view contents. 17 years ago
Daniel Grunwald 053bdcee81 Add AvalonEdit to setup. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago
Daniel Grunwald d64c3db0da Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari) 18 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 18 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 18 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 18 years ago
Siegfried Pammer a8620375cf Fixed build. 18 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Daniel Grunwald f608ae96c7 Update to AvalonDock 1.1.1692. 18 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 18 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 18 years ago
Daniel Grunwald eaca0978dc Rename category for WPF project templates from ".NET 3.0" to "WPF". 18 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 18 years ago
Daniel Grunwald a8570d9287 Fixed snippet converter C# -> VB (references to unknown properties like "this.Font" were seen as method groups, causes the converter to incorrectly add "AddressOf") 18 years ago
Daniel Grunwald 72bc6eddad SD2-611 - Auto-Complete tooltip does not word wrap when displayed on the left 18 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 18 years ago
Daniel Grunwald b8b9b2fd39 Disable VSTS code analysis inside SharpDevelop. 18 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 18 years ago
Daniel Grunwald eb63955007 Upgrade AvalonDock to 1.1.1648. 18 years ago
Daniel Grunwald 2110f0ca43 Add WPF startpage. 18 years ago
Daniel Grunwald 15336dd45f Add icons for pads; dispose view contents when closing them. 18 years ago
Daniel Grunwald 1dc0c12074 Fixed build. 18 years ago
Daniel Grunwald 690d353d37 Fixed forum-8290: Do not add "static" to constants when converting a VB module to a C# class. 18 years ago
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 18 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 18 years ago