Changes between Version 1 and Version 2 of Ticket #2077, comment 39
- Timestamp:
- 02/06/15 10:31:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2077, comment 39
v1 v2 1 1 CodeEditor.cs: 2 * The property languageFeatures is assigned but never used. If it is really not used then please remove it.3 * There is an empty line at the #endregion of TextMarkerService region that can be removed2 * ~~The property languageFeatures is assigned but never used. If it is really not used then please remove it.~~ 3 * ~~There is an empty line at the #endregion of TextMarkerService region that can be removed~~ 4 4 5 5 CSharpCodeFoldingStrategy: 6 * Why does the folding strategy handle assemblies?7 * Is projectContent needed anymore? Please remove, if not.6 * ~~Why does the folding strategy handle assemblies?~~ 7 * ~~Is projectContent needed anymore? Please remove, if not.~~ 8 8 9 9 ICodeCompletionStrategy.cs: 10 * Please rename RunBackgroundParser() to a more generic method name, e.g.: Initialize()10 * ~~Please rename RunBackgroundParser() to a more generic method name, e.g.: Initialize()~~ 11 11 12 12 ImportCompletionData.cs 13 * Please check if it is actually created because it seems to not be used.13 * ~~Please check if it is actually created because it seems to not be used.~~ 14 14 15 * Please check if you can remove the IParameterDataProvider interface from CSharpOverloadProvider15 * I have to leave it as it is for now. ~~Please check if you can remove the IParameterDataProvider interface from CSharpOverloadProvider~~ 16 16