Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

msedit-2.0.0-1.2 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: msedit Distribution: openSUSE Tumbleweed
Version: 2.0.0 Vendor: openSUSE
Release: 1.2 Build date: Sun May 10 10:53:01 2026
Group: Unspecified Build host: reproducible
Size: 537306 Source RPM: msedit-2.0.0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/microsoft/edit
Summary: A simple editor for simple needs
This editor pays homage to the classic MS-DOS Editor, but with a modern
interface and input controls similar to VS Code. The goal is to provide
an accessible editor that even users largely unfamiliar with terminals can
easily use.

Provides

Requires

License

MIT

Changelog

* Sun May 10 2026 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 2.0.0:
    * Fix text search on *nix (#824)
    * Fix zero-width regex replace (#815)
    * Fix stability of compare_strings_ascii (#823)
    * Stop moving focus into the search box (#821)
    * Further improve xterm mouse decoding (#819)
    * Fix multi-line pastes into single-line fields (#818)
    * lsh: Fix PowerShell keyword lists (#820)
    * Further improve LSH docs (#813)
    * Fix scrolling in modals (#812)
    * Fix reading redirected input from stdin (#810)
    * Improve LSH documentation (#805)
    * Align LSH language IDs with VS Code (#806)
    * Fix Azure pipeline (again) (#807)
    * Handle horizontal scrolling on macOS touchpads (#794)
    * feat(tools): add one-line Linux installer (curl|bash) with ICU symlink shim + docs (#628)
    * clippy: fix ptr_as_ptr lint (#730)
    * Add Shell, Python and JavaScript highlighting (#795)
    * lsh: fix strings in PowerShell (#790)
    * Fix the Azure pipeline (#787)
    * Prepare for v2.0.0 (#785)
    * Add a small fuzzing harness for LSH (#782)
    * lsh: fix up PowerShell a bit (#784)
    * Complete the initial LSH implementation (#624)
    * Add rudimentary settings.json support (#779)
    * Integrate LSH into edit (#777)
    * Add the LSH runtime (#776)
    * Introduce the LSH compiler (#753)
    * Use natural sort for filenames (#763)
    * Fix an incorrect debug assert (#774)
    * BVec::push_encode_utf16, Some micro optimizations (#764)
    * Remove allocator_api (#762)
    * Change copyright in draw_menubar.rs (#760)
    * Remove the majority of nightly features (#761)
    * Fix warnings when building on macOS (#754)
    * Fix the latest clippy warning (#751)
    * Clean up error handling (#745)
    * Add a glob matcher (#743)
    * Add a JSON parser (#742)
    * Add proper multithreading support to Arena (#741)
    * Create parent directories when saving to a non-existent path (#738)
    * Use platform line ending when opening single line files (#739)
    * Fix colors with Terminal.app's Clear Dark theme (#728)
    * Update man page for edit command to version 1.2.1 (#727)
    * Add Indonesian translation (#629)
    * Fix multiple issues found under Linux (#706)
    * Improve Korean translations (#663)
    * i18n: Add Estonian translations (#693)
    * i18n: Add Arabic translations (#634)
    * Move arena & helpers into their own crate (#694)
    * Add Portuguese (pt-PT) translations (#688)
    * Add Vietnamese translations (#669)
    * Fix Rust nightly builds (#668)
    * Update Turkish translations (#655)
    * sys/win: display a useful error message when SetConsoleMode fails (#639)
    * windows: fix the compatibility section of the manifest (#635)
    * Replace vseq/vand with their immediate-form variants (#630)
    * Allow opening directories via the CLI (#577)
    * Various minor improvements (#625)
    * Move build.rs into its own directory (#623)
    * Fix alpha blending formula (#594)
    * Fix #485: Reject invalid args and allow positional args (#503)
    * Separate scrolling from clicking (#603)
    * Fix ctrl modifier detection for mouse input (#604)
    * Use unified data types in LoongArch SIMD intrinsics (#602)
    * Fix CONTRIBUTING.md localization path (#601)
    * Add snapcraft.yaml (#500)
    * Fix undo grouping of backspacing (#590)
    * Merge all localization PRs (#596)
    * Compile localizations with build.rs (#591)
    * Fix lines_bwd unit test (#574)
    * Add initial devcontainer configuration for Rust environment (#496)
    * feat: improve desktop file (#560)
    * Fix printing help/version without TTY (#556)
    * Indicate unsaved work with U+25CF in the terminal title (#523)
    * Add SIMD impl of `memset` for LoongArch (#547)
    * Add SIMD impl of `memchr2` for LoongArch (#551)
    * Add SIMD impls of `lines_fwd` and `lines_bwd` for LoongArch (#539)
    * Add Ctrl+L shortcut to select whole line (#541)
    * Optimize SIMD impl of `lines_fwd` and `lines_bwd` (#535)
    * Enable `default` features for `build-std` (#554)
    * Fix file truncation when writing with ICU (#548)
    * Fix UTF-8 buffer prepending in read_stdin (#520)
    * Support for multiline indentation (#245)
    * Make whitespace inside selections visible (#397)
    * Move lines with Alt+Up/Down (#230)
    * Make the ICU SONAME configurable (#495)
    * Add support for captured groups in Find & Replace (#222)
* Mon Feb 09 2026 Avindra Goolcharan <avindra@opensuse.org>
  - Update to version 1.2.1:
    * nominal change for linux
  - ran spec-cleaner
  - set filter on cargo_vendor
* Tue Jul 15 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Specfile cleanup and run %suse_update_desktop_file
* Mon Jul 14 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Add the desktop file, svg icon, and manpage
* Mon Jul 14 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Initial spec for msedit at version 1.2.0:
    * build: update WinGet publish workflow to use env instead of --token (#467)
    * Bump to 1.2.0 (#466)
    * Make file picker autocompletion case-insensitive (#464)
    * Rename "Document Picker" to "Go to File" (#456)
    * Large clipboard handling overhaul (#405)
    * Fix another ICU Find & Replace hang (#459)
    * Add filename autocompletion to Open/Save dialog (#185)
    * Make sure margin gets updated (#436)
    * Fix UB in scratch_arena (#455)
    * Fix state management of the file picker list (#454)
    * Fix Find & Replace with empty replacements (#457)
    * Add support for Alt+Up in the File Picker (#458)
    * Fix modals not clearing attributes (#460)
    * Do not render View menu when no documents are active (#447)
    * Jump to the next search result with F3 (#453)
    * Add a CodeLLDB launch option for VSCode (#444)
    * Fix `Vec<T>` formatting in docs (#435)
    * Fix mismatched-lifetime-syntaxes clippy warnings (#451)
    * Add filtering & Use MIME aliases for the encoding picker (#255)
    * Use long blocking reads for setup_terminal (#424)
    * Codify an official recommendation for package names (#423)
    * Add specialized SIMD line seeking routines (#408)
    * Close documents after saving them (#429)
    * Implement support for Ambiguous = Wide (#406)
    * Add readme/categories to Cargo.toml (#415)
    * Remove redundant heap allocation in `DisplayablePathBuf::from_string` (#336)
    * Remove dependency on os_string_truncate (#421)
    * Add a rudimentary .desktop file (#420)
    * Add `LineCache` to optimize newlines lookup (#352)
    * Use colon `:` Instead of forward slash `/` for clarity (#354)
    * buffer: show control char visualizers in yellow (#378)
    * Fix the fallback theme colors (#417)
    * Experiment with a 100ms timeout on ESC (#416)
    * Don't reset Xterm's meta-sends-escape on exit (#413)
    * Fix cursor_move_to_visual not moving backward (#412)
    * Add buffer benchmarks (#403)
    * Fix a virtual memory leak on Windows (#404)
    * Replace winres with winresource (#407)
    * Improved grammar for German LargeClipboardWarning (#384)
    * Fix inconsistent ellipses in localization (#282)
    * menu: hide "Close Editor" if there is no open editor (#376)
    * ci: rename and add [push] to triggers (#365)
    * Add a CI check for PRs (#360)

Files

/usr/bin/msedit
/usr/share/applications/com.microsoft.edit.desktop
/usr/share/doc/packages/msedit
/usr/share/doc/packages/msedit/CODE_OF_CONDUCT.md
/usr/share/doc/packages/msedit/CONTRIBUTING.md
/usr/share/doc/packages/msedit/README.md
/usr/share/doc/packages/msedit/SECURITY.md
/usr/share/icons
/usr/share/icons/hicolor
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/msedit.svg
/usr/share/licenses/msedit
/usr/share/licenses/msedit/LICENSE
/usr/share/man/man1/msedit.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 04:22:40 2026