private static void DisableAutoCompletePopup(ScintillaGateway scintillaGateway)
 {
     scintillaGateway.AutoCStops("abcdefghijklmnopqrstuvwxyz");
 }