293 Commits (6e0521b88c8db502893a375c4f6ddd0e791dfb42)

Author SHA1 Message Date
Daniel Grunwald d092b396de Fixed highlighting of XML attributes containing '.' 16 years ago
Daniel Grunwald a9f1ff3040 Fixed forum-10109: TextEditor.ShowLineNumbers=false removes all DottedLineMargins. 16 years ago
Siegfried Pammer 944298f015 - fixed bug in AXmlParser 16 years ago
Daniel Grunwald f23cba41b1 Converted XML-Mode.xshd to new file format. Fixes forum-10434 (bad XML highlighting in AvalonEdit). 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Daniel Grunwald 91cb4eb433 AvalonEdit: When VisualColumn validation has to change the caret position, prefer to move the caret into the direction that does not cause a caret offset change. 16 years ago
Daniel Grunwald a7454197bd Support for TextFormattingMode.Display in line number margin and other AvalonEdit components using the FormattedText class. 16 years ago
Daniel Grunwald a6d67cfa53 Don't crash when InlineUIElementGenerator's anchor is deleted. 16 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Daniel Grunwald dba640c524 Clear selection and caret position when TextArea.Document is changed. 16 years ago
Daniel Grunwald ddee637521 AvalonEdit TextEditor/TextArea: when changing the document/options, set document/options on the inner TextArea/TextView before the DocumentChanged/OptionChanged event is raised. 16 years ago
Daniel Grunwald 0d217472ff Fixed PixelSnapHelpers - don't crash when measuring a visual without PresentationSource. 16 years ago
Daniel Grunwald ba882fe298 Port PInvokeAddIn to ITextEditor. 16 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 16 years ago
Siegfried Pammer d4ec4475ae move call to GetUriFromMatch before creation of new VisualLineLinkText 16 years ago
Siegfried Pammer 8fc047a728 Fixed SD2-1598 - Unhandled UriFormatException when editing url string: 16 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 16 years ago
Daniel Grunwald 24358ad21e Improved AvalonEdit pixel snapping. 16 years ago
Daniel Grunwald 5254075de9 Align caret on whole pixels. 16 years ago
Daniel Grunwald 5778efa82e Fixed pixel snapping of lines in folding margin. 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald 656cd6cb97 Draw vertical line in fold margin on whole pixels. 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald 1367562511 Ignore all WeakReferenceTests, apparently some change in the .NET 4 GC makes this kind of test unreliable. 16 years ago
Daniel Grunwald 8159a20216 Ignore failing AvalonEdit test. 16 years ago
Daniel Grunwald ae6ec527a1 Fixed XamlBinding unit tests (XAML CC now requires a System.Xaml reference). 16 years ago
Daniel Grunwald f4902e70d7 Fixed forum-10197: InvalidOperationException in Code Completion ("Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed."). 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 819bab8287 Fixed change grouping when the document is changed inside event handlers for TextDocument.TextChanged. 16 years ago
Daniel Grunwald 82e6a42b97 Fixed bug in TextView.BackgroundRenderer_Added that could cause a VisualLinesInvalidException during rendering. 16 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 16 years ago
Daniel Grunwald 7d53a43afd Add infrastructure for code snippets. 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald 23c1c37ec1 Allow setting the TextEditor.SyntaxHighlighting property from XAML. Thanks to Rudi Grobler for the idea (http://dotnet.org.za/rudi/archive/2009/10/09/the-magic-of-type-converters.aspx). 16 years ago
Daniel Grunwald c9fc64257d Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 16 years ago
Daniel Grunwald 91069acffd Update to AvalonDock 1.2.2666. 16 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald cf815e0902 Worked on the AvalonEdit article and sample application. 16 years ago
Daniel Grunwald c78ea89993 Extended AvalonEdit.Sample + article. 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Daniel Grunwald 23db63a30e Allow users to change the AvalonEdit selection style. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 11e4bb94bb AvalonEdit: Fixed bugs in "Spaces to tabs" and "Remove trailing whitespace". 16 years ago
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 16 years ago