📄 test.idl
字号:
// test.idl,v 1.2 1999/10/21 18:13:25 bala Exp
interface LCD_Display
{
void send_val (in long val);
// Remote method through which the
// slider sets the value of the lcd display
void shutdown ();
// Shutdown the ORB
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -