Bola vydaná nová verzia terminálového textového editora micro 2.0.5
Micro je moderný a intuitívny terminálový textový editor. Tu nájdete našu prvú správičku o tomto editore.
Changelog:
- Micro will ensure that
settings.jsononly contains non-default settings.- Settings will have default values unless overridden in
settings.json. - Any settings with default values in
settings.jsonwill be removed after
modifying your settings or runningmicro -clean.
- Settings will have default values unless overridden in
- New
relativeruleroption (defaultoff).- Makes line numbers relative to your current cursor position.
- New
parsecursoroption forfile:line:colsyntax (defaultoff).- Enable for previous behavior to open a file at a location.
- More consistent key labels to reduce confusion about keybindings.
- Autocompletion is more conservative and only triggers for alphanumerics.
- Performance improvements.
- More languages supported by the default comment plugin.
- Use
Alt-/orCtrl-/(new) to comment/uncomment a block of code. - Note that micro sees
Ctrl-/as theCtrlUnderscoreevent from the terminal.
- Use
- Bug fixes.
- Mouse support in command bar.
- Escape sequence handling.
- Other minor issues and improvements.
Zdroj: GitHub

Pre pridávanie komentárov sa musíte prihlásiť.