2161 Commits (16635919a4bf8ceff430d37811bc232c03d015b7)

Author SHA1 Message Date
Daniel Grunwald 6147f605bb Fix ArgumentNullException in RedundantCatchClauseIssue.GatherVisitor.IsRedundant() 11 years ago
Daniel Grunwald 7936c3247b XmlDocumentationElement: return null if given a null entity 11 years ago
Daniel Grunwald 09a0c5ca39 Try to fix InvalidCastException in CreateOverloadWithoutParameterAction 11 years ago
Daniel Grunwald 04a076956d Try to fix NullReferenceException in UnreachableCodeIssue. 11 years ago
Daniel Grunwald b171c5210f ForeachStatement.EmbeddedStatement doesn't return null, but it might return Statement.Null. 11 years ago
Daniel Grunwald 0e4c8b8177 Fix escaping of char literals in debugger output. 11 years ago
Daniel Grunwald 8698272c4b When replacing the whole document, ensure the deleted lines have IsDeleted set to true. 11 years ago
Daniel Grunwald 354b7a404c Fix C# syntax highlighting: more than 3 slashes do not start a doc comment. 11 years ago
jkuehner 632aa871dc WPF Toolkit DLL missed for Color & TimeSpan Editor 11 years ago
Andreas Weizel 076f1c2eb7 Fix #391: XML documentation comment auto-generation incomplete on delegates. 11 years ago
hpsa dd5d5ccaae Fixing exception in "load layout". This exception is illegal for this case in “load layout” logic, because the “save layout” logic assumes such case 12 years ago
hpsa c1a14a4507 Fix exception when changing AvalonDock panes size during auto-layout change 12 years ago
hpsa 20e7f5ce91 AvalonDock bug fix: incorrect document becomes active after deleting a project item from Solution Explorer 12 years ago
Daniel Grunwald 129bf84e8e Update to NRefactory commit '2a46efacdad982a6fcf07303f57a917585356462' 12 years ago
Daniel Grunwald a441bb9f9f WpfWorkbench.OnDrop: don't show dialogs during the drop event; use Dispatcher.BeginInvoke instead. 12 years ago
Daniel Grunwald 6ebd1e6dca Don't use ModelCollectionTreeNode for class browser nodes that don't use a IModelCollection. 12 years ago
Daniel Grunwald 2fdf239254 GotoDialog and CodeCompletion-window: Fix window being closed when double-clicking the list's scroll bar. 12 years ago
Daniel Grunwald af1e958b6d Update to NRefactory commit b880fc60. 12 years ago
Daniel Grunwald 99747ac0fc Fix #311 - AvalonEdit cannot be used in WPF application with multiple UI threads. 12 years ago
Daniel Grunwald 0f62dccb01 Update NRefactory to commit 1663c9a. 12 years ago
Siegfried Pammer d4cc86d83a reimplement CaretReferencesRenderer as IBackgroundRenderer 12 years ago
Daniel Grunwald 69ce7df7b7 Update to NRefactory version aa289c2. 12 years ago
Siegfried Pammer 234136ff25 fix #232: Raise DataObject events on clipboard and drag'n'drop operations in AvalonEdit 12 years ago
Siegfried Pammer 00075c0ce0 fix #291: Syntax Highlighting in search results disappears after selecting an entry 12 years ago
Siegfried Pammer 3f999348cf first implementation of #247: Reimplement 'highlight symbols' (CaretReferencesRenderer) 12 years ago
Daniel Grunwald 3339636411 TypeSystemAstBuilder: show async modifier only if ShowModifiers is set. 12 years ago
Siegfried Pammer a90eece487 remove wrong null-check in VariableReference implementation 12 years ago
Siegfried Pammer 4e7af63174 add ISymbolReference implementation 12 years ago
Matt Ward c0b7089e95 Implement EnvDTE.CodeType.AddVariable() 12 years ago
Siegfried Pammer 4f02dc3bd2 fix #299: Declare local variable: Automatic variable naming 12 years ago
Daniel Grunwald 8accbd7e05 Update to NRefactory commit ef1a5d63. 12 years ago
Daniel Grunwald 59e19671f9 Add ParserService.ResolveContext() method. 12 years ago
Daniel Grunwald 5bbe18011e Fix interaction between "Hide cursor while typing" and InsertWithCursor(). 12 years ago
Dragan ea5ffdf22e Pull Request: Delete SD4->SD5 (re)moved files 12 years ago
Siegfried Pammer 4d0dac78f9 fix CSharpAmbience unit tests 12 years ago
Siegfried Pammer 8d657a3a1e add rich text tooltips for IVariable and IParameter 12 years ago
Siegfried Pammer f6fd05a7eb fix #300: Implement 'Link Mode' (Script.Link) 12 years ago
Daniel Grunwald 6441d7432a Simplify CurrentLineHighlightRenderer. 12 years ago
Daniel Grunwald e5aa4d329b CalcCaretOverstrikeRectangle() now works at the border between LTR and RTL text. 12 years ago
Daniel Grunwald 1abea58fb2 Turn TextArea.OverstrikeMode into a dependency property. 12 years ago
Daniel Grunwald 9cf768e802 Fix caret rendering in overstrike mode on right-to-left text. 12 years ago
Sergey Galich b7c8d6ed68 #326: fast Ctrl[+Shift]+Tab will not be ignored 12 years ago
Siegfried Pammer d3921651bd fix #320: C# Ambience does not escape parameter names 12 years ago
Daniel Grunwald 1300bac39c Update links to SharpDevelop wiki. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald 6d13efe414 Fix #271 - Change license to MIT 12 years ago
Patryk Mikos 7035cce4ba Prevent negative Rect size in OverstikeMode 12 years ago
Patryk Mikos df53c3199c Rename UseOverstrikeMode to AllowOverstrikeMode 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Daniel Grunwald f388e92087 Fix UndoStack.StartContinuedUndoGroup() if the previous undo group was empty. 12 years ago