hi,Denis how can i get the InputStream and OutputStream of the Console? coz i want to output message into console and read the user input from the console. and last time u tell me to use the LangDataKeys.VIEW_CONSOLE.getData(DataContext),where can i get the DataContext? i tried it to use the SimpleDataContext.getProjectContext(Project),but it returns a null value,please help me
Hello,
Try LangDataKeys.CONSOLE_VIEW.getData(DataContext)
Denis
hi,Denis
how can i get the InputStream and OutputStream of the Console?
coz i want to output message into console and read the user input from the console.
and last time u tell me to use the LangDataKeys.VIEW_CONSOLE.getData(DataContext),where can i get the DataContext?
i tried it to use the SimpleDataContext.getProjectContext(Project),but it returns a null value,please help me
best regards!
kissley