7506 Commits (c001357617c2b59d08534f9532e8bdb6bd780893)

Author SHA1 Message Date
Siegfried Pammer 1cf7ecb3f1 moved Ambience to NRefactory 15 years ago
Siegfried Pammer af18125b40 implement all different members in CSharpAmbience output 15 years ago
Siegfried Pammer b8510c56d9 extend IAmbience to use ITypeResolveContext; add support for fields and add tests 15 years ago
Siegfried Pammer b003c042d0 implement CSharpAmbience for ITypeDefinition 15 years ago
Siegfried Pammer c1a89d234e remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests 15 years ago
Siegfried Pammer 9eaa1c105b fix NullReferenceException when closing text editor immediately after committing. 15 years ago
Daniel Grunwald 1d95f36481 Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 15 years ago
Siegfried Pammer 2aeb80b192 fix DirectoryNotFoundException in GitVersionProvider, which occurs if a file was moved or deleted 15 years ago
PeterForstmeier 910d2b0ff3 Style for GridSplitter, apply translation property s 15 years ago
Matt Ward f19b6eddf5 Add ProjectName parameter to Get-Package cmdlet. 15 years ago
Matt Ward bfa6884b3e Update to NuGet 1.5 15 years ago
PeterForstmeier b461484356 Add TranslationViewModel to MainView 15 years ago
David Srbecký f9212ea17c Fixed possible freeze of debugger that could occur after exception in NGENed code. 15 years ago
PeterForstmeier aaa09c6bfe Replace TreeView with SharpTreeView in MainWindow 15 years ago
PeterForstmeier 582a1cf7f1 Use ICSharpCode.TreeView in DependencyMatrixControl 15 years ago
Daniel Grunwald ae406e9c31 Adjust SharpDevelop to NRefactory API changes 15 years ago
Tomas Linhart 98d36e1175 DependencyMatrix now calculates some of values. 15 years ago
PeterForstmeier 1c3754a2f2 TreeMatrixControl, add Treeview at Top 15 years ago
Tomas Linhart 4f84a66ed8 X line in MatrixControl is hovered correctly now. 15 years ago
Daniel Grunwald 3bf2871b51 Make Find References multi-threaded. 15 years ago
Siegfried Pammer e97f4aa88b fix memory leak in ChangeMarkerMargin: IChangeWatcher was never disposed after the document was closed. 15 years ago
Siegfried Pammer 38708b351b fix SD-1859 - Crash when opening Goto Dialog 15 years ago
Daniel Grunwald 4dd6acb810 Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized) 15 years ago
Daniel Grunwald 6b56440cb5 Reimplemented "Find derived classes" 15 years ago
Daniel Grunwald db502cb7ad Ignore error when trying to load a malformed project memento. 15 years ago
Daniel Grunwald 9957c52ff2 Implemented "Find references" 15 years ago
Daniel Grunwald ced227b8ab Fix NullReferenceException when opening split view after enabling the "change margin" setting. 15 years ago
Daniel Grunwald b0051f4960 Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing 15 years ago
peterforstmeier 07700c7175 Change property RightToLeft to RTL because of inheritance trouble 15 years ago
Siegfried Pammer d01a87961a implement SD-1855 - Add option for disabling ChangeMarkerMargin 15 years ago
Matt Ward c692824b5d Resolve assemblies referenced by T4 templates that are not referenced by the project. 15 years ago
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 15 years ago
Daniel Grunwald c67e7b2394 WPF Designer: Fixed "Cannot undo when item is moved inside outline view" (http://community.sharpdevelop.net/forums/t/13247.aspx) 15 years ago
Daniel Grunwald c1ba2b7a41 WPF Designer: Fixed "Cannot move multiple controls" (http://community.sharpdevelop.net/forums/t/13250.aspx) 15 years ago
Daniel Grunwald acefecc74e Ignore ExternalException when clipboard cannot be opened for pasting. 15 years ago
Daniel Grunwald 18b03738c2 Fix ArgumentOutOfRangeException in TypeInference when a class is being used with an incorrect number of type arguments (http://community.sharpdevelop.net/forums/t/13134.aspx) 15 years ago
Daniel Grunwald 99b802c134 Fixed 'toggle bookmark' command. 15 years ago
Daniel Grunwald a32eb48327 Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin 15 years ago
Daniel Grunwald 3a6ef5746a Handle ObjectDisposedException in VBNetCompilationUnit.get_OptionInfer 15 years ago
Matt Ward 94b19a39cf Fix parser exception when a T4 template includes another T4 template with a class feature block. 15 years ago
Siegfried Pammer 2dfbaffa45 fix http://community.sharpdevelop.net/forums/t/13749.aspx 15 years ago
Daniel Grunwald a8a16ef26f Fixed crash when closing Add Reference dialog while search is still running. 15 years ago
Siegfried Pammer c27f08fc70 fix SD-1815 - SharpDevelop hangs when searching entire project that contains a file with only one character (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1815&PROJID=4) 15 years ago
Eusebiu Marcu 93948ebc56 Show tooltip pins only for frames with symbols (source exists). 15 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 15 years ago
Eusebiu Marcu 3963965559 Force reclaiming decompilation memory. 15 years ago
Eusebiu Marcu 5dab783842 Properly resolve local assemblies. 15 years ago
Eusebiu Marcu 6cac9f69ad Remove decompilation data when view content is disposed. 15 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 15 years ago
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 15 years ago