Merge branch '2261_multiedit'
commit7893cbf9b19acc7bb357790691b84951a8b37ffb
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 20 Jun 2012 18:33:57 +0000 (20 22:33 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 20 Jun 2012 18:33:57 +0000 (20 22:33 +0400)
treed5a8f30d878b65bf1e0da88c11cc4be409050ae8
parentc65414791354e9402fdfa4f974e2a94d754a8799
parentbf1924e7ff507a52f7624ec96820c3387898dee5
Merge branch '2261_multiedit'

* 2261_multiedit: (29 commits)
  Set fullscreen layout as previous editor look'n'feel.
  Updated documentation.
  Open several files in mc editor from command line.
  Show top opened file in screen list.
  Add icons to close window and toggle window state using mouse.
  Skin support for window frames.
  Add toggle fullscreen mode of editor windows.
  Handle CK_ShowNumbers action in dialog level instead of widget one.
  Handle CK_ShowTabTws and CK_ShowMargin actions in dialog level instead of widget one.
  Handle CK_SyntaxOnOff action in dialog level instead of widget one.
  Modify CK_Refresh command handling.
  Handle CK_Option action in dialog level instead of widget one.
  Assign button bar to the current editor.
  Switch windows using keyboard.
  Open each file in its own window.
  Add edit_add_window() function.
  Add CK_Close action to close current open file.
  Handle CK_Shell, CK_LearnKeys, CK_OptionsSaveMode and CK_SaveSetup actions in dialog level instead of widget one.
  Handle CK_Help, CK_Quit and CK_About actions in dialog level instead of widget one.
  Allow move and resize edit window using keyboard.
  ...