Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #2077, comment 39


Ignore:
Timestamp:
02/06/15 10:31:19 (10 years ago)
Author:
jkarder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2077, comment 39

    v1 v2  
    11CodeEditor.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 removed
     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 removed~~
    44
    55CSharpCodeFoldingStrategy:
    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.~~
    88
    99ICodeCompletionStrategy.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()~~
    1111
    1212ImportCompletionData.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.~~
    1414
    15 * Please check if you can remove the IParameterDataProvider interface from CSharpOverloadProvider
     15* I have to leave it as it is for now. ~~Please check if you can remove the IParameterDataProvider interface from CSharpOverloadProvider~~
    1616