445 Commits (932fd5ad471886cd8adab06be3d6c75b7a271cdf)

Author SHA1 Message Date
Siegfried Pammer 932fd5ad47 add basic Search API and Search Options to SearchPanel 15 years ago
Siegfried Pammer 2465f78bf4 create separate control for SearchPanel 15 years ago
Siegfried Pammer 6b80e80aef implement basic SearchPanel in AvalonEdit 15 years ago
Daniel Grunwald aa83bf1c44 Don't show folding region tooltip when the mouse hovers behind the collapsed section (after the end of line). 15 years ago
Siegfried Pammer 85bfeb1f15 update VB Syntax Highlighting to VB 11 CTP 15 years ago
Daniel Grunwald 7bcab7097b AvalonEdit documentation update 15 years ago
Daniel Grunwald f24ff58a2b Adjusted unit tests to C# syntax highlighting change. 15 years ago
Daniel Grunwald 56f38f8524 C# syntax highlighting: Don't colorize punctuation. 15 years ago
Siegfried Pammer 82297d7819 add word wrap to InsightWindow in parameter list (header) too 15 years ago
Daniel Grunwald 0ec28b887d Fix SD-1866: support for async/await in code completion. 15 years ago
Daniel Grunwald e64d24419a Yet another performance improvement to AvalonEdit - we now use a way smaller dirty rectangle when changing only a single line. 15 years ago
Daniel Grunwald 3f05ced59c Use DrawingVisual for rendering a VisualLine. This seems to improve AvalonEdit rendering performance a lot in some scenarios. 15 years ago
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 15 years ago
Daniel Grunwald acefecc74e Ignore ExternalException when clipboard cannot be opened for pasting. 15 years ago
Siegfried Pammer 74ff5b60f4 fix SD-1833 - Method Insight popup exceeds screen (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4) 15 years ago
Siegfried Pammer 429f0229b5 fix some bugs in ChangeMarkerMargin 15 years ago
Siegfried Pammer 08cfc14a42 fix SD-1394 - Indentation in region tooltip: 15 years ago
Siegfried Pammer 33018ccb61 fix SD-1611 - Add 'region tooltips' to AvalonEdit 15 years ago
Daniel Grunwald 2eef3e4be9 Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500) 15 years ago
Matt Ward 6d067662f3 Change highlighting in html script tags so javascript code does not use green text. 15 years ago
Daniel Grunwald ab3f7c51a1 Fixed SpecialCharacterTextRun positioning; made box slightly transparent. 15 years ago
Daniel Grunwald 9332d46740 Freeze the shift+backspace key binding. 15 years ago
Matt Ward 1b4fa555ce Enable syntax highlighting for ASP.NET user controls (.ascx) 15 years ago
Matt Ward 23f5d182a1 Add syntax highlighting for .css files. 15 years ago
Matt Ward 158957a479 Enable syntax highlighting for .master files. 15 years ago
Daniel Grunwald 3f91c3f49f Fixed forum-13033: Reopened documents do not scroll to correct position 15 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 15 years ago
Daniel Grunwald 750a692e5b Clarify documentation on TextView.CollapseLines. 15 years ago
Daniel Grunwald 97a18791ce Fixing the build once again. 15 years ago
Daniel Grunwald 941739469e Implement INotifyPropertyChanged in TextDocument. 15 years ago
Daniel Grunwald c610e1b0b9 Fix issue in TextEditorOptions copy constructor. 15 years ago
Daniel Grunwald b4f6f3a435 Fixed bug introduced in b7b12d310e (Reduce memory usage when dealing with long lines and word-wrapping) 15 years ago
Siegfried Pammer 532364965d added missing documentation in MouseHoverLogic, FoldingElementGenerator and FoldingMargin 15 years ago
Siegfried Pammer 41b10e921c fixed scrolling in Console-Pads 15 years ago
Daniel Grunwald b7b12d310e Reduce memory usage when dealing with long lines and word-wrapping. 15 years ago
Daniel Grunwald 441fd15488 Fixed bug in EditingCommandHandler.Cut that allowed deleting read-only text. 15 years ago
mrward 8ab4f3c65d Support background colour when syntax highlighting. 15 years ago
Daniel Grunwald b173684de0 Remove out-of-date documentation comment. 15 years ago
Daniel Grunwald 8d828d1702 AvalonEdit: Add "EnableRectangularSelection" and "EnableTextDragDrop" to TextEditorOptions. 15 years ago
Daniel Grunwald 783fc0024e VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column. 15 years ago
Daniel Grunwald c8dc5154dd Improved inline object handling. Inline objects that change their size in response to user input are now supported. 15 years ago
Daniel Grunwald 569185d113 AvalonEdit: Change inline object implementation so that inline objects are direct children of the TextView (instead of being children of the TextLayer). 15 years ago
Siegfried Pammer f59c66ba3d move MouseHover logic from TextView to separate class and make it reusable 15 years ago
Daniel Grunwald c34e6cc825 Fix forum-12654: DefinitionViewPad scrolls to wrong area (HeightTree.DefaultLineHeight not updated on rendering mode change) 15 years ago
Daniel Grunwald de4c77b629 Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor). 15 years ago
Siegfried Pammer 272502e229 SD-1592: folding controls are customizable 15 years ago
Siegfried Pammer 4b7f38fe9b improved diff tooltip 15 years ago
Daniel Grunwald 976156700f Set e.Handled=true in TextArea.Drop handler. 15 years ago
Daniel Grunwald ce7d7d326b Fix build. 15 years ago
Daniel Grunwald e12e17f6e0 Fixed InvalidOperationException when collapsing two overlapping folds. 15 years ago