CFrank - 2016-02-04

From the scintilla docs

The SCI_NULL does nothing and is the value assigned to keys that perform no action. SCI_NULL ensures that keys do not propagate to the parent window as that may cause focus to move. If you want the standard platform behaviour use the constant 0 instead.

It's value seem to be 2172 but editor.null() returns None

Cheers
Claudia