1659 Commits (d64e3f2657d98ff27f1469d51faee8e736b7287b)

Author SHA1 Message Date
Matt Ward 78ab872f81 Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor. 13 years ago
Daniel Grunwald c5e470b7af Fixed thread-safety issue when accessing IProjectContent.ReferencedContents. 13 years ago
Daniel Grunwald 65394ce3e0 Change folding commands so that they do not require a ParserFoldingStrategy. 13 years ago
Siegfried Pammer 9260c46613 fix http://community.sharpdevelop.net/forums/p/15639/39951.aspx#39951 13 years ago
Siegfried Pammer 6e0c1e194f fix exception 3396 13 years ago
Daniel Grunwald 485309d3e4 Fix context actions and issue manager. 13 years ago
Siegfried Pammer c580b21697 fix leaked OpenedFile after creation of ViewContent fails, causes exceptions some later actions, see: 13 years ago
Siegfried Pammer b6d2d5a60d fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects 13 years ago
Siegfried Pammer 589598e3ac fix build 13 years ago
Siegfried Pammer bf23572925 fix http://community.sharpdevelop.net/forums/t/15618.aspx - do not dispose change watcher in ChangeMarkerMargin - it could be used by two different margins (in two synchronized text editors, for ex. split view) 13 years ago
Siegfried Pammer a7309fc677 fix SD-1726 - WPF loads assemblies by their unqualified name 13 years ago
Daniel Grunwald ebceccdaa9 Fix LoadSolutionProjects-Thread. 13 years ago
Daniel Grunwald 1c61553dd7 Move remainder of the FileService into interface. 13 years ago
Daniel Grunwald ab95b18a3f Refactored parser service. 13 years ago
Siegfried Pammer 06440c49d8 fix SD-1894 - ArgumentOutOfRangeException when indenting .xaml file 13 years ago
David Srbecký fb31be5e4c Cleaning up debugger tree model and tooltips 14 years ago
Daniel Grunwald d38eb13e71 AnalyticsMonitorService: move to new services infrastructure 14 years ago
Daniel Grunwald c559da3336 Allow service registration using the AddInTree. 14 years ago
Daniel Grunwald 4ba2785f66 Add SD.InitializeForUnitTests() to allow easy mocking of SharpDevelop services. 14 years ago
Daniel Grunwald fbced09b89 Start restructuring of SD Base: 14 years ago
Siegfried Pammer eb152e33a5 fix build 14 years ago
Daniel Grunwald 2fc9ff16e3 Fixed snippet options. 14 years ago
Daniel Grunwald c9860fb9bc Fixed saving CodeEditorOptions. 14 years ago
Daniel Grunwald 7aea1ca75e Rewritten ICSharpCode.Core.Properties: 14 years ago
Daniel Grunwald 51c28dc006 Add EnhancedScrollBar. 14 years ago
Daniel Grunwald 5e1642ebd2 Add IssueOptions panel. 14 years ago
Siegfried Pammer 09577bbc9b apply Matt's suggestion on readability 14 years ago
Daniel Grunwald a45a631ad4 Add options dialog for context actions. 14 years ago
Siegfried Pammer e6e380cc04 fix quirks in XML completion 14 years ago
Daniel Grunwald cfe7ae8dad Adjust SharpDevelop to new context actions API. 14 years ago
Daniel Grunwald cb15d5418d Move ContextActions UI to AvalonEdit.AddIn. 14 years ago
Daniel Grunwald f3e426468a Improve the code completion triggering logic. 14 years ago
Daniel Grunwald c3ca1f1754 ILineTracker.ChangeComplete 14 years ago
Daniel Grunwald 39d91dad79 Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event. 14 years ago
Siegfried Pammer 8af8988104 port XmlEditor CC to NR5 14 years ago
Daniel Grunwald 5c6298277a TextMarkerService: fixed potential NullReferenceException when detached from document. 14 years ago
Siegfried Pammer cbb8cbbff6 fix XML code completion weirdnesses and adjust unit tests 14 years ago
Siegfried Pammer 430e6b3954 add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code 14 years ago
Siegfried Pammer 3f0243369b make work folding in XML files 14 years ago
Siegfried Pammer 7af6e0be23 implement proper exception handling for flush errors in forms designer 14 years ago
Daniel Grunwald 9598176ffd Show type arguments in tooltip for TypeResolveResult. 14 years ago
Daniel Grunwald f24abfcb3a ContextActionsRenderer: open the popup immediately when pressing Ctrl+T, even if it would appear automatically after some time 14 years ago
Daniel Grunwald 3ce7c07e75 More work on context actions. 14 years ago
Daniel Grunwald 104811c874 Implemented Ctrl+Click -> Go to definition. 14 years ago
Daniel Grunwald 91374e075e Rename Task -> SDTask to resolve the conflict with System.Threading.Tasks.Task. 14 years ago
Daniel Grunwald c0cc23d11e Reenable context action code. 14 years ago
Daniel Grunwald 04a7aaa59b Fixed NullReferenceException when opening C# file without opening a solution. 14 years ago
PeterForstmeier 4e460c9ab2 FormsDesigner.GripdOptions - Change TextBlock to Label (AccessKey), update resource 14 years ago
PeterForstmeier 4562c5118d Remove WindowsFormsGridOptions.xfrm 14 years ago
PeterForstmeier c2123ecb5c Convert FormsDesigner GridOptionsPanel to WPF 14 years ago