105 Commits (90f3fc3fe0aeb0eafe9e1af3de064fd44d876a78)

Author SHA1 Message Date
Daniel Grunwald 5602be8fd6 Disable UseOfMemberOfNullReference issue. It's currently too unstable and performance-hungry. 11 years ago
Daniel Grunwald 41cd4d640d Adjust CSharpBinding.addin to NRefactory changes, and reactivate some useful uncategorized issues. 11 years ago
Andreas Weizel 519d5735c9 Tried implementing automatical updating of editors after changing policy-specific indentation changes + some refactoring. 11 years ago
Andreas Weizel f07b9ee38b Indent engine now initialized with project formatting settings if possible, not only with global settings. 11 years ago
Andreas Weizel f84804fa8e Forgotten localization of "Code Formatting" tab text, fixed other localizations. 11 years ago
Andreas Weizel 5da7b92b8f Added editing of solution-wide formatting options (accessible through property pad). 12 years ago
Daniel Grunwald 0f62dccb01 Update NRefactory to commit 1663c9a. 12 years ago
Andreas Weizel 144fde6b36 Now creating solution-wide formatting options container correctly. Added "Code Formatting" option tab to project properties view. 12 years ago
Andreas Weizel 8a1c65b016 Persisting and restoring formatter settings on global level, support for presets from NR. 12 years ago
Daniel Grunwald 69ce7df7b7 Update to NRefactory version aa289c2. 12 years ago
Andreas Weizel 03feaeb2b3 Created prototype of formatting options editor. 12 years ago
Daniel Grunwald 8accbd7e05 Update to NRefactory commit ef1a5d63. 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Daniel Grunwald 46bd8876f0 Adjust CSharpBinding to NRefactory changes. 12 years ago
Daniel Grunwald eb8a032b83 Fix CSharpAmbience not being found. 12 years ago
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 12 years ago
Andreas Weizel 5dd62946cc Introduced "Convert interface to abstract class" context action. 12 years ago
Siegfried Pammer cec942586c introduce supportedfilenamepattern Attribute in ParserDescriptor to make it easier to implement specific parsers 12 years ago
Andreas Weizel a2e20fdeb3 Introduced ParamRangeCheckContextAction. 12 years ago
Andreas Weizel 4f926cca48 Introduced RenameFileToMatchTypeNameContextAction. 12 years ago
Daniel Grunwald a9a6d4fc35 Disable RedundantTypeCastIssue (too many false positives) 12 years ago
Andreas Weizel da7265e65d Migrated CreateProperties refactoring snippet to NR5. 12 years ago
Andreas Weizel 7d05d21306 Repaired InsertCtorSnippetRefactoring. 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Siegfried Pammer 68ae72226d Revert "trying to implement RenameContextAction for C#" 12 years ago
Andreas Weizel 738529e4aa - OverrideToString completion now works. 12 years ago
Andreas Weizel 2c1c16e260 Reintroduced "insert constructor snippet" feature. 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 7c0e667388 move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties" 12 years ago
Daniel Grunwald 01d63f17b9 Adjust SharpDevelop to NRefactory changes. 12 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald 44df039a84 Register new issue classes in AddInTree. 13 years ago
Siegfried Pammer 7eb5641bcf add WPF designer back 13 years ago
Siegfried Pammer 7a033c8aca implement code issue to display syntax errors found by the Mono C# parser 13 years ago
Daniel Grunwald 27d2586752 Remove disabled context actions from AddInTree. 13 years ago
Daniel Grunwald 1e503a1b53 Enable "Add using" context action. 13 years ago
Daniel Grunwald 67f9f2ce82 Set 'Local Copy'=false on references to Core.Presentation and SD.Widgets. 13 years ago
Daniel Grunwald e5313f4b40 Adjust to NRefactory API changes + disable failing unit tests. 13 years ago
Daniel Grunwald b105d57dc6 Disable MultipleEnumerationIssue and RedundantAssignmentIssue because they can cause stack overflows (see icsharpcode/NRefactory#123) 13 years ago
Daniel Grunwald a69e79474f Enable the GSOC context actions and issue providers. 13 years ago
Daniel Grunwald bb950e3ddf Add 'Search for issues' dialog 13 years ago
Daniel Grunwald fcb7e48993 Move some addin tree paths. 13 years ago
Siegfried Pammer 6247fcb190 implement customizable multi highlighter 13 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 13 years ago
Daniel Grunwald 80dc644829 Enable new context actions (Create Local, Extract Field, Implement Interface). 13 years ago
PeterForstmeier ad6fe170f3 Remove unused Files 13 years ago
PeterForstmeier 167b0fd2d9 Cleanup, remove unused Files 13 years ago