665 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Andreas Weizel 034cf176b3 Fixed issues with property/field selection in some refactoring snippet dialogs. 12 years ago
Daniel Grunwald 3609078840 [WIP] EnvDTE 12 years ago
Daniel Grunwald 3af9b3f842 CSharpSymbolSearch: use newCode. 12 years ago
Daniel Grunwald 855b848f36 Allow updating code from EnvDTE via LanguageBinding.CodeGenerator 12 years ago
Siegfried Pammer 709285d091 implement CodeDomLocalizationModel detection in FormsDesigner 12 years ago
Siegfried Pammer 65955bdb28 implement IServiceProvider in ILanguageBinding 12 years ago
Andreas Weizel e0fb42221e Detecting all properties and fields and handling editor undo properly in InsertCtor/Override...Method dialogs. 12 years ago
Andreas Weizel e613e7a49f Now detecting auto-implemented properties correctly. 12 years ago
Siegfried Pammer 2c5314ccb6 fix CSharpCodeGenerator overrides 12 years ago
Siegfried Pammer e9b60dbf09 add basic support for adding event handlers in FormsDesigner 12 years ago
Andreas Weizel 7d05d21306 Repaired InsertCtorSnippetRefactoring. 12 years ago
Daniel Grunwald 16313e486b Add CSharpDesignerGenerator. 12 years ago
Siegfried Pammer ff7d0a100c fix build 12 years ago
Siegfried Pammer 272df157d8 rename DocumentUtilitites to DocumentUtilities 12 years ago
Siegfried Pammer 01df710105 first implementation of rename without proper UI 12 years ago
Siegfried Pammer 931c5ef93c use ISymbol instead of IEntity in some cases; start implementation of RenameSymbol 12 years ago
Daniel Grunwald 3d307a381c Fix C# folding (skip NewLine nodes) 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Andreas Weizel 570bb59d5f Readded CodeManipulation once again. 12 years ago
Andreas Weizel e6cb26d43e Finished migration of OverrideEqualsGetHash code completion, some improvements for OverrideToString completion, too. 12 years ago
Andreas Weizel b515630899 Reintroduced IProperty.IsAutoImplemented() extension method (RefactoringExtensions). 12 years ago
Andreas Weizel 3e382df48d GetHashCode override completion - work in progress. 12 years ago
Siegfried Pammer 68ae72226d Revert "trying to implement RenameContextAction for C#" 12 years ago
Daniel Grunwald 072b3e91b0 Don't show icon in scrollbar for redundancy issues. 12 years ago
Andreas Weizel b27249761a Readded CodeManipulation. 12 years ago
Andreas Weizel 738529e4aa - OverrideToString completion now works. 12 years ago
Andreas Weizel fb7b720837 Fixed issues with code line swapping, when lines with multiple statements are involved. 12 years ago
Andreas Weizel 74bbb274c0 Fixed bug in moving code lines with appended comments: Code and comment were not kept together. 12 years ago
Andreas Weizel 95109a4af2 CodeManipulation (Alt+Arrow code moving, Ctrl+W selection extension) now works again. 12 years ago
Andreas Weizel 2c1c16e260 Reintroduced "insert constructor snippet" feature. 12 years ago
Siegfried Pammer 01253ffb9c reintroduce ResourceEditor 12 years ago
Siegfried Pammer 9f5c8720a8 trying to implement RenameContextAction for C# 12 years ago
Daniel Grunwald 00e083ae5d Adjust SharpDevelop to NRefactory changes. 12 years ago
Daniel Grunwald feab288aca Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files. 12 years ago
Siegfried Pammer e6d63ed92e finish implementation of MoveTypeToFileContextAction 12 years ago
Siegfried Pammer 8ed5264b29 adjust unit tests to API changes 12 years ago
Siegfried Pammer c98417aee0 introduce ILanguageBinding in IProject 12 years ago
Siegfried Pammer 7c0e667388 move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties" 12 years ago
Siegfried Pammer b501529965 reimplemented language-specific snippet functions 12 years ago
Daniel Grunwald 01d63f17b9 Adjust SharpDevelop to NRefactory changes. 12 years ago
Daniel Grunwald 1229e35d23 Use class FileName for the ProjectItem.FileName property. 13 years ago
Daniel Grunwald 571a8d08bb Move all code related to file/project templates to SharpDevelop.Templates. 13 years ago
Daniel Grunwald b2e8ef2a13 Fix InvalidOperationException in semantic highlighter. 13 years ago
Daniel Grunwald 2eeb58101d Initialize all the colors for semantic highlighting. 13 years ago
Daniel Grunwald 918b47ca70 Fix various issues with the new solution model. 13 years ago
Daniel Grunwald bb4e74c170 Worked on IProjectService API. 13 years ago
Daniel Grunwald 9ee497eec8 Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 13 years ago