2013/04/22

Version 2.5.3 release

  • [Requirement] Visual view: replaced CTRL by COMMAND key for OS X platform
  • [Requirement] Visual view: add key binding for restore selection, select enclosing/previous/next element
  • [Requirement] Visual view: support moving selection in <TEXTAREA> and text input field
  • [Requirement] DOM find/replace dialog: more options for copy result list
  • [Bug] Content might be wrong when reading CSS file in workspace
  • [Bug] Select <FORM> does not include child elements

2013/04/02

Key binding in OS X

The HTML Visual view supported key binding since v2.5.2

Currently, some unchangeable key bindings are CTRL + other key.
But the COMMAND key is generally used in OS X platform. So I decide to make this change in next version.

I also plan support following commands in next version:
  • Select Previous/Next Element (ALT+CTRL+Left/Right)
  • Select Enclosing Element (ALT+CTRL+Up)
  • Restore Last Selection (ALT+CTRL+Down)
Unfortunately, the key binding of these commands are defined for editor. I cannot get key binding when program running. Finally I may use the static binding. (Of course, replaced CTRL by COMMAND key for OS X platform.)

Please let me know if you have other suggestion. Thanks!