Reflect OBS state on Factory to Leap 16.0 #3

Open
gbazzotti wants to merge 6 commits from gbazzotti/micro-editor:factory into leap-16.0
First-time contributor
No description provided.
gbazzotti added 6 commits 2026-01-17 19:51:02 +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
autogits_workflow_pr_bot requested review from legaldb 2026-01-17 19:51:29 +01:00
autogits_workflow_pr_bot requested review from maintenance-release-review 2026-01-17 19:51:29 +01:00
autogits_workflow_pr_bot requested review from opensuse-review 2026-01-17 19:51:29 +01:00
First-time contributor

Review by maintenance-release-review represents a group of reviewers: abergmann, amattiazzo, bfilho, cmatos, crazybyte, emanuelecappello, gsonnu, maintenance-robot, mauriziogalli, mbozicevic, mimi_vx, mschnitzer, msmeissn, pluskalm, rfrohl, slemke .

Do not use standard review interface to review on behalf of the group.
To accept the review on behalf of the group, create the following comment: @maintenance-release-review: approve.
To request changes on behalf of the group, create the following comment: @maintenance-release-review: decline followed with lines justifying the decision.
Future edits of the comments are ignored, a new comment is required to change the review state.

Review by maintenance-release-review represents a group of reviewers: abergmann, amattiazzo, bfilho, cmatos, crazybyte, emanuelecappello, gsonnu, maintenance-robot, mauriziogalli, mbozicevic, mimi_vx, mschnitzer, msmeissn, pluskalm, rfrohl, slemke . Do **not** use standard review interface to review on behalf of the group. To accept the review on behalf of the group, create the following comment: `@maintenance-release-review: approve`. To request changes on behalf of the group, create the following comment: `@maintenance-release-review: decline` followed with lines justifying the decision. Future edits of the comments are ignored, a new comment is required to change the review state.

Review by opensuse-review represents a group of reviewers: alarrosa, anag, atartamo, bigironman, darix, dimstar, dmach, eroca, jdsn, jengelh, mcalabkova, mstrigl, nkrapp, oertel, RBrownSUSE, simotek, smithfarm .

Do not use standard review interface to review on behalf of the group.
To accept the review on behalf of the group, create the following comment: @opensuse-review: approve.
To request changes on behalf of the group, create the following comment: @opensuse-review: decline followed with lines justifying the decision.
Future edits of the comments are ignored, a new comment is required to change the review state.

Review by opensuse-review represents a group of reviewers: alarrosa, anag, atartamo, bigironman, darix, dimstar, dmach, eroca, jdsn, jengelh, mcalabkova, mstrigl, nkrapp, oertel, RBrownSUSE, simotek, smithfarm . Do **not** use standard review interface to review on behalf of the group. To accept the review on behalf of the group, create the following comment: `@opensuse-review: approve`. To request changes on behalf of the group, create the following comment: `@opensuse-review: decline` followed with lines justifying the decision. Future edits of the comments are ignored, a new comment is required to change the review state.
Member

Legal reviewed as acceptable:

Accepted because previously reviewed under the same license (392976)
Legal reviewed as [acceptable](https://legaldb.suse.de/reviews/details/498394): ``` Accepted because previously reviewed under the same license (392976) ```
1.1 KiB
legaldb approved these changes 2026-01-17 20:10:02 +01:00
First-time contributor
@maintenance-release-review: approve
maintenance-release-review approved these changes 2026-01-19 15:00:01 +01:00
First-time contributor

msmeissn approved a review on behalf of maintenance-release-review

msmeissn approved a review on behalf of maintenance-release-review
First-time contributor

@opensuse-review : approve

LGTM

@opensuse-review : approve LGTM
First-time contributor

merge ok

merge ok
opensuse-review approved these changes 2026-01-19 18:24:03 +01:00
opensuse-review left a comment
Member

oertel approved a review on behalf of opensuse-review

oertel approved a review on behalf of opensuse-review
First-time contributor

@gbazzotti does not build on s390x [0], can you submit a fixed version ? Might build with setting CGO=0.

[0] https://build.opensuse.org/package/live_build_log/openSUSE:Backports:SLE-16.0:PullRequest:333/micro-editor/standard/s390x

@maintenance-release-review: decline

@gbazzotti does not build on s390x [0], can you submit a fixed version ? Might build with setting CGO=0. [0] https://build.opensuse.org/package/live_build_log/openSUSE:Backports:SLE-16.0:PullRequest:333/micro-editor/standard/s390x @maintenance-release-review: decline
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 factory:gbazzotti-factory
git checkout gbazzotti-factory
Sign in to join this conversation.