简体   繁体   中英

pl/sql developer IDE

I'm using AllRoundAutomatation's Pl/sql developer, and now i'm having quite interesting problem, All I want is to configure CTRL+UP key combination for scoll up!. but I can't manage it, How Can I do This ?

Caution: tools > preferences > go to user interface section > key configuration that one is not working, cause when I press UP or ctrl+up the "key configuration"'s table is getting scoll up it self

Tools -> Preferences -> user interface section -> key configuration -> scroll down to Editor : scroll up is where you would normally do it, however I see your problem, CTRL+UP is a control key in the preferences window that takes you back up to the top of that window.

If you go to the defaults.ini file on your pl/sql developer install ( probably in something like C:\\Program Files\\PLSQL Developer\\Preferences\\your username ), you can change the entry manually, I'd recommend setting the scroll up entry to someother value, then you will see an entry, you can then change it to 16422, which is the value on my install for CTRL+UP.

You can do this as follows:

tools > preferences > go to user interface section > key configuration

find item Editor: Scroll up select it and press CTRL+UP keys combination.

供您参考,您可以将以下条目添加到配置文件中,以使CTRL + DOWN向下滚动。

Editor: Scroll Down=16424

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM