JavaScript Shell 1.4
Sunday, October 30th, 2005Changes since JavaScript Shell 1.3.1:
- Up/down now navigate history as long as the caret is within the first/last line of the input. (Previously, the caret had to be at the beginning of the first line or the end of the last line.)
- Navigating to the previous history entry now puts the caret at the end of the textarea.
- Added tooltips for the links with accesskeys at the top of the page. (Fixed by Jesper Rønn-Jensen.)
- Added
overflow: auto;to the input field to prevent scrollbars from appearing in IE unnecessarily. - Alphabetize properties in props() output.
- Added a hidden option for props() to print one property per line (pass true as the second parameter to props()).
- props() now complains if you pass undefined or null.
- Tab completion no longer causes an error in IE. (Fixed by Jesper Rønn-Jensen.)
