9396 Commits (453c6665a6b3c8867dddb59ff408537b1bfe48bf)

Author SHA1 Message Date
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 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
Matt Ward 2d45e51d81 Fix blank summary in NuGet package license accept dialog. 13 years ago
Daniel Grunwald 5bacb5f5dd Fix progress bar when running a search in the background. 13 years ago
Daniel Grunwald 1e503a1b53 Enable "Add using" context action. 13 years ago
Matt Ward f75a871712 Fix blank package summary in Manage Packages dialog packages list. 13 years ago
Daniel Grunwald 2793cc46eb Add Ctrl+Space completion that automatically inserts usings. 13 years ago
Matt Ward 176b2834c0 Allow enter key when editing standard file headers. 13 years ago
Daniel Grunwald 5f770be656 Fixed SearchAndReplaceBinding.Detach 13 years ago
Matt Ward d9028a73bc Fix FormatException in Class Diagram addin. 13 years ago
Peter Forstmeier 12dd9699f6 rename some obsolete classes to old_XY 13 years ago
Peter Forstmeier ab895ec3e1 CompilerMessageView.cs make use of OutputWindowOptionsPanelXaml.xaml.cs 13 years ago
Peter Forstmeier 871b1cc150 OutputWindowOptionsPanelXaml 13 years ago
Siegfried Pammer 97d2a30a7a implement WPF-based FontSelector 13 years ago
Daniel Grunwald e41e8d142a Implemented folding of #regions, usings and comments. 13 years ago
Daniel Grunwald c9cc2ff077 Remove CustomizableHighlightingColorizer. 13 years ago
Daniel Grunwald 72c6e37fc0 Use a regular HighlightingColorizer with custom IHighlighter instead of CustomizableHighlightingColorizer. 13 years ago
Daniel Grunwald 0ffbacf0d4 Re-enabled PasteAsComment + PasteAsString 13 years ago
Daniel Grunwald a649210272 Fix build 13 years ago
Daniel Grunwald 703d17d91d Reimplemented CodeEditorView.ShowHelp() 13 years ago
Matt Ward 94db4acf62 Show last published date for NuGet packages. 13 years ago
Matt Ward d6501ec632 Fix NuGet package dependencies not displaying. 13 years ago
Daniel Grunwald e703981624 Fix typo 13 years ago
Daniel Grunwald ea71582c4f Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed. 13 years ago
Daniel Grunwald 2c4b5da6a8 Add "AnyCPU (32-bit preferred)" option. 13 years ago
Daniel Grunwald 9990ce8399 Fix 'Add existing project' 13 years ago
Daniel Grunwald 4f623afecb Add XmlDoc for SearchOptionsChangedEventArgs 13 years ago
Daniel Grunwald 6b73af01c7 Fix Init vs. Load in project option panel user controls 13 years ago
Siegfried Pammer 372153ee9d add missing files 13 years ago
Daniel Grunwald b5561233dc Better warning message for obsolete implicit conversion operator 13 years ago
Michael Seeger 87441961e4 Support for project templates using ${SolutionName} in files: File in project template containing ${SolutionName} have the solution name expanded. 13 years ago
Matt Ward 2b3edb2784 Fix pre-release NuGet packages always being installed. 13 years ago
Matt Ward 088d0d76ee Stop SharpDevelop from requiring PowerShell 3.0 13 years ago
Matt Ward 04d4ed86f6 Fix invalid EF association names in SSDL. 13 years ago
Matt Ward bf58f7a3bb Fix null reference in ConnectionWizardWindow. 13 years ago