Use the Code Editor
这节并没有教例子,倒是给出了些代码编辑状态是的技巧。
1. 调出行数的显示:在代码编辑区左边框上点击右键,选中show line numbers即可;
2. 添加注释符:按Ctrl+Shift+C, 或选中要注释的代码后按Ctrl+Shift+C;
<!-- This is a code comment in MXML -->
/* This is a code comment in ActionScript */
3.OutLine视图:在source环境下,位于左下脚。快速OutLine视图可以用Ctrl+O调出;
4.调出帮助:选中标签,按Shift+F2。