AppCode 2023.1 Help

General

Use the General page of the Preferences dialog to configure the editor behaviour and customize its view.

Item

Description

Mouse Control

Change font size with Command+Mouse Wheel

Enable this option to be able to change font size in the editor by rolling the mouse wheel while holding the Ctrl key.

  • Select Active editor to change font size only in the current editor tab. If you close and reopen the document, the font size will be reset to the default font or to the color scheme font according to your settings.

  • Select All editors to change font size in all editor tabs. When you change the font size this way, the new font size is saved in the current color scheme and will apply to all open documents as well as to the newly opened ones. If necessary, you can change it on the Editor | Color Scheme | Color Scheme Font page of the IDE settings Ctrl+Alt+S.

This checkbox also allows you to change font size in Quick Documentation popup.

Move code fragments with drag-and-drop

If this checkbox is selected, you can drag-and-drop code fragments in the editor.

Soft Wraps

Use soft wraps in editor

If this checkbox is selected, soft wraps (or word wraps) are used in the editor.

The horizontal scroll bar is not normally shown when this option is enabled.

However, in certain cases, when a line cannot be "soft-wrapped", the horizontal scroll bar still appears (for example, if a line consists of a single string that is wider than the visible area.)

Use the original line's indent for wrapped fragments

Select this checkbox to use custom indentation for soft wraps on resizing the editor or console. Use the Add additional indent field to specify the indent number.

Only show soft-wrap indicators for the current line

If this checkbox is selected, the soft wrap characters Wrap   Wrap will be shown in the active logical line only.

Otherwise, soft wraps characters will be shown at the end of each line, and at the beginning of each next line.

Virtual Space

Allow caret placement

  • After the end of line: if this checkbox is selected, you will be able to set your caret anywhere after the last character in any line. As soon as you start typing at a position beyond the end of the line, the necessary number of spaces will be added between the end of the line and the beginning of your input.

  • Inside tabs: select this checkbox to allow placing the caret inside tab characters. The reason is that each tab character shows in the editor as a set of 'virtual' space characters.

Show virtual space at the bottom of the file

If this checkbox is selected, the currently edited line (even if it is the final line) can be scrolled to the top of the screen. AppCode adds the necessary amount of virtual lines.

Caret Movement

When moving by words

Use this list to configure where the caret should stop when moved by words. You can select from the following options:

  • Jump to current word boundaries: this is the default option. When you move the caret forward (Ctrl+Right), AppCode places it to the end of the current word.

    When you move the caret to the previous word (Ctrl+Left), AppCode places the caret at the beginning of the current word.

  • Always jump to word start: when you select this option, the caret always moves to the beginning of the word.

  • Always jump to word end: when you select this option, the caret always moves to the end of the word.

  • Jump to next/previous word boundaries: when you select this option, the caret moves forward to the start of the next word, and when moved backwards, the caret jumps to the end of the previous word.

  • Stop at both word boundaries: when you select this option, the caret stops at both the start and the end of each word.

Upon line break

Use this list to configure where the caret should stop on line breaks. You can select from the following options:

  • Jump to next/previous line boundaries: when you select this option, the caret moves forward to the beginning of the next line, and when moved backwards, the caret jumps to the end of the previous line.

  • Ignore line breaks: when you select this option, AppCode ignores the line breaks, and the caret moves according to the configuration specified in the Moving by words list.

  • Stop at both line boundaries: when you select this option, the caret stops at both the start and the end of each line.

  • Jump to current line boundaries: when you select this option, the caret always jumps to the end of the current line (when moved forward) or to the beginning of the current line (when moved backwards).

    Check the following example when you have Always jump to word start specified in the Moving by words list and Jump to current line boundaries specified in the Upon line break list:

  • Always jump to line start: when you select this option, the caret always moves to the start of a line.

  • Always jump to line end: when you select this option, the caret always moves to the end of a line.

Scrolling

Enable smooth scrolling

If this option is enabled, the editor scrolls the page when you navigate to an element, instead of just jumping to the target location.

Caret behavior

  • Keep the caret in place, scroll editor canvas: select this option to choose scrolling editor canvas and keeping the caret at place.

    This can be helpful in course of debugging session. As you step through the lines of code, the editor canvas scrolls, while the line at caret is always in the center of the screen.

  • Move caret, minimize editor scrolling: click this option to choose moving the caret.

    When you step through the lines of code during the debugging session, the caret moves down, and the editor canvas doesn't scroll until the caret line reaches the bottom of the screen.

Rich-Text Copy

Copy (Ctrl+C) as rich text

Select this checkbox to copy a rich text from the editor to any other editor that recognizes RTF. Otherwise, the IDE copies a plain text.

Color scheme for copied fragment

Use this list to select a color scheme for the text copy. You can select from the following options:

  • IntelliJ Light

  • Active scheme

  • Darcula

  • Classic Light

  • High contrast

On Save

Remove trailing spaces on

Select the mode in which AppCode will handle trailing spaces at the end of lines on file saving:

  • Modified lines: strips trailing spaces only in the end of modified lines.

  • All lines: strips trailing spaces in all lines.

Keep trailing spaces on caret line

If this option is unselected, trailing spaces will be stripped on the line where the caret is placed on save operation.

Remove trailing blank lines at the end of saved files

If this checkbox is unselected, AppCode will keep the trailing blank lines on saving files.

Ensure every saved file ends with a line break

Select this checkbox to have AppCode automatically add an empty line in the end of a file during the save procedure.

Last modified: 21 October 2022