1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
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) 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 17 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 17 years ago
Siegfried Pammer a8620375cf Fixed build. 17 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 17 years ago
Daniel Grunwald f608ae96c7 Update to AvalonDock 1.1.1692. 17 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 17 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 17 years ago
Daniel Grunwald eaca0978dc Rename category for WPF project templates from ".NET 3.0" to "WPF". 17 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 17 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") 17 years ago
Daniel Grunwald 72bc6eddad SD2-611 - Auto-Complete tooltip does not word wrap when displayed on the left 17 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 17 years ago
Daniel Grunwald b8b9b2fd39 Disable VSTS code analysis inside SharpDevelop. 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Daniel Grunwald eb63955007 Upgrade AvalonDock to 1.1.1648. 17 years ago
Daniel Grunwald 2110f0ca43 Add WPF startpage. 17 years ago
Daniel Grunwald 15336dd45f Add icons for pads; dispose view contents when closing them. 17 years ago
Daniel Grunwald 1dc0c12074 Fixed build. 17 years ago
Daniel Grunwald 690d353d37 Fixed forum-8290: Do not add "static" to constants when converting a VB module to a C# class. 17 years ago
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 17 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 17 years ago
Daniel Grunwald 79c8d01269 Upgrade to AvalonDock 1.1.1631. 17 years ago
Daniel Grunwald 90e697e7b7 Upgrade to new AvalonDock version, support for ViewClosed event. 17 years ago
Daniel Grunwald 57b90f070b Upgrade to new AvalonDock version. 17 years ago
Daniel Grunwald 0ab5c4b55e At "Caret Line" to text editor (disabled by default) - based on patch by Troy Simpson. 17 years ago
Daniel Grunwald ce47d3c5db Throw descriptive exception when escape character '@' is at the end of a highlighting expression. 17 years ago
Markus Palme 585c7519f4 finished AST generation for VB.NET query expressions 17 years ago
Markus Palme 91f3864fc6 started work on VB.NET queryexpression AST 17 years ago
Markus Palme 082b2f4bd4 VB.NET: grammar (no AST generation yet!) for query expressions 17 years ago
Markus Palme 7778023f03 cleanup 17 years ago
Markus Palme d5333fe80f VB.NET tokens for QueryExpression 17 years ago
Markus Palme 98f4e6aacc VB.NET lambda expressions 17 years ago
Markus Palme 5add8e0921 VB.Net: "Option Infer" statement 17 years ago
Markus Palme ead3e0d612 added "Infer" keyword; 17 years ago
Markus Palme 90197b2101 VB.NET: Identifier expression can have type arguments; 17 years ago