Feature Requests item #1524359, was opened at 2006-07-18 01:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1524359&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scintilla
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: java source code in SCLEX_CPP have unicode problem?

Initial Comment:
Java is unicode based language, it should allow the 
variable/method name using unicode as well as ascii

To edit Java source code, Scintilla provided lexer 
SCLEX_CPP, right? but it seems not work well with 
unicode variable/method names. it may consider some 
unicode variable/method names as operators and 
highlighted, or even make it able to be folded.

I understand that, unicode variable/method names are 
not commonly used in source code. Now, I would like 
to make a powerful java code editor/IDE based on 
Scintilla. And I would like to consider the possible 
unicode users as well. 

Is it possible to make SCLEX_CPP work well with such 
cases? Or just give me some hints to write my 
SCLEX_JAVA?

------------
My TestCase:

class UnicodeTest {
    public static void main(String[] arg) {
        String 門徒 = "testing";
        System.out.println( 門徒 );
    }
}

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1524359&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to