随笔分类 -  开发工具

PL_SQL常用快捷键及设置
摘要:PL_SQL常用快捷键1、 快速输入;Tools-->Preferences-->User Interface-->Editor-->AutoReplace,将Enabled复选框的按钮勾选上,点击那个文件路,选中设置快键方式的文件,如下面的shortcuts.txt文件所示,然后再输入的时候按下对... 阅读全文

posted @ 2014-08-27 16:43 梦轻寻 阅读(2117) 评论(0) 推荐(0)

Eclipse常用设置[不断完善]
摘要:1、 修改Eclipse背景色 Windows->Peferences->General->Editors->Text Editor->Appearance color options,选择Background color,去掉System Default,在color里选择颜色,然后apply;2... 阅读全文

posted @ 2013-10-12 09:49 梦轻寻 阅读(373) 评论(0) 推荐(0)

Eclipse常用快捷键[不断完善]
摘要:1、 Ctrl+1 快速修复(最经典的快捷键);2、 查看当前类的继承关系;方法1:将类选中,按下快捷键Ctrl+T;方法2:将类选中,按下快捷键F4;3、 Ctrl+H:用于查找含有某些内容的文件;4、 Ctrl+Shift+R:用于根据文件名查找文件;5、 Ctrl+Shift+T:用于根据类名... 阅读全文

posted @ 2013-08-28 17:36 梦轻寻 阅读(183) 评论(0) 推荐(0)

导航