Daniel Grunwald
|
ee0e6b1d4d
|
Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
Also, fixes various references to the "VBNet" language string to use "VB" instead.
|
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#"
This reverts commit 9f5c8720a8 .
|
12 years ago |
Andreas Weizel
|
738529e4aa
|
- OverrideToString completion now works.
- Added RefactoringContext.GetTypeResolveContext() method.
|
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.
Fixed NullReferenceException when showing tooltip after debugging.
|
13 years ago |
Daniel Grunwald
|
80dc644829
|
Enable new context actions (Create Local, Extract Field, Implement Interface).
Allow clicking on track adorners.
Don't serialize project content on shutdown when it hasn't changed.
|
13 years ago |
PeterForstmeier
|
ad6fe170f3
|
Remove unused Files
|
13 years ago |
PeterForstmeier
|
167b0fd2d9
|
Cleanup, remove unused Files
|
13 years ago |
PeterForstmeier
|
d6809c1482
|
fix build
|
13 years ago |
PeterForstmeier
|
ff282a6a51
|
FormsDesigner - GeneralOptions
|
13 years ago |
Daniel Grunwald
|
33fe6095d9
|
Add new context actions.
|
13 years ago |
PeterForstmeier
|
5daf3ef84b
|
adjust src\AddIns\BackendBindings\CppBinding\CppBinding\Project\ApplicationOptions.cs to work with old ApplicationOptions.cs,
|
14 years ago |
PeterForstmeier
|
e726babb78
|
ApplicationSettingsXaml.xaml
|
14 years ago |
Daniel Grunwald
|
6e9190b6a9
|
Add InsertWithCursor implementation.
|
14 years ago |
Daniel Grunwald
|
485309d3e4
|
Fix context actions and issue manager.
|
14 years ago |
Daniel Grunwald
|
5e1642ebd2
|
Add IssueOptions panel.
|
14 years ago |
Daniel Grunwald
|
a45a631ad4
|
Add options dialog for context actions.
|
14 years ago |
Daniel Grunwald
|
541497a978
|
Implemented support for issue providers and quick fixes.
|
14 years ago |
Daniel Grunwald
|
cfe7ae8dad
|
Adjust SharpDevelop to new context actions API.
|
14 years ago |
Daniel Grunwald
|
cb15d5418d
|
Move ContextActions UI to AvalonEdit.AddIn.
|
14 years ago |
Daniel Grunwald
|
5802f18c4a
|
Add support for inspectors.
|
14 years ago |