1693 Commits (e17d6e0482ddc1f86b617dfd749c61afabd4962d)

Author SHA1 Message Date
Daniel Grunwald e17d6e0482 AvalonEdit: Fixed caret rectangle calculation when there are inline UI elements that extend below the baseline. 14 years ago
Siegfried Pammer c1db2490f8 NRefactory 5: do not throw exceptions if there's no cecil reference for entity 14 years ago
Siegfried Pammer 8db12b246d add correct behaviour of Backspace/Delete in virtual space 14 years ago
Siegfried Pammer d4e447ab81 small adjustments for virtual space mode 14 years ago
Siegfried Pammer 4bf6937250 fix performance regression of local variables pad and watch pad 14 years ago
Siegfried Pammer 21bc49b814 update NR5 in SharpDevelop 14 years ago
Siegfried Pammer 4c6bbb31be small improvements on ILSpy integration: 14 years ago
Daniel Grunwald 1aa10e5bbf Ignore OutOfMemoryException when trying to paste large amounts of text. 14 years ago
Daniel Grunwald 821bb6e6e7 Don't expose LinkElementGenerator.GetMatch(). 14 years ago
Daniel Grunwald 8b0de6243f Fix the width of tabs with IndentationSize=1. 14 years ago
Daniel Grunwald b3ed4c86a8 Fixed potential NullReferenceException in HeightTree.GetNodeByVisualPosition 14 years ago
Siegfried Pammer 8c64954a06 move OutputPad to WPF based on AvalonEdit 14 years ago
Siegfried Pammer cf9a06642b fixed small, but annoying bugs in VB Lexer and profiler 14 years ago
Daniel Grunwald a15202b44a Fix AvalonEdit .NET 3.5 build. 14 years ago
Matt Ward 12f11b356b Move Rhino.Mocks to common libraries folder. 14 years ago
Daniel Grunwald 737fba5dc7 Update ICSharpCode.Decompiler to ILSpy 09c2b45f. 14 years ago
Daniel Grunwald 2049beb82f Update to SharpSVN 1.7.2 14 years ago
Daniel Grunwald 28c2f38f4f Fix "InvalidOperationException: Trying to build visual line from collapsed line": 14 years ago
Daniel Grunwald d071c68a8d Move the list of line delimiters to NewLineFinder. 14 years ago
Siegfried Pammer 6bbb231db8 add EnableVirtualSpace setting to options dialog 14 years ago
Siegfried Pammer b32b727800 SearchPanel should insert selected text into the SearchPanel when pressing Ctrl+F (suggested by ThaiGIS) 14 years ago
Siegfried Pammer bc17c3e8ba add some fault tolerance to BackgroundGeometryBuilder 14 years ago
Siegfried Pammer 12493b5b49 fixed bugs in RectangleSelection and SimpleSelection 14 years ago
Siegfried Pammer 51c3a092dd fixed unit tests 14 years ago
Siegfried Pammer b7bfda0539 fixed warnings and added missing documentation 14 years ago
Siegfried Pammer a92e43c389 finished implementation of virtual space 14 years ago
Siegfried Pammer b32efa69cf add support for Backspace and Delete in virtual space 14 years ago
Siegfried Pammer b677f75db0 continuing work on virtual space. Adjusted BackgroundGeometryBuilder and text input. 14 years ago
Daniel Grunwald b2a774f77b Refactored the selection API; preparing for improving the rectangular selection. 14 years ago
Daniel Grunwald 600ba51dab AvalonEdit: Initial implementation of virtual space. 14 years ago
Siegfried Pammer 046d5a986d fix special case when rendering selection at virtual line breaks (word wrap) with Show Spaces enabled 14 years ago
Siegfried Pammer a2878f4015 fixed SD-1833 - Method Insight popup exceeds screen 14 years ago
Siegfried Pammer 40ae341392 implement localization of SearchPanel in SharpDevelop 14 years ago
Siegfried Pammer 6d219a7927 add localization to SearchPanel 14 years ago
Daniel Grunwald 5f6c201698 AvalonEdit Bugfix: caret is invisible if blinking is disabled in the system settings 14 years ago
Siegfried Pammer 213847c31b fixed bug in SearchPanel: could not be opened again, if it was closed before. 14 years ago
Siegfried Pammer 042795f004 add some missing documentation 14 years ago
Siegfried Pammer 1b7aab3e1d simplify SearchManager API 14 years ago
Siegfried Pammer 0f0dcef344 updating documentation and resources 14 years ago
Siegfried Pammer 4567a708c1 add "No results found!" message to SearchPanel, if no results are found. 14 years ago
Siegfried Pammer 1570138319 fixing some bugs and playing around with cancellation 14 years ago
Siegfried Pammer 5989e5653e implement Replace and Replace all 14 years ago
Siegfried Pammer 16eac37252 update implementation constraints for ISearchStrategy 14 years ago
Siegfried Pammer 5c8091e740 fix bug in RegexSearchStrategy.FindNext 14 years ago
Siegfried Pammer 41a7197fd2 SearchPanel: fix a memory leak when the document instance is changed; fix issues with 0-length results; add access to MarkerBrush 14 years ago
Siegfried Pammer 2f4b128d25 fix rendering issues in SearchResultBackgroundRenderer, if results have length 0. Make MarkerBrush customizable 14 years ago
Daniel Grunwald 67bba7a65b Fixed AvalonEdit bug: text cannot be dropped over a line (only in the small space between lines) 14 years ago
Siegfried Pammer 26a1650b60 convert SearchPanel to a normal control and move it to adorner 14 years ago
Daniel Grunwald 2e063ef04c Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485). 14 years ago
Siegfried Pammer 79a5c54f73 implemented find next 14 years ago