Line Numbers (PL/QL Developer) - SQL Window

ajdarnell

Member
I write sql statements in sql window. I would like line numbers to be displayed; however, the line numbers are not. I have turned on Display line numbers (interval = all) but this did not enable line numbers. Any suggestions.

Thank you.
 
The preference only applies to windows that have a left margin (gutter) like the Program Window or Test Window.
 
Line numbers do not have much meaning in the SQL Window. You can still see the current line number on the status line.
 
My SQL window has a gutter and line numbers; it's always been there. It's useful for when I print the SQL and discuss it in a meeting.

The command window editor doesn't have a gutter though. I kind of wish it did so I could see bookmarks for large scripts easier. I switch to a SQL window to get around it.
 
Back
Top