Difference between revisions of "Environment Roadmap"
(→6.0 (1st quarter 2007)) |
(Reordering and Categorizing) |
||
Line 13: | Line 13: | ||
==6.0 (1st quarter 2007)== | ==6.0 (1st quarter 2007)== | ||
+ | ===UI=== | ||
* Improved docking facilities in EiffelStudio to fully control the layout of EiffelStudio | * Improved docking facilities in EiffelStudio to fully control the layout of EiffelStudio | ||
+ | * Configurable pick-and-drop: user can choose between a contextual menu or pick-and-drop within the EiffelStudio environment | ||
+ | * Internationalization support | ||
+ | * Keyboard support for code browsing/activation - F12 to go to context reference in editor, F9 to set a breakpoint, etc. | ||
+ | |||
+ | ===Compiler=== | ||
+ | * Progress bar for degree 6, C compilation and automatic precompilation | ||
* Object test syntax support | * Object test syntax support | ||
* Ability to see/edit environment variables used in a project configuration file | * Ability to see/edit environment variables used in a project configuration file | ||
− | |||
− | |||
* Ability to download libraries/applications from a website directly from EiffelStudio (see [[Configuration_Discovery|Discovering Configuration Files]]) | * Ability to download libraries/applications from a website directly from EiffelStudio (see [[Configuration_Discovery|Discovering Configuration Files]]) | ||
* Reading of UTF-8 Eiffel source file | * Reading of UTF-8 Eiffel source file | ||
− | |||
− | |||
− | |||
− | |||
* "Hidden" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible). | * "Hidden" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible). | ||
+ | |||
+ | ===Ports=== | ||
+ | * Mac native support | ||
+ | |||
+ | ===Internal=== | ||
+ | * Reduce size of C generated in workbench mode | ||
* Clean up delivery, names of tools, directory layout. | * Clean up delivery, names of tools, directory layout. | ||
* Get rid of *.wb files and store this in the user settings. | * Get rid of *.wb files and store this in the user settings. |
Revision as of 13:05, 29 September 2006
Roadmap information for EiffelStudio releases:
6.2
- Attached mechanism
6.1
- Non-conforming inheritance
- Proper semantics of feature replication
- Configurable commands (i.e. location and shortcut)
- Addition of binary and octal notation for manifest integers
- Exception as object
6.0 (1st quarter 2007)
UI
- Improved docking facilities in EiffelStudio to fully control the layout of EiffelStudio
- Configurable pick-and-drop: user can choose between a contextual menu or pick-and-drop within the EiffelStudio environment
- Internationalization support
- Keyboard support for code browsing/activation - F12 to go to context reference in editor, F9 to set a breakpoint, etc.
Compiler
- Progress bar for degree 6, C compilation and automatic precompilation
- Object test syntax support
- Ability to see/edit environment variables used in a project configuration file
- Ability to download libraries/applications from a website directly from EiffelStudio (see Discovering Configuration Files)
- Reading of UTF-8 Eiffel source file
- "Hidden" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible).
Ports
- Mac native support
Internal
- Reduce size of C generated in workbench mode
- Clean up delivery, names of tools, directory layout.
- Get rid of *.wb files and store this in the user settings.
5.7
- This is the first open source version of EiffelStudio. Look at the release notes of 5.7 for more information.