Fix callbacks to scintilla functions to work with splitwindow
commitc214056ea1d000c6e53b158f616b680d1e02eb53
authorpik <alexander.maznev@gmail.com>
Sun, 19 Apr 2015 16:20:55 +0000 (19 12:20 -0400)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 20 Apr 2015 20:16:07 +0000 (20 22:16 +0200)
treeb35bf0b72551ffb9535880a3cec79e3d59f9c737
parent3f89d8d6a38442a25c877c6a7bd0aa45f3f01e35
Fix callbacks to scintilla functions to work with splitwindow

* Use Scintilla focus object instead of notebook document to fix
  splitwindow behaviour for cut, copy, paste and delete callbacks.
* move else-if to same line (style)
src/callbacks.c
src/keybindings.c