You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now possible to use variables in build and run commands: %FILE%, %FILE_DIR%, %FILE_NAME%, %FILE_NAME_NO_EXTENSION%, %BUILD_WORKING_DIR%, %RUN_WORKING_DIR% (see more information in the default config)
New options: window_width, window_height, window_x, window_y. Can be used to configure the initial size of the editor window.
Focus now allows auto loading projects at startup in one of the following ways:
By passing a project name as a parameter: focus -project "Project Name" or focus -project path/to/project.focus-config.
By passing in a directory path which contains a file named .focus-config. This file will be loaded as a Focus project.
By launching Focus from a directory containing a file named .focus-config.
Bug fixes:
C highlighting now supports identifiers which start with a UTF8 letter
Other changes:
Column number shown in the footer will now count the number of characters, not the visual offset (previously it would take tab size into account)
Configs will be migrated to version [3]. New settings, colors and keybinds will be automatically added.