TablePlus Documentation
  • Overview
  • Getting Started
  • GUI Tools
    • The Interface
      • Quick Look
      • Menu
      • Toolbar
      • Left sidebar
      • Right sidebar
      • Console Log
      • Query Editor
      • Multi Tabs / Workspaces / Windows
    • Open Anything
    • Code Review & Safemode
      • Code Preview
      • Commit changes
      • Discard changes
      • Safe mode
    • Connections & Command Line (CLI)
    • Database
    • Working with Table
      • Table Basics
      • Row
      • Column
      • Constraint
      • Index
      • Trigger
    • Filter
    • Database Objects
      • Function
      • Procedure
      • View
    • Import & Export
    • Backup & Restore
    • User Management
    • Metrics board
  • Query Editor
    • Editor Basics
    • Multiple Carets
    • Query Favorite & Keyword Binding
    • Query History
    • Streaming Results & Async Loading
    • Autocomplete
    • Split Panes
    • Split Results into Tabs
    • Working With Query Results
    • Format query (beautify/minify/uglify)
    • Query Parameters
    • Customize Query Editor
  • Preferences
    • General
      • Application
      • Table Data
      • SQL Editor
      • CSV File
      • Connections
    • Fonts & Colors
    • Crash & Security
    • Keymap
  • Utilities
    • Plugin
    • DBngin
    • Shortcut Keys
    • Licensing
    • Troubleshooting
Powered by GitBook
On this page
  • Editor Font Size
  • Highlight current query
  • Raise Notice notifications
  • Restore recent queries
  • Return on error

Was this helpful?

  1. Query Editor

Customize Query Editor

Editor Font Size

You can change the Font Size of the editor by:

  • Clicking on the config/setting button at the bottom left of the Query Editor

  • Choose Font Size options.

You can also configure the Editor Font Size via the app's preferences (⌘ + ,) at the Fonts & Colors tab.

Highlight current query

By default, TablePlus highlights the current query where the cursor is pointing at. You can change this option by:

  • Clicking on the config/setting button at the bottom left of the Query Editor

  • Select/Unselect Highlight Current Query to enable/disable it.

Raise Notice notifications

By default, TablePlus sends notifications for the RAISE NOTICE commands in PostgreSQL. You can change this option by:

  • Clicking on the config/setting button at the bottom left of the Query Editor

  • Select/Unselect Enable Raise Notice notifications to enable/disable it.

Restore recent queries

If enabled, TablePlus restore the queries from the precious session when you open the Query Editor. You can change this option by:

  • Clicking on the config/setting button at the bottom left of the Query Editor

  • Select/Unselect Restore recent queries to enable/disable it.

Return on error

If enabled, TablePlus will stop on the error command when running multiple queries. If it's turned off, TablePlus will ignore the error and carry on until all the queries are finished.

You can change this option by:

  • Clicking on the config/setting button at the bottom left of the Query Editor

  • Select/Unselect Return on error to enable/disable it.

For more customization, visit the app's preferences setting (⌘ + ,).

PreviousQuery ParametersNextGeneral

Last updated 5 years ago

Was this helpful?