Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 22 and Version 23 of Ticket #2262


Ignore:
Timestamp:
12/18/14 15:46:59 (9 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2262 – Description

    v22 v23  
    11Some improvements can be made:
    2 * `IEnumerable<T>` extension methods should be usable with the variables collection.
    3 * If an `INamedItem` is stored in the variables collection, the name of the item can automatically become the name of the variable.
    4 * Renaming variables should be possible by pressing F2.
    5 * Removing variables should be faster.
    6 * Selecting multiple variables in the `VariableStoreView` should be possible.
    7 * Scrolling inside the code editor should be possible when executing scripts.
     2* ~~`IEnumerable<T>` extension methods should be usable with the variables collection.~~
     3* ~~If an `INamedItem` is stored in the variables collection, the name of the item can automatically become the name of the variable.~~
     4* ~~Renaming variables should be possible by pressing F2.~~
     5* ~~Removing variables should be faster.~~
     6* ~~Selecting multiple variables in the `VariableStoreView` should be possible.~~
     7* ~~Scrolling inside the code editor should be possible when executing scripts.~~
    88
    99This ticket has to be merged into stable before #2077