1
0
forked from pool/micro-editor

Add s390x Arch support #2

Open
gbazzotti wants to merge 11 commits from main into leap-16.0
Owner
No description provided.
gbazzotti added 7 commits 2026-01-21 13:24:18 +01:00
* matchbracestyle to choose whether to underline or highlight matching braces
  * matchbraceleft to choose whether to match brace to the left of the cursor
  * hltrailingws to highlight trailing whitespace
  * hltaberrors to highlight tab vs space inconsistencies
  * Add jump command to perform a relative goto
  * Add sub-word movement actions and improve word movements
  * Add paragraph selection actions and improve paragraph movements
  * Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
  * Add signatures support to improve filetype detection in ambiguous cases
  * Provide default.yaml for default syntax highlighting
  * Improvements in syntax highlighting for various languages
  * More generic support for mouse events handling
  * Add mouse release and mouse drag events
  * Make MouseMultiCursor toggle cursors
  * Better support for handling mouse events in lua
  * Better API for lua timers
  * Add onAnyEvent callback
  * Allow colorschemes to include other colorschemes
  * Give user's files in ~/.config/micro/ precedence over micro's built-in 
    files
  * Respect umask when creating files
  * Smarter smartpaste
  * Make default fileformat value suited to the OS
  * Improve buffer view relocation after jumping to a far-away location
  * Improve return values of some actions for better action chaining
  * Autocomplete filetypes
  * Allow raw escape sequence to be bound with bind
  * Various small improvements
  * Fix various crashes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/micro-editor?expand=0&rev=17
- Update to version 2.0.14:
  * matchbracestyle to choose whether to underline or highlight matching braces
  * matchbraceleft to choose whether to match brace to the left of the cursor
  * hltrailingws to highlight trailing whitespace
  * hltaberrors to highlight tab vs space inconsistencies
  * Add jump command to perform a relative goto
  * Add sub-word movement actions and improve word movements
  * Add paragraph selection actions and improve paragraph movements
  * Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
  * Add signatures support to improve filetype detection in ambiguous cases
  * Provide default.yaml for default syntax highlighting
  * Improvements in syntax highlighting for various languages
  * More generic support for mouse events handling
  * Add mouse release and mouse drag events
  * Make MouseMultiCursor toggle cursors
  * Better support for handling mouse events in lua
  * Better API for lua timers
  * Add onAnyEvent callback
  * Allow colorschemes to include other colorschemes
  * Give user's files in ~/.config/micro/ precedence over micro's built-in 
    files
  * Respect umask when creating files
  * Smarter smartpaste
  * Make default fileformat value suited to the OS
  * Improve buffer view relocation after jumping to a far-away location
  * Improve return values of some actions for better action chaining
  * Autocomplete filetypes
  * Allow raw escape sequence to be bound with bind
  * Various small improvements
  * Fix various crashes (forwarded request 1311162 from amanzini)

OBS-URL: https://build.opensuse.org/request/show/1311188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micro-editor?expand=0&rev=8
gbazzotti added 1 commit 2026-01-21 13:50:13 +01:00
gbazzotti added 1 commit 2026-01-21 14:15:04 +01:00
gbazzotti added 1 commit 2026-01-21 15:35:15 +01:00
gbazzotti added 1 commit 2026-01-21 15:56:47 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin main:main
git checkout main
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gbazzotti/micro-editor#2