Focus 0.3.0 #253
focus-editor
announced in
Announcements
Focus 0.3.0
#253
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features:
colored_titlebar
. Sets the color of the title bar to the background color (thanks @amasondev)hide_mouse_when_typing
(currently Windows/Mac only). Set totrue
to hide the mouse cursor when entering text (thanks @amasondev)add_cursors_to_line_ends
(Alt-Shift-I) andadd_cursors_to_line_starts
(Alt-Shift-Ctrl-I)align_cursors
(Alt-A). Can be used to align the indentation for multiple cursors (thanks @hfr4)show_default_config
. Can be used to view the default editor config for your reference (readonly)select_all_occurrences
. Used to create a cursor on each selection occurrence (thanks @hfr4)toggle_fullscreen
. Defaults to F11 (thanks @ustance)close_project
. Can be used to (surprise!) close the active projectswap_selections
. Can swap two selected pieces of text (thanks @hfr4)escape
. Tries to close dialogs, remove additional cursors, etc. You can just bind it toEscape
in[common]
and forget.highlight_line_with_cursor
(thanks @SentientCoffee)draw_indent_guides
. Set totrue
to draw a vertical guide line at every indent level (determined by tab size)auto_surround_with_brackets_and_quotes
to enable auto-surrounding (thanks @hfr4)scroll_beyond_last_line
(defaults totrue
). Disable to prevent scrolling past the editor's last lineshow_cursors_off_screen
(defaults totrue
). If enabled, displays a warning in the footer if there are cursors off screen (only when more than one is used)persist_local_search_results
(defaults tofalse
). If enabled, search highlights will persist even when the search bar is closed. Press escape to dismiss (you might need to bind theescape
action for it to work). (thanks @amasondev)prefer_system_file_dialogs: true
maximize_on_start
in your global config totrue
, and Focus will launch in fullscreen.The editor now recognizes the following new key names:
Numpad0 - Numpad9
NumpadMultiply
NumpadDivide
NumpadAdd
NumpadSubtract
NumpadDecimal
NumpadEnter
region_scope_*
)build_panel_width_percent
,build_panel_height_percent
- how much space the build panel occupies. Both default to 50%.build_panel_stays_in_one_place
. Defaults tofalse
. If disabled, then the panel will flip to the other side of the active pane.code_warning
. Used to highlight things such as duplicate key binding etc.Bug fixes:
toggle_comment
command when tabs are enabled (thanks @Sanian-Creations)Other changes:
This discussion was created from the release Focus 0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions