Opened 10 years ago
Last modified 10 years ago
#2262 closed enhancement
Improve the scripting environment — at Version 2
Reported by: | jkarder | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Scripting | Version: | 3.3.10 |
Keywords: | Cc: |
Description (last modified by jkarder)
Some improvements can be made:
- IEnumerable<T> extension methods should be usable with the variables collection.
- If an INamedItem is stored in the variables collection, the name of the item can automatically become the name of the variable.
- Renaming variables should be possible by pressing F2.
- Removing variables should be faster.
- Selecting multiple variables in the VariableStoreView should be possible.
- Scrolling inside the code editor should be possible when compiling and executing scripts.
Change History (2)
comment:1 Changed 10 years ago by jkarder
- Status changed from new to accepted
comment:2 Changed 10 years ago by jkarder
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.