Share

Wicked Shell

File Release Notes and Changelog

Release Name: 1.3.0

Notes:
*********************************
** WickedShell - Release 1.3.0 **
**        Release-Notes        **
*********************************

This is release 1.3.0 of WickedShell. 

It contains the following enhancements:

    - Improved input handling
    - Support for Cygwin bash.exe added
        It is recommended to modify the PS1 prompting enviromental value 
        to avoid any character output of the prompt (such as ASCII escape 
        characters) that cannot be displayed by SWT's Text widget. 
        Otherwise it looks funny...
        To do so, just define the PS1 value in the '.bashrc' file of your
        home directory (PS1=\\t' '\\u'@'\\H\\r\\n\\w'$ ' as a suggestion).
        Please pay attention, that your prompt ends with '$ ', as Wicked 
        Shell uses this for path delimiting.
        To make command completion work, the last line of the prompt must
        consist of the current path and the suffix '$ ' (see above).
    - Support for MSYS sh.exe added
        It is recommended to modify the PS1 prompting enviromental value 
        to avoid any character output of the prompt (such as ASCII escape 
        characters) that cannot be displayed by SWT's Text widget. 
        Otherwise it looks funny...
        To do so, just define the PS1 value in the 'profile' file of the
        etc directory (PS1=\\t' '\\u'@'\\H\\r\\n\\w'$ ' as a suggestion).
        Please pay attention, that your prompt ends with '$ ', as Wicked 
        Shell uses this for path delimiting.
        To make command completion work, the last line of the prompt must
        consist of the current path and the suffix '$ ' (see above).

Changes: ********************************* ** WickedShell - Release 1.3.0 ** ** Change-Log ** ********************************* This is release 1.3.0 of WickedShell. * 11.04.2006 * - Refactored SystemShell handling * 12.04.2006 * - Shell Input handling improved - <Processing command: ...> removed - Allow user interaction (necessary at copy or rmdir for example) * 07.05.2006 * - Encapsulated Shell defininition to allow different Shells to be provided * 24.05.2006 * - Added support for Cygwin bash.exe * 25.05.2006 * - Added support for MSYS sh.exe