3

Is it possible to configure Oracle SQL Developer v 4.03 to automatically display tables while I'm typing in names like in PL\SQL Developer?

enter image description here

Second question: How to make output grid look like PL/SQL Developer? Is it possible?

enter image description here

Is it possible to change default colors in zebra output? I have enabled 'Zebra pattern'

Preferences->Database->Worksheet->Grid in checker board or Zebra pattern

...but default colors are so...ugly. It would be great to change also default NULL values (change field color and (null) to just NULL). Could you add option to set user's color for NULL and zebra coloring? What if I want to use magenta or cyan?

Paul White
95.4k30 gold badges440 silver badges689 bronze badges
asked Feb 25, 2015 at 8:19

1 Answer 1

5

The preferences dictate when the code assist features kick in. In 4.0.3 we filter the advice for the automatic bits when there are more than 10 suggested identifiers. So, typing:

select * from 

...on a large schema, you'd likely not see any suggested table or views names, unless you invoked the helper directly via ctrl+spacebar.

As you type more, the more likely the suggested values will be of more value. The default settings will have automatic popups after .6 seconds and the number of hits goes below 10.

Tools > Preferences > Code Editor > Completion Insight

Make sure you don't have the first two items disabled. And try increasing the filter to something higher than 10. Examples of different insight 'helpers' and a video demo here.

You can set your own NULL text, that's in the preferences. I have a bug logged so you can set the NULL coloring AND use the zebra styling (fixed in version 4.1, soon to be released.) And I also have an ER logged for custom colors on the 'zebra' styling.

We fixed that bug, go get v4.1.1 - null color + zebra grids work now.

Paul White
95.4k30 gold badges440 silver badges689 bronze badges
answered Feb 25, 2015 at 12:40
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.