Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tablepro.app/llms.txt

Use this file to discover all available pages before exploring further.

Editor Settings

Configure the SQL editor in Settings > Editor.
Editor settings

Font Settings

Font Family

The font picker shows installed monospaced families on your Mac.
FontDescription
System MonomacOS default monospace (recommended)
SF MonoSan Francisco Mono
MenloClassic macOS monospace
MonacoTraditional Mac programming font
Courier NewCross-platform standard
Falls back to System Mono if a saved font is unavailable.
Font family selector

Font Size

SettingRangeDefault
Font Size11-18 pt13 pt
Font sizes

Display Settings

Line Numbers

OptionDescription
OnShow line numbers (default)
OffHide for a minimal look
Line numbers

Current Line Highlight

OptionDescription
OnHighlight the line with cursor (default)
OffNo highlight
Current line highlighting

Word Wrap

OptionDescription
OffLong lines scroll horizontally (default)
OnLong lines wrap to next line
Word wrap comparison

Indentation Settings

Tab Width

SettingOptionsDefault
Tab Width1-16 spaces4
Tab width setting

Editor Behavior

Auto-Uppercase Keywords

OptionDescription
OffKeywords stay as typed (default)
OnSQL keywords auto-uppercase when you type a space or delimiter
SQL keywords auto-uppercase on word boundaries. Keywords inside strings, comments, and quoted identifiers are unaffected.

Query Parameters

OptionDescription
OnDetect :name placeholders and show the parameter panel (default)
OffSend :name tokens to the database as-is
When on, queries with :name placeholders show an inline panel for entering values. See Query Parameters for details.

Autocomplete

Autocomplete is always on. Dismiss with Escape. See Autocomplete for details.

JSON Viewer

SettingOptionsDefault
Default viewText, TreeText
Pick which mode the JSON viewer starts in. You can switch anytime with the toggle in the viewer. Your last choice is remembered.

Keyboard Shortcuts

ActionShortcut
Execute queryCmd+Enter
UndoCmd+Z
RedoCmd+Shift+Z
FindCmd+F
ReplaceCmd+Option+F
Select AllCmd+A
Go to LineCmd+G