Editor Option

Common Settings

Specifies the theme of the application. Each item is described below.

Item
Description

Theme

Sets the option related to the theme.

Whenever the theme is changed, Editor Settings - Appearance Color Options will also be changed to match the theme.

To change the theme after customizing the colors from the default, a confirmation notification modal will appear. Select the "Keep my custom Color Options" option, and keep the color options and change the theme only.

  • System Color: Follow the OS theme setting options.

  • Dark Mode: Make the theme darker.

  • Light Mode: Make the theme lighter.

Divider WIdth

Specifies the thickness of the panel divider in the application.

The default value is 4.

Window to check the theme changes after customizing colors

Editor Settings

Specify the options related to the editor.

Appearance Color Option

Changes the Syntax Highlighting color of the Editor. Each item is described below.

Item
Description

SQL Text Foreground

Sets the default text color in the editor.

SQL Keywords

Sets the text color corresponding to SQL Keyword.

PSM Keywords

Sets the text color corresponding to PSM Keyword.

Data Types

Sets the text color corresponding to Data Type.

String Value

Sets the text color corresponding to the string enclosed in quotes.

Editor Display Setting

Changes the Editor UI and other related settings. Each item is described below.

Item
Description

Show Line Numbers

Sets whether to display line numbers.

The default is True.

Highlight Current Line

Sets whether to highlight the line where the cursor is currently located.The default is True.

Use a timeout check query

Sets whether to run a check query every certain amount of time (120 seconds) to prevent the session from being disconnected.The default is True.

Word Wrap

Sets whether to automatically wrap lines to fit the size of the editor window. The default is True.

Tab Settings

Make settings related to indentation. Each item is described below.

Item
Description

Tab Policy

Sets whether tab characters are represented as tabs or spaces. The default is "Tab Only."

Highlight Current Line

Sets the size (spacing) of tab characters. It is activated only when Tab Policy is set to Space Only. The default value is 4.

Result Table Settings

Specifies settings related to the SQL Result tab.

Data Grid Settings

Makes settings related to the data in the Result Table. Each item is described below.

Item
Description

Display Null

Sets the character to display null values in the Result Table. The default value is '<Null>'.

Row Fetch Count

Sets the number of rows to fetch at a time.

The user can choose from [200, 500, 1000]. It becomes the default value of Rows per Page in the Result Table.

The default value is 200.

Action Setting

Makes settings related to copying the Result Table. Each item is described below.

Item
Description

Copy with column headers

Sets whether to copy the column names when copying the result data. The default value is False.

Row Fetch Count

Sets whether to copy the row numbers when copying the result data. The default value is False.

Row Copy Delimiters

Sets the column delimiters when copying Result data. Each field is described below. The default is Tab.

Item
Description

Tab

\t

Semicolon

;

Comma

,

Space

(space)

Other

Sets it in the input field to set own delimiter in addition to the above items.

Last updated