Community
Participate
Working Groups
Eclipse couldn't input Japanese characters, because of EventRawKeyDown(KeyboardEvent) doesn't supports input methods. Please supports CarbonTextInputEvent or TextServiceManager.
This is an enhancement and will probably not be addressed in R2.1. The Mac port is only at an early acceptance stage and we have not extended support yet for DBCS, IME etc.
There are examples that IME/TSM savvy way to get original RawKeyboadEvent form TextInputEvent.http://developer.apple.com/samplecode/Sample_Code/Human_Interface_Toolbox/Mac_OS_X_HIToolbox/HexEditorView/THexEditorScrollableView.c.htmhttp://developer.apple.com/samplecode/Sample_Code/Text/ATSUIDirectAccessDemo/Window.c.htm
International input has been implemented. Currently input is done through the input window only. Need to add support for inline input.
*** This bug has been marked as a duplicate of 108591 ***