edit icon indicating copy to clipboard operation
edit copied to clipboard

We all edit.

Results 185 edit issues
Sort by recently updated
recently updated
newest added

This will allow people to type somthing like sudo dnf install microsoft-edit to get the software installed. It should also work with Debian, Arch and Gentoo. This will make it...

https://github.com/user-attachments/assets/dc927e9e-0acd-412f-9e47-4e41a788326e Initial input text from while I was testing my PR [!397](https://github.com/microsoft/edit/pull/397): ``` // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. 🫡 #![feature(allocator_api, let_chains, linked_list_cursors, string_from_utf8_lossy_owned)] test...

This PR addresses issue #383 by modifying `.pipelines/release.yml` to exclude edit.pdb files from the winget package ZIP (`edit-1.2.0-x86_64-windows.zip` and `edit-1.2.0-aarch64-windows.zip`). The changes ensure that only edit.exe is included, reducing package...

I found the following change in V1.2.0. ``` You can now duplicate lines by simply pressing Ctrl+C, Ctrl+V (https://github.com/microsoft/edit/pull/405) ``` Could you please paste the content above the current line,...

I-task

Just something odd that I noticed, not sure if it's worth fixing. I had a USB drive plugged in and my terminal session was set to my G: drive (on...

Though it's primarily for use in terminals, I could double click it to launch it and it would be sweet to add an icon to the executable. ![Image](https://github.com/user-attachments/assets/527f2eeb-220a-4ad6-b23e-990d758b5970)

I-task

Over time, more and more things may want to be configurable. Today it's: * Theme colors * Changing keyboard bindings * Setting the ruler column for `COMMIT_EDITMSG` and others *...

I-feature

I can become a little Help with Options: /? or -? and -h or --help but don't know to use the Mouse to change the Text-Coding and can't easy select...

I have just tried to setup `edit` to be the default editor for git using the following command: ``` git config --global core.editor "edit" ``` And while this seems to...

Hi, The current implementation of dynamic ICU library loading is incompatible with macOS due to hardcoded `.so` suffixes. On macOS, ICU libraries are distributed as `.dylib` files (e.g., libicuuc.72.dylib) rather...

E-help-wanted
I-task