2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
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
Daniel Grunwald d3a3db75fb Enable WiX dialog designer. 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 98c509f281 fix "surround with comment" for XAML; fix exception in XAML CC occurring when trying to type '<' 12 years ago
Siegfried Pammer 01253ffb9c reintroduce ResourceEditor 12 years ago
Siegfried Pammer 0a91f03a8c convert VB binding to VB.NET 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
Daniel Grunwald 3256c448ee Avoid keeping the whole AXmlDocument in memory for XamlUnresolvedFile. 12 years ago
Daniel Grunwald 97e6596a2c Set target CPU to AnyCPU where possible. 12 years ago
Peter Forstmeier 6307d68d90 Grouping 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
Siegfried Pammer fa851d579a fix performance issue in XamlSymbolSearch 12 years ago
Siegfried Pammer df20343d1a clean up unused files/methods 12 years ago
Siegfried Pammer df360130fc fix XAML binding unit tests 12 years ago
Siegfried Pammer 8a65c372cb fixed some bugs in XAML code completion 12 years ago
Siegfried Pammer c0680b4e33 fix issues with member value completion, event completion etc. 12 years ago
Siegfried Pammer dfb8847e34 finished implementation of CompletionDataGenerator 12 years ago
Siegfried Pammer 2fc1b20a96 first working version of XAML code completion 12 years ago
Matt Ward 5d4d80c79c Add child elements menu in WiX setup files view now working. 13 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 e0d6d8d9d9 Use new ProjectTemplate base class. 13 years ago
Daniel Grunwald 44d5a83dc4 Add IFileSystem interface to SharpDevelop. 13 years ago
Matt Ward cfa9692151 Add .aspx file filter. 13 years ago
Daniel Grunwald 918582348c Fix compiler warnings. 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