zoukankan      html  css  js  c++  java
  • 可提高工作效率的 PL/SQL Developer 设置

    1、将Window List 列表展示出来并保存当前布局

    ①Tools——>Windows List (展示窗口列表)

    ②Window——>Save Layout (保存当前布局)

    2、设置psql查询为查询当前光标所在行

    ①Tools——>Preferences——>SQL Window——>勾选AutoSelect statement

    3、各种字体设置

    ①Tools——>Preferences——>Fonts——Brower(设置plsql查询窗口左边列表字体)

    ②Tools——>Preferences——>Fonts——Grid(设置plsql查询结果字体)

    ③Tools——>Preferences——>Fonts——Editor(设置plsql语句字体)

    ④Tools——>Preferences——>Fonts——Main Font...(设置plsql子窗口字体)

    4、设置关键字自动补全

    Tools——>Preferences——>Editor——AutoReplace——Edit...(弹出输入框口输入自己想要设置的关键字对应关系。如:sf=select * from   保存在plsql的根目录下,文件名为:AutoReplace.txt)

    Tools——>Preferences——>Editor——AutoReplace(勾选Enabled多选框<使当前设置可用>) 

    5、  点击图标右边的小三角打开最近保存的sql文件

    6、设置长sql自动换行

    Tools——>Preferences——>Editor——勾选“wrap lines”;

  • 相关阅读:

    删与改

    基本操作
    名词解释
    Python内置函数(11)——complex
    Python内置函数(10)——float
    Python内置函数(9)——int
    Python内置函数(8)——bool
    Python内置函数(7)——sum
  • 原文地址:https://www.cnblogs.com/xxlu/p/6042890.html
Copyright © 2011-2022 走看看