Menu

#30 Word completion + i8n = problems

Bug
closed-fixed
Scintilla (812)
6
2003-02-18
2001-08-02
No

Setup:
- SciTE 1.38
- set code.page=65001
- set autocompleteword.automatic=1

When I enter ASCII characters, word autocomplete
works. When I enter Russian or Japanese characters the
autocomplete popup doesn't appear at all.

In my own application (Komodo) SCI_AUTOCSHOW words are
full of UTF-8 characters but they get presented in the
popup as Latin-1/CP1252 characters.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2001-08-02

    Logged In: YES
    user_id=12579

    Ouch, Brian! That is a bit difficult to fix as there will
    have to be a test for mode and platform (may not work on
    Windows 9x), creation of a wide char listbox if needed,
    string conversion and some work on character input. May
    even be easier, in the context of Komodo, to use a Mozilla
    listbox and work on being able to coordinate external
    windows with Scintilla.

     
  • Neil Hodgson

    Neil Hodgson - 2001-08-02
    • milestone: --> Bug
    • assigned_to: nobody --> nyamatongwe
    • priority: 5 --> 6
    • labels: 101018 --> Scintilla
    • status: open --> open-later
     
  • Brian Quinlan

    Brian Quinlan - 2001-08-02

    Logged In: YES
    user_id=108973

    Thanks for the rapid response. I'll let the Moz guys think
    about that workaround :-)

     
  • Neil Hodgson

    Neil Hodgson - 2003-02-18
    • status: open-later --> closed-later
     
  • Neil Hodgson

    Neil Hodgson - 2003-02-18

    Logged In: YES
    user_id=12579

    Fixed in 1.50 on Windows.

     
  • Neil Hodgson

    Neil Hodgson - 2003-02-18
    • status: closed-later --> closed-fixed
     

Log in to post a comment.