Page MenuHomeSolus

Update to 1.3.0
ClosedPublic

Authored by BridouZ on Jul 31 2017, 12:44 PM.
Tags
None
Referenced Files
F11066279: D745.diff
Fri, Aug 11, 5:55 PM
F11016263: D745.id.diff
Sat, Aug 5, 5:15 PM
F10976345: D745.id1682.diff
Sat, Jul 22, 8:57 AM
F10927969: D745.id1673.diff
Jul 10 2023, 9:36 PM
F10774538: D745.id.diff
May 22 2023, 7:30 AM
F10763259: D745.diff
May 19 2023, 12:22 AM
F10707796: D745.id.diff
Apr 27 2023, 10:27 AM
F10686757: D745.id.diff
Jan 17 2023, 11:48 PM
Subscribers
None

Details

Summary

Update micro editor to v1.3.0

Changelog:

  • Dependencies distributed as submodules Multiple cursors
  • New actions that can be bound:
    • SpawnMultiCursor default binding: Alt-n
    • RemoveMultiCursor default binding: Alt-p
    • RemoveAllMultiCursors default binding: Alt-c
    • SkipMultiCursor default binding: Alt-x
    • MouseMultiCursor default binding (can only be bound to mouse buttons): Ctrl-MouseLeft
  • Expanded keybinding support
    • Mouse buttons can be bound
      • MouseLeft
      • MouseRight
      • MouseMiddle
      • MouseWheelUp
      • MouseWheelDown
      • MouseWheelLeft
      • MouseWheelRight
    • Characters can be bound
    • Support for CtrlPgUp and CtrlPgDown
  • Various syntax highlighting improvements
    • Vala improvements
    • C improvements
    • New Twig syntax
    • New Darcula colorscheme
  • Improved search and replace
    • Default now will ask for each replacement
    • Use -a flag to replace all
  • No more 1/10th second delay when quitting and using alt keys
  • Bug fixes
Test Plan

Installation > OK
Editing a document > OK

Diff Detail

Repository
R2071 micro
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 3 2017, 12:39 AM
Justin requested changes to this revision.Aug 3 2017, 12:48 AM

See inline comment.

package.yml
5

Incorrect sha256sum, should be d76c0c849fdd622cdb3ffa4db17244f466ec683dc545188c12f60175747496af from my check.

This revision now requires changes to proceed.Aug 3 2017, 12:48 AM

It's weird because I use the automatic script from common to update the package.

Will fix that when I will be at home later this afternoon.

BridouZ edited edge metadata.

Updating D745: Update to 1.3.0, fix wrong sha256sum

This revision was automatically updated to reflect the committed changes.