Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The link to specify hyperlinks takes you to the Text Editors preference page.

    Info

    Clearing Enable SQL Parser will disable many of the "smart" SQL editor features, including code formatting, auto completion, semantic validation, and hyperlinks. For better performance, you may disable the parser for files above a specified size

...

Anchor
_SPECIFY_CODE_ASSIST
_SPECIFY_CODE_ASSIST
Specify Code Assist Preferences

The Code Assist panel is used to specify configuration parameters that determine how code completion features in SQL Editor behave.

...

Select background or foreground options from the menu and modify them as appropriate.

Anchor
_SPECIFY_CODE_FORMATTER
_SPECIFY_CODE_FORMATTER
Specify Code Formatter Preferences

The Code Formatter pane provides configuration options for code formatting functionality in SQL Editor.

...

  1. Select Preferences > SQL Editor and then in the Preferences dialog, expand SQL Editor and click Code Formatter.
  2. On the Code Formatter pane, click Show or New and a dialog similar to the following appears. 

  3. Make your changes, click Apply to preview your changes and then click OK to create the new profile or to exit the Show Profile dialog. 
  4. Use the preview pane to preview the changes you make to your code formatting preferences. Changes are not implemented until you click Apply or OK.

Anchor
_SPECIFY_CODE_QUALITY
_SPECIFY_CODE_QUALITY
Specify Code Quality Preferences

The Code Quality preferences allow you to specify the severity level for several categories of problems that result in inefficient or erroneous SQL.

  1. Select Preferences > SQL Editor and then in the Preferences dialog, expand SQL Editor and click Code Quality.

  2. Change the severity levels by clicking the list next to the category and choosing the level. 
  3. To save your changes, click Apply.

Anchor
_SPECIFY_RESULTS_VIEWER
_SPECIFY_RESULTS_VIEWER
Specify Results Viewer Preferences

The Results Viewer pane provides configuration options that specify how the Results view displays or saves results.

  1. Select Preferences > SQL Editor and then in the Preferences dialog, expand SQL Editor and click Results Viewer.

  2. Make your preference changes and then save your changes by clicking Apply. The following describes the preference options available:
    • Maximum number of result sets: If selected and the executed SQL returns more results sets than the maximum specified, result sets in excess of the maximum specified will not be displayed.
    • Suppress execution messages: If selected and the SQL you execute returns informational messages, they will not be displayed.
    • Show results in editor: Execution results can be either shown in the editor or sent to a file. If you choose
    • Grid refresh interval: Indicates the speed in milliseconds that the Results view refreshes.
    • Maximum result rows to sort: If the number of rows and results exceed this number, the column sorting in the result set is disabled.
    • Results format: These are the different formats that can be used to display the results in the editor.
    • Stripe the rows of the results table: Adds intermittent highlighted bars in the Results view.
    • Display results in separate tab in SQL Editor: Opens the Results view in a separate window on the Workbench.
    • Save results to file: Provides options that let you save the contents of the result sets to a file. You can also specify the file type, delimiter and text qualifier.

Anchor
_SPECIFY_SQL_TEMPLATES
_SPECIFY_SQL_TEMPLATES
Specify SQL Templates Preferences

The SQL Templates panel provides customization options for creating and modifying SQL code templates.

  1. Select Preferences > SQL Editor and then in the Preferences dialog, expand SQL Editor and click SQL Templates.
    The SQL Templates panel displays a list of all SQL code templates currently available. Additionally, when you select a template from the list, the Preview section displays the code block as it will appear when the template is selected in SQL Editor.
  2. Click on the check box beside each template to specify if it is included in the code assist check or not, within SQL Editor. Use the buttons on the right-hand side of the panel to create, edit, or delete SQL templates, as needed.
    When you create or edit a template, the Edit SQL Template dialog appears. 
  3. Enter a Name, Description, and Pattern in the fields provided, and click OK.
    If the template name doesn't match an existing SQL code template, your new template is added to the list, and will automatically be considered when the code assist function is executed in SQL Editor. 
  4. Select the Use Code Formatter check box to apply code formatting preferences to the specified template. See Specify Code Formatter Preferences for more information about setting code formatter preferences.

Anchor
_SPECIFY_SYNTAX_COLORING
_SPECIFY_SYNTAX_COLORING
Specify Syntax Coloring Preferences

The Syntax Coloring panel provides configuration options that change the look and feel of code syntax in SQL Editor.

...