Merge branch '323_editor_macros'
commit0cfbe19d96c29c832ae0ca0ee76d1618d71a45b6
authorIlia Maslakov <il.smind@gmail.com>
Thu, 3 Mar 2011 20:53:34 +0000 (3 20:53 +0000)
committerIlia Maslakov <il.smind@gmail.com>
Thu, 3 Mar 2011 20:53:34 +0000 (3 20:53 +0000)
tree28a3cf5ac0b565094a080baf4f97d9f599aefbd8
parent1636f8e956108f0248f56588f082c949bc6796d6
parentf28ec51c77bb165a89c8e14abf5deb454e8233bb
Merge branch '323_editor_macros'

* 323_editor_macros:
  (mc_config_init): don't drop file name if file is not exist.
  added examples     added rules for misc/macros.d/*. in the process of installation, example scripts will be copied into share/mc/examples/macros.d
  added check for instruction "#interactive" in the script. if the external script contain #interactive then do show prompt.
  changed mcedit.1.in
  Fix cursor position after execution of external script.
  Changed engine of external macros execution
  added a new action "Record and Repeat commands", added menu entry (Record/Repeat actions) for this.
  Removed unneeded menu entries.
  Added lookup_key_by_code, now parameter is string.
  Ticket #323 (reimplimented editor macros)