1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 41e2c36afa Fixed C# parser bug that caused InvocationExpressions to have no or incorrect locations. 16 years ago
Daniel Grunwald d3bfe7a542 Fixed forum-10060: CSharp Parser not setting EndLocation on some LocalVariableDeclaration objects 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
Daniel Grunwald 91c7b3aec8 Update to AvalonDock 1.2.2641 16 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Daniel Grunwald 252a8c3ee7 Update AvalonDock to 1.2.2632 16 years ago
Daniel Grunwald 465a5f38e9 Fixed AvalonEdit bug when deleting text including a folded section. 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Daniel Grunwald a2d7a61961 Fixed infinite loop introduced in recent change to folding. 16 years ago
Daniel Grunwald 903eb9dd04 Fixed infinite recursion in TextEditor.ScrollTo (bug introduced in r4910) 16 years ago
Daniel Grunwald 5dae574aec Add simple XmlReader-based XmlFoldingStrategy to AvalonEdit. 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 16 years ago
Daniel Grunwald c7b89dc68f Fixed FxCop issues in ICSharpCode.AvalonEdit.Xml 16 years ago
Daniel Grunwald 317621c567 Build hyperlink support into AvalonEdit and enable it by default. 16 years ago
Daniel Grunwald 3c3ff30a5b AvalonEdit: 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Daniel Grunwald ff2e75afb8 Revert r4902. 16 years ago
Mike Krüger 7772c03684 * Src/PrettyPrinter/IOutputAstVisitor.cs: Exposed some properties 16 years ago
Daniel Grunwald 2c39426725 AvalonEdit now creates an invisible Win32 caret. This is necessary for features like 'Follow text editing' in the Windows Magnifier. 16 years ago
Daniel Grunwald ab01f26709 Disable IME when ICSharpCode.TextEditor is used in .NET 4.0. 16 years ago
Daniel Grunwald 9761f2de43 AvalonEdit: add safety check that ReadOnlySectionProvider doesn't return invalid sections. 16 years ago
Daniel Grunwald 7f2f49377d Fixed ArgumentOutOfRangeException in Boo forms designer and added workaround for another possible ArgumentOutOfRangeException (also when leaving the designer). 16 years ago
Daniel Grunwald 1bab5625a5 Fix SD2-1584 - VB .NET snippet parser crashes on invalid syntax 16 years ago
Daniel Grunwald 85c0da5716 Fix SD2-1587 - Duplicate sections added to solution file on each save 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
Daniel Grunwald 68fe102c06 Bracket highlighting: Create a different figure for start and end bracket (don't draw combining line when end bracket is on the next line after the start bracket) 16 years ago
Daniel Grunwald 75b4682d7f Expand foldings when the caret is moved into them. 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Daniel Grunwald 7aab8df4ba AvalonEdit: scroll when mouse is moved close to border while selecting text. 16 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Martin Koníček c9df3a1781 Fixed a minor bug in AvalonEdit.TextEditor.IsReadOnly. 16 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Daniel Grunwald 511a9016f8 Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way. 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Daniel Grunwald b6fc279f87 Trying to fix the zero-height bugin AvalonDock (repro steps were: close last pad in a pane, change layout, change layout back, reopen pad). 16 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 16 years ago
Mike Krüger 1b44fac5a9 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 16 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago