Documentation

Responses

  1. I liked xact.ide very much.
    However, it is regrettable that Japanese is not supported.
    For instance, the following errors go out in IronPython when Japanese
    is input.

    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    at IronPythonLexer.lex()
    at Xacc.Languages.CSLex.Language`1.LexerBase.yywrap()
    at Xacc.Languages.CSLex.Language`1.Lex(String input, Stack& state)
    at Xacc.Languages.Language.Lex(String line, TokenLine& state, DoubleLinkedList`1 mlines)
    at Xacc.Controls.AdvancedTextBox.TextBuffer.DoLex(LineState& state, Int32 linenr)
    at Xacc.Controls.AdvancedTextBox.TextBuffer.LineState.SetLine(String value, TextBuffer buffer, Int32 linenr)
    at Xacc.Controls.AdvancedTextBox.TextBuffer.set_Item(Int32 index, String value)
    at Xacc.Controls.AdvancedTextBox.TextBuffer.InsertCharacter(Char c)
    at Xacc.Controls.AdvancedTextBox.OnKeyPress(KeyPressEventArgs e)
    at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
    at System.Windows.Forms.Control.WmImeChar(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Moreover, a Japanese character string doubles in C# and IronSceme.
    For instance, when “あ” is input, it outputs it with “ああ”.

    Please correspond.
    When it is incomprehensible because of poor English, I’m sorry.


Leave a comment