Options dialog: Editor tab

This tab allows you to configure the appearance of text typed in the SQL Statements pane. Note that any settings you specify on this tab also apply to the Code Editor when it is used in Sybase Central.

The Editor tab of the Options dialog in Interactive SQL consists of four tabs: Editor, Tabs, Format, and Print.


Editor tab

The Editor tab has the following components:


Tabs tab

The Tabs tab has the following components:


Format tab

The Format tab has the following components:


Print tab

The Print tab has the following components:


Text completion tab

Interactive SQL and Sybase Central provide a text completion option that can supply object names for you. You can configure text completion to fill in the name of any or all of the following object types: tables, views, columns, stored procedures, and system functions.

To use text completion:

  1. In Interactive SQL, type the first letter of a database object name in the SQL Statements pane.

  2. Press Ctrl+Space or Ctrl+Shift+Space.

    A window appears listing the names of database objects that begin with the letters you have typed so far.

    If you do not see the object name you want, press Tab to view a complete list of database objects. By default, all database objects appear in the list.The object name appears in the SQL Statements pane.You can configure the text completion settings from the Options window in Interactive SQL or when you are in a text editor window in Sybase Central..

  3. Select the object name from the list and then press Enter.