<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello since I have looked the lexers it seams QScintilla api don't
    support at the moment dynamic keyword handling.<br>
    <br>
    It seams that Lexer->readKeywords(int set) is there put some
    funtionality to use dynamic keywordlists are missing.<br>
    <br>
    My suggestion to add functionality to QsciScintilla.h:<br>
    <br>
    void loadKeywords(int set, Qstring * keywords);<br>
    <br>
    QList returnKeywordTypes();<br>
    <br>
    for making array to handle sql databse saving and so on.<br>
    <br>
    This could add the dynamic keywords updating possible.<br>
    <br>
    Regards<br>
    Jeremi Roivas<br>
  </body>
</html>