Hello, three questions:
Starting point:
fr<fire up autocomplete>
possbile list:
fra
frb
frb1
frb2
frb31
frb32
frc1
frc2
frc2
frc3
frc4
frc5
frc6
1) if i type the letter 'd', which is not in the auto completion list,
the autocomplete listbox should not be closed (It should also not accept
this keystroke; so ignore them)
2) if i type 'b', only frb1, frb2 and frb31 and frb32 should be visible
(available) in the listbox. If I go back with backspace, (after 'frb3',
the matching completitions (here frb* should be displayed again).
3) I have typed "frb" and press backspace, the autocomplete dialog will
be closed.
(I think, it should close only then, if the typed string is
shorter, than, when i started autocomplete)
fr<start>
frb<backspace>(it is closed actually)
fr<backspace>(now it should close)
or is it better to ask in the scintilla.devel mailing list?
Or is the only way around to write an own autocomplete dialog?
thank you in advance!
···
--
Franz Steinhaeusler