Color Change.

Hi

1. How can we change the colors of built in packages or number datatype or built in dataypes?

2. Does PL/SQL developer support the Clear Type Tuning fonts released by microsoft.

3. Full view of program window. We want the full screen of code being viewed or edited.

4.Reload the package/stored procedure source code from database being viewed/edited.

If the above are not present can you add these as enhancements list?.
 
1. How can we change the colors of built in packages or number datatype or built in dataypes?
You can add these words to the Custom Keywords list (Tools > Preferences > Editor / Syntax Highlighting).

2. Does PL/SQL developer support the Clear Type Tuning fonts released by microsoft.
You can use any font you like.

[quote[3. Full view of program window. We want the full screen of code being viewed or edited.[/quote]
You can only maximize the window, and minimize toolbars and docking areas.
4.Reload the package/stored procedure source code from database being viewed/edited.
There is currently no function for this. You need to close and reopen.

I have added 3 and 4 to the list of enhancement requests.
 
Hi,

1. Its not practical to enter all the names of the built in function in custom keywords and we want diffenent colors for number datatype,built in function,etc. Please consider this as enhacements

2.I can use any font but some fonts like "The Sans Mono" font the charachter "W" is not properly displayed whereas the same font is being used in other application is being displayed properly.

Thanks for your time.
 
there is a plugin that allows custom colouring based on the results of a query. you could try this.

i have a custom query which is :
select object_name from user_objects.

this has been broken now tho' since things like package.procedure are considered a single token, not 2 tokens joined by a dot.
 
Back
Top