-
-
Notifications
You must be signed in to change notification settings - Fork 5
Popup Styling
Is part of Global Settings.
Shows the full file path from project root.
/src/main/file.kt
Shows only the filename.
file.kt
Shows the filename, three spaces and the file path in parenthesis.
file.kt (/src/main/file.kt)
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)
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.
Switch search bar location on the popup.
Switch between auto sized popup and the old "vanilla" implementation.
To support Wayland better, allow the user to manually define the popup dimensions.
Resetting popup default to these dimensions.
How large the popup should be compared to the current editor dimensions.
Controls the font size used on the preview of the search popup. If set to zero, uses the default font size of the editor.
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
Controls the font size used on the search popup.
Controls how much vertical space each row has on the search popup.