AppCode 2021.2 Help

Cells

You can find all basic actions for working with cells under the context menu. To call the context menu, right-click the cell that you want to modify. The following table lists all the actions.

Action

Shortcut

Description

Edit

F2

Edit a cell value. Alternatively, select a cell and start typing a new value. To confirm your changes, press .

Maximize

⇧ ⏎

Opens a separate value editor where you can edit data that is stored in the cell. Also, you can enable soft wrap in the editor by clicking the Toggle Soft-Wrap button the Toggle Soft-Wrap button.

If you store one-line JSON in a cell, you can click the Toggle Formatting icon. This action formats one-line XML and JSON strings.

Also, you can preview images in the value editor.

Note that to leverage the performance issues, the default LOB size is limited to 1024 bytes. It means that only 1024 bytes are loaded to the table editor. To increase this size and view larger images, open settings by pressing ⌃ ⌥ S, navigate to Tools | | Data Views, and change the value of the Maximum number of bytes loaded per value option.

preview images in the value editor

Add a new line

⌃ ⏎

Adds a new line in the editing mode when you press F2.

Revert Selected

⌃ ⌥ Z

Restores the previous cell value.

Add a new line in a maximized cell

Adds a new line in the maximized editing mode ( when you press ⇧ ⏎). To confirm your changes, press ⌃ ⏎.

Set DEFAULT

⌃ ⌥ D

Sets the current cell value to the default value. For more information about how to set a default value, see Set default values for a cell.

Set the default value

Set NULL

⌃ ⌥ N

Sets the current cell value to the NULL value. For more information about how to set a default value, see Set default values for a cell.

Set the NULL value

Load File

Uploads a file into the field. Right-click a cell and select Load File.

Edit

F2

Edit a value in the cell as a fragment of SQL, HTML, XML, or any other supported language.

To set the language, right-click the cell and select Set language.

Edit a value in the cell as a fragment of a supported language

Value completion

⌃ Space

Opens the suggestion list. To invoke value completion, start editing the cell and press ⌃ Space. The list contains values from the current column that match your input.

Add cells with the same contents to the selection

⌥ J

Adds the nearest cell with the same contents to the selection. To remove a cell from the selection, press ⌥ ⇧ J.

Expand a selection from a cell to a table

⌃ W

Expands a selection from a cell to a table.

  • Press one time: the selection expands to a column.

  • Press two times: the selection switches from the column to a row.

  • Press three times: the selection expands to the whole table.

Compare Cells

⌃ ⇧ D

Compares the contents of two or three cells within one table. Select up to three cells and press ⌃ ⇧ D. Alternatively, right-click the selection and select Compare Cells.

Compare cells

Using the quick documentation view

The quick documentation view provides details about values in the selected cell or cells. For example, if a cell contains long text, you will see the whole text. If a cell contains an image, you will see a preview of the image. Also, you can see records that are referenced in the current record as well as the records that reference the current one.

Object

Documentation view

Long text

If a cell contains long text, you will see the whole text.

Quick documentation view for long texts

Image

If a cell contains an image, you will see a preview of the image.

Quick documentation view for images

Also, you can

Records

The quick documentation view for records displays records that are referenced in the current record and records that reference the current one.

Quick documentation view for an image

You can switch to a transposed view. In the transposed view, rows and columns are interchanged.

To switch to the transposed view, click Transposed View. For more information about the transposed view in tables, see Transpose a table.

Transposed view for records

Productivity tips

Set default values for a cell

When a new row is created and no values are specified for some of the cells, those cells are filled with their respective default ⌃ ⌥ D or NULL (⌃ ⌥ N) values.

When you set default values for a cell, you can use corresponding actions from the context menu (Set DEFAULT and Set NULL).

  1. In the Database tool window (View | Tool Windows | Database), expand a data source tree.

  2. Right-click the table and select Modify Table ⌃ F6.

  3. On the Columns tab, double-click the column that you want to edit.

  4. In the Default field, specify the default value of the cell in the column. To allow NULL values, clear the Not null checkbox.

Edit multiple cell values simultaneously

  1. Select a range of cells that you want to edit.

  2. Start typing a new value. The changes are applied to all the selected cells.

  3. To confirm the value, press . To cancel editing, press .

Saving a LOB into a file

You can save a binary large object (BLOB or LOB) from a cell into a file.

  1. Right-click the cell that contains the LOB and select Save LOB.

  2. In the save dialog, specify the name and location of the file and click OK.

Copy and paste cells between tables

  • You can copy ⌃ C and paste ⌃ V selected cells and ranges of cells - within the same table or from one table to another one. When pasting, AppCode converts data types automatically if and as necessary.

Last modified: 27 August 2021