293 Commits (6e0521b88c8db502893a375c4f6ddd0e791dfb42)

Author SHA1 Message Date
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 16 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Martin Koníček 4b57bf13b2 Code completion window sizes height to content. 16 years ago
Martin Koníček 51f65cb98c Fixed build, sorry. 16 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 16 years ago
Daniel Grunwald fe6af4864b Add workaround for Cecil bug causing unit test failure. 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald ce47f3f815 Fixed HighlightingColorizer crash in combination with folding. 16 years ago
Daniel Grunwald 7d3a410d0b AvalonEdit: Fixed repainting issues when document was modified above the visible region (e.g. using split view) and the highlighting stack changed. 16 years ago
Daniel Grunwald 843a8c4788 Highlighting editor: allow changing the default text color and selection color. 16 years ago
Daniel Grunwald e3d7d7dc1b Fixed bug in syntax highlighting when keywords start with a special character (e.g. ".maxstack" in IL highlighting). 16 years ago
Daniel Grunwald 1c4b406283 Fixed unit tests (the previous commit fixed a minor bug in the C# syntax definition, and the unit test was expecting the incorrect output) 16 years ago
Daniel Grunwald 471ec831c6 Editing highlighting colors is now supported for C#, VB, XML and .patch files. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 7dfe0ac44a added ISnippetElementProvider 16 years ago
Daniel Grunwald b61b39d22a Fixed NullReferenceException in Caret.BringCaretToView when TextEditor.Document==null. 16 years ago
Daniel Grunwald 2af09d613b Fixed small selection bug in snippet completion window (Ctrl+J). 16 years ago
Daniel Grunwald 4a3f617c1b Fixed issue in CodeEditorView: CustomTabCommand was modifying a KeyBinding shared by all AvalonEdit instances. The code now creates a new KeyBinding instead. 16 years ago
Daniel Grunwald 48a4203735 Use DispatcherTimer instead of animation for blinking caret. This reduces the frame rate WPF uses. The processor has to wake up less often -> computer uses less power. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald d0e3f61d60 Disable low-priority rendering after text input: it did not work correctly and caused WPF to render twice per character entered into AvalonEdit. 16 years ago
Daniel Grunwald d79c461876 Ported HtmlSyntaxColorizer to AvalonEdit. 16 years ago
Daniel Grunwald 83261c2a52 Work around strange .NET feature in command-line parsing. 16 years ago
Siegfried Pammer 55ab9226d6 fixed scrolling bug in TextView.MakeVisible 16 years ago
Daniel Grunwald 3188b51637 Fixed unit tests. 16 years ago
Daniel Grunwald f2bae1ba6e Fixed forum-10719: AvalonEdit swallows Alt+Space 16 years ago
Daniel Grunwald b69ac8a54a Fix build error in CompletionWindowBase.cs. AvalonEdit targets .NET 3.5, but used a .NET 4.0 member. 16 years ago
Daniel Grunwald 2b007b4365 Fixed SD2-1641 - Random crash in AvalonEdit when copying to the clipboard 16 years ago
Daniel Grunwald 53b022c615 Add safety check to UndoStack to prevent corruption when the document is changed by UpdateStarted/UpdateFinished events within Undo() or Redo() calls. 16 years ago
Daniel Grunwald 327fb646e4 Remove <Folder> from AvalonEdit.csproj 16 years ago
Daniel Grunwald 9ff90bcfd4 Add F# binding back to SharpDevelop 4.0. 16 years ago
Daniel Grunwald 5233909e58 Added whole line selection (triple click). 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Daniel Grunwald 2b23a870f5 Use TextLine.GetTextBounds in BackgroundGeometryBuilder. Fixes visual problems with bidirectional text. 16 years ago
Daniel Grunwald 3457824d9f Fixed ArgumentException when selecting right-to-left text in AvalonEdit. 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Daniel Grunwald 0981fe4c8b SD2-1601 - Implement disabled text editor settings: 16 years ago
Daniel Grunwald 404042e3ce Fixed SD2-1597 - Double click selection does not select entire word with error highlighting 16 years ago
Daniel Grunwald 4d372dc9b5 Converted VBNet-Mode.xshd to new file format. 16 years ago
Daniel Grunwald bcb9d3303a Fixed bug in XmlHighlightingDefinition that prevented referencing the main ruleset of the current XSHD. 16 years ago
Daniel Grunwald fb53cbeeff Converted Boo.xshd to new XSHD file format. 16 years ago
Daniel Grunwald 6f3e1f87de Improve XML highlighting. 16 years ago
Daniel Grunwald 17d5510c03 Fix crash when pressing deadkey while CC window is open. 16 years ago
Daniel Grunwald a48804720d Fixed bug in HighlightedLine.ToHtml that could cause text in front of the selection to be copied to the clipboard. 16 years ago
Daniel Grunwald 91c33ed1e4 Do not execute indentation strategy when pressing Enter inside a read-only section. 16 years ago
Daniel Grunwald 3839873b7e Implemented SizeLimit for UndoStack. 16 years ago