1274 Commits (17f9b913f71e2673be93dc2e960cca370b28686a)

Author SHA1 Message Date
Daniel Grunwald 2f6ade9faf Fixed NullReferenceException in ShowErrorHelpCommand.Run. 16 years ago
Siegfried Pammer 0ed2835ba1 applied improvements suggested by Daniel: 16 years ago
Daniel Grunwald ce47f3f815 Fixed HighlightingColorizer crash in combination with folding. 16 years ago
Daniel Grunwald b58f8075bb C# parser: added support for method invocations with named arguments. 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 0e6e93c019 Update to AvalonDock 1.2.2702. 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 84f0895b3b Added support for default parameters and variance annotations to C# parser. 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
Siegfried Pammer d111238f33 - added CSharpBackgroundCompiler 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 a7764d92d1 Improvements to C#->VB code converter (see forum-10353). 16 years ago
Daniel Grunwald 21fbbd06a7 Fixed forum-10403: several bugs in VBNetOutputVisitor 16 years ago
Daniel Grunwald 6a8bf3b680 Fixed forum-10660: make EndOfStatement between "Else" and the following block optional. It isn't according to the VB spec, but the MS VB compiler allows such code. 16 years ago
Daniel Grunwald 9ff90bcfd4 Add F# binding back to SharpDevelop 4.0. 16 years ago
Daniel Grunwald 550c9f7702 Fixed forum-10596: C# to VB.NET conversion problems 16 years ago
Daniel Grunwald 81e6acf794 Fixed forum-10453: NRefactory VBNetOutputVisitor writes incorrect "AS" keyword 16 years ago
Daniel Grunwald 80fb379076 Fixed forum-10436: bugs in VBNetOutputVisitor. 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