11904 Commits (333e3644b760060d34d92245b93ed6ce9876de83)
 

Author SHA1 Message Date
Daniel Grunwald aad679fd78 Fix some code issues. 13 years ago
Daniel Grunwald 695d773528 UnitTesting: Run "Go to definition" when double-clicking a test. 13 years ago
Daniel Grunwald 902f00ee7a Add support for user-defined conversions starting with a constant expression conversion. 13 years ago
Daniel Grunwald 7eeb0348fb Attempt that makes all the implicit conversions work 13 years ago
Peter Forstmeier a8e2c54257 Rename Files 13 years ago
Peter Forstmeier cf080f1140 Remove obsolete Files 13 years ago
Peter Forstmeier e2f66561ab CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family 13 years ago
Peter Forstmeier 1bb5b78228 OnPropertyChanged 13 years ago
Daniel Grunwald 259b5ba111 Merge branch 'user-defined-operators' of git://github.com/erik-kallen/NRefactory 13 years ago
Daniel Grunwald 056a45df44 Fix a bug with type inference for nullables. 13 years ago
Daniel Grunwald 6c62a05f10 Fix crash in ConvertToInitializer context action. 13 years ago
Peter Forstmeier 66d294ccd0 Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 13 years ago
Peter Forstmeier f0ef718865 Remove dependency to System.Drawing.Font. 13 years ago
Matt Ward 0089d00bb8 Always show package sources in Available and Updates tab. 13 years ago
Matt Ward 1a6dc15c98 Remove All from package source combo box when only one source. 13 years ago
Matt Ward 199c8059b4 Show package sources drop down in updated packages tab. 13 years ago
Matt Ward 231cde5e9e Fix disabled package sources being used in Manage Packages dialog. 13 years ago
Mike Krüger 9acb174b5e Changed directory name 'Mono.Cecil' to 'cecil' - that makes it easier 13 years ago
Mike Krüger df57e1dad2 Fixed bug in type inference. 13 years ago
Mike Krüger cb54c370bd [Completion] Filtered shadowed members in parameter completion. 13 years ago
Mike Krüger 1d32c620f3 Added support for explicit optional parameters. 13 years ago
Daniel Grunwald 64ce9a7f6f AvalonEdit IME: Fix crash on threadMgr.SetFocus(null); in 64-bit process. 13 years ago
Daniel Grunwald 64b8217fb0 Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
Daniel Grunwald e1471c0a8d ParameterNotUsedIssue: add heuristic that prevents false positives for event handler methods when the event is registered in designer-generated code. 13 years ago
Daniel Grunwald 8e03cfeeb4 CallToVirtualFunctionFromConstructorIssue: avoid false positive when the call appears in an anonymous method 13 years ago
Daniel Grunwald ca103100c6 Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
Daniel Grunwald f1b2220314 Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus. 13 years ago
Daniel Grunwald e9d03395a3 Update the type system when files get removed from the project. 13 years ago
Matt Ward 3c84135a41 Fix NuGet package id not displayed in logging output. 13 years ago
Peter Forstmeier a9f9cac911 rename 13 years ago
Siegfried Pammer 3982774f2f fix unit tests 13 years ago
Siegfried Pammer b4149dee8b fix http://community.sharpdevelop.net/forums/p/16476/44890.aspx 13 years ago
Daniel Grunwald 60855c9542 ChangeMarkerMargin: Horizontally align diff popup with the text view 13 years ago
Daniel Grunwald 33049ce242 Fix context actions popup disappearing when clicking the SharpDevelop title bar. 13 years ago
Siegfried Pammer 7a033c8aca implement code issue to display syntax errors found by the Mono C# parser 13 years ago
Siegfried Pammer ba0bb353af make Document in SDRefactoringContext accessible from outside 13 years ago
Siegfried Pammer b0135e14a6 fix exception in FoldingManager when opening XAML files 13 years ago
Siegfried Pammer dccd899196 change monospace-detection in FontSelector 13 years ago
Matt Ward c7e1cece1a Fix index out of range exception in Package Sources option panel. 13 years ago
Daniel Grunwald 804ea361d0 Fix NullReferenceException in ParameterCanBeDemotedIssue 13 years ago
Daniel Grunwald cfa01c3986 Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications. 13 years ago
Daniel Grunwald e24b3330ce Use SD.Dom for entity context menu. 13 years ago
Daniel Grunwald 7ebe773b5b Fix crash when issues are reported on null nodes. 13 years ago
Daniel Grunwald 27d2586752 Remove disabled context actions from AddInTree. 13 years ago
Daniel Grunwald 60fc3694b7 Use StringComparison.Ordinal 13 years ago
Daniel Grunwald 0cf742a339 Fix NullReferenceException in MoveToOuterScopeAction.FindCurrentScopeEntryNode 13 years ago
Daniel Grunwald 4936107b26 Fix ArgumentOutOfRangeException in ReachabilityAnalysis. 13 years ago
Daniel Grunwald 08ff4ab865 Fix ObjectDisposedException when aborting solution load. 13 years ago
Daniel Grunwald 68d3de0097 Don't create fold markers for single-line properties. 13 years ago
Daniel Grunwald 36e872d395 Fix Find Overrides (F6) across multiple projects. 13 years ago