Skip to content

Popup Styling

MituuZ edited this page Dec 21, 2025 · 7 revisions

Popup styling

Is part of Global Settings.

Filename type

File path only

Shows the full file path from project root.

/src/main/file.kt

Filename only

Shows only the filename.

file.kt

Filename with (path)

Shows the filename, three spaces and the file path in parenthesis.

file.kt (/src/main/file.kt)

Filename with (path) styled

Shows the filename, two spaces and the file path styled with html. Filename is bold and file path is italic. This makes distinguishing the filename from the path much easier.

file.kt (src/main/file.kt)

Highlight filename in file list

When using Filename with (path) styled, you can optionally choose to highlight the matched part on the search popup.

Note! This does come with a performance cost.

Search bar location

Switch search bar location on the popup.

Popup sizing

Switch between auto sized popup and the old "vanilla" implementation.

Vanilla - Default dimensions

To support Wayland better, allow the user to manually define the popup dimensions.

Resetting popup default to these dimensions.

Auto size - % of window

How large the popup should be compared to the current editor dimensions.

Preview font size

Controls the font size used on the preview of the search popup. If set to zero, uses the default font size of the editor.

File list use editor font

Controls whether the file list uses the editor font or the default IDE font. Defaults to editor font.

Editor font: Settings -> Editor -> Font

Default IDE font: Settings -> Appearance & Behavior -> Appearance -> Use custom font

File list font size

Controls the font size used on the search popup.

File list vertical spacing

Controls how much vertical space each row has on the search popup.