584 Commits (cf3995f1a52404f11a0776d358e0f1d43dc855ea)

Author SHA1 Message Date
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 13 years ago
Andreas Weizel 6f021a0f30 Removed try...catch block left after debugging. 13 years ago
Andreas Weizel 29688ecdc4 Removed debug message. 13 years ago
Andreas Weizel 68ebe6e7b8 Moving statements with Alt+Up/Down now supports moving them into or out from block statements. 13 years ago
Siegfried Pammer 0272ea5784 fix DocCommentMarker in C# Semantic highlighting 13 years ago
Siegfried Pammer f30d838898 normalize file headers 13 years ago
Daniel Grunwald 0aee08dc57 Replace HighlightedInlineBuilder with RichTextModel. 13 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 13 years ago
Daniel Grunwald 73dda200d7 Add basic rich-text support to AvalonEdit. 13 years ago
Andreas Weizel 5dd62946cc Introduced "Convert interface to abstract class" context action. 13 years ago
Andreas Weizel 8a9e28ac67 Better synchronization of checkboxes in "Insert Ctor" snippet dialog. 13 years ago
Tobias Ibounig 8e6cc20f76 Added back snippet completion. Not yet context-aware. 13 years ago
Andreas Weizel 226fef0697 Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions. 13 years ago
Daniel Grunwald 64eaa25f5e Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types. 13 years ago
Andreas Weizel f04b15baf6 Fixed "override ToString()" refactoring to only show fields and properties of current class (not from base classes). 13 years ago
Andreas Weizel a2e20fdeb3 Introduced ParamRangeCheckContextAction. 13 years ago
Andreas Weizel 9e7455d212 Fixed "insert ctor" refactoring to only show fields and properties of current class (not from base classes). 13 years ago
Andreas Weizel 4f926cca48 Introduced RenameFileToMatchTypeNameContextAction. 13 years ago
Daniel Grunwald a9a6d4fc35 Disable RedundantTypeCastIssue (too many false positives) 13 years ago
Daniel Grunwald 1b2ad62f09 Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs. 13 years ago
Siegfried Pammer ff672237d2 remember last selection in SearchForIssuesDialog 13 years ago
Andreas Weizel 6a09d692de Part II of: Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input. 13 years ago
Andreas Weizel 9ce0d70a81 Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input. 13 years ago
Andreas Weizel da7265e65d Migrated CreateProperties refactoring snippet to NR5. 13 years ago
Andreas Weizel 034cf176b3 Fixed issues with property/field selection in some refactoring snippet dialogs. 13 years ago
Daniel Grunwald 3609078840 [WIP] EnvDTE 13 years ago
Daniel Grunwald 3af9b3f842 CSharpSymbolSearch: use newCode. 13 years ago
Daniel Grunwald 855b848f36 Allow updating code from EnvDTE via LanguageBinding.CodeGenerator 13 years ago
Siegfried Pammer 709285d091 implement CodeDomLocalizationModel detection in FormsDesigner 13 years ago
Siegfried Pammer 65955bdb28 implement IServiceProvider in ILanguageBinding 13 years ago
Andreas Weizel e0fb42221e Detecting all properties and fields and handling editor undo properly in InsertCtor/Override...Method dialogs. 13 years ago
Andreas Weizel e613e7a49f Now detecting auto-implemented properties correctly. 13 years ago
Siegfried Pammer 2c5314ccb6 fix CSharpCodeGenerator overrides 13 years ago
Siegfried Pammer e9b60dbf09 add basic support for adding event handlers in FormsDesigner 13 years ago
Andreas Weizel 7d05d21306 Repaired InsertCtorSnippetRefactoring. 13 years ago
Daniel Grunwald 16313e486b Add CSharpDesignerGenerator. 13 years ago
Siegfried Pammer ff7d0a100c fix build 13 years ago
Siegfried Pammer 272df157d8 rename DocumentUtilitites to DocumentUtilities 13 years ago
Siegfried Pammer 01df710105 first implementation of rename without proper UI 13 years ago
Siegfried Pammer 931c5ef93c use ISymbol instead of IEntity in some cases; start implementation of RenameSymbol 13 years ago
Daniel Grunwald 3d307a381c Fix C# folding (skip NewLine nodes) 13 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 13 years ago
Andreas Weizel 570bb59d5f Readded CodeManipulation once again. 13 years ago
Andreas Weizel e6cb26d43e Finished migration of OverrideEqualsGetHash code completion, some improvements for OverrideToString completion, too. 13 years ago
Andreas Weizel b515630899 Reintroduced IProperty.IsAutoImplemented() extension method (RefactoringExtensions). 13 years ago
Andreas Weizel 3e382df48d GetHashCode override completion - work in progress. 13 years ago
Siegfried Pammer 68ae72226d Revert "trying to implement RenameContextAction for C#" 13 years ago
Daniel Grunwald 072b3e91b0 Don't show icon in scrollbar for redundancy issues. 13 years ago
Andreas Weizel b27249761a Readded CodeManipulation. 13 years ago
Andreas Weizel 738529e4aa - OverrideToString completion now works. 13 years ago