6873 Commits (05243c86cdad429c7812214d70a5925efc48c2b7)
 

Author SHA1 Message Date
Daniel Grunwald 05243c86cd Make options dialog start centered. 15 years ago
Daniel Grunwald 3f91c3f49f Fixed forum-13033: Reopened documents do not scroll to correct position 15 years ago
Daniel Grunwald d6918254e9 Preserve active document (and order of documents) on layout switches. 15 years ago
Daniel Grunwald 857dec863b Git OverlayIconManager: avoid removing the overlay icons belonging to other version control systems. 15 years ago
Daniel Grunwald a7938d7e56 Work around a WPF issue when %WINDIR% is set to an incorrect path 15 years ago
Daniel Grunwald 9b9758974c Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters) 15 years ago
Daniel Grunwald 5d1bfe90aa Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection 15 years ago
Daniel Grunwald 0d96627a19 Fixed VB expression finder when there are array declarators on the parameter name. 15 years ago
Daniel Grunwald e10d969891 WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose 15 years ago
Daniel Grunwald 0f9e6d0d69 Fix bug that caused highlighting colors to change even when the option dialog was cancelled. 15 years ago
Daniel Grunwald ce785fda34 Fixed customized syntax highlightings. 15 years ago
Daniel Grunwald 9ac63e38ca Fix NullReferenceException when the debugger loads a module while no solution is loaded. 15 years ago
Daniel Grunwald d77090270c Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1: 15 years ago
Daniel Grunwald 947f4eea3e Add workaround for exception in RefactoringService.FixIndexerExpression 15 years ago
Daniel Grunwald 62ce690fd1 Avoid NullReferenceException when DataObject.GetData returns null. 15 years ago
Daniel Grunwald e647623199 Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params' 15 years ago
Daniel Grunwald 9c5bdcc801 Look up xml documentation in reference assemblies folder. 15 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 15 years ago
Daniel Grunwald 441d644366 Fixed bugs in DocumentationTag implementation. 15 years ago
Daniel Grunwald 8af6f54abd Add ILSpy AddIn. 15 years ago
Siegfried Pammer ce13878003 fix conversion of anonymous delegate-Expressions to VB lambdas 15 years ago
Daniel Grunwald 750a692e5b Clarify documentation on TextView.CollapseLines. 15 years ago
Daniel Grunwald d209e6830f Add INotifyPropertyChanged to QuickClassBrowser.EntityItem. 15 years ago
Daniel Grunwald d793900605 Fixed memory leak (and potential thread-safety issue) in SD.Dom. 15 years ago
Siegfried Pammer a0ef64cfe0 fixed Unit Tests 15 years ago
Siegfried Pammer f447cb6918 fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago
Siegfried Pammer 44d1ee568f fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055 15 years ago
Siegfried Pammer 00c5c75900 add better readability to multi-line lambda indentation 15 years ago
Siegfried Pammer 16f70ae438 properly indent multi-line lambdas 15 years ago
Siegfried Pammer fab0f9f463 remove VBIndentationStrategy 15 years ago
Siegfried Pammer 55de9e4431 indentation is now respecting ILCs 15 years ago
Siegfried Pammer 045f41469c added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic 15 years ago
Siegfried Pammer 1f182e3b93 fix indentation of single-line Sub-lambdas 15 years ago
Siegfried Pammer 6c2b627efe fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx) 15 years ago
Siegfried Pammer 1a8f1bb7cb show normal CC inside argument lists 15 years ago
Siegfried Pammer efba806bb0 Lambda-parameters are now shown in the CC list 15 years ago
Siegfried Pammer eb5e7b9c2c fixed EF-bug when parsing declarations like: Dim x As A, y As B 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 56d8146303 Fixed memory leak in SharpDevelopCompletionWindow 15 years ago
Matt Ward e6ee67e72a Message now shown in dialog when Entity Framework Data Model wizard fails with an error. 15 years ago
Matt Ward 1b99485b88 Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file. 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 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
Daniel Grunwald 34da9b3fad Code completion for generic types - insert only e.g. "List" instead of "List<T>". 15 years ago
Daniel Grunwald b173684de0 Remove out-of-date documentation comment. 15 years ago
Matt Ward dcc21eeb99 Fix ArgumentOutOfRangeException when searching for references on array indexer. 15 years ago