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

# Handle Auto Close Parentheses, Braces, Brackets To solved https://github.com/microsoft/edit/issues/488 I add logic to handle: - `Auto close`: If you type '(' or '[' or '{' with have auto close...

- Open `edit` - Type `1` - Press `Return` - Ctrl-A - Ctrl-C - Ctrl-V a few times Ctrl-V should add a new line every time, but instead appends to...

Add snapcraft.yaml for generating Edit Snap packages - We currently have a community maintained [Edit Snap](https://snapcraft.io/msedit) in the store and would love to collaborate with Edit devs on it going...

Adds a `.devcontainer` folder with a single `devcontainer.json` file that allows you to develop in a rust-nightly ready container. If using one of the supported editors (https://containers.dev/supporting) for your regular...

In the open menu, I should can use something like `%WINDIR%` in Windows or `$HOME` in Linux. ![Image](https://github.com/user-attachments/assets/d5b74f2c-e64f-4e99-a918-aab2bf6b6347) This is a natural behavior when using Windows Explorer, so I expect...

E-help-wanted
I-task

When I compile Microsoft Edit repository I receive the following error: ~/Downloads/edit$ **cargo build --config .cargo/release.toml --release** Compiling edit v1.0.0 (/home/robert/Downloads/edit) error[E0554]: `#![feature]` may not be used on the stable...

I-task
E-needs-discussion

When copying/cutting special characters like `@`, `[`, `]`, `{`, `}` then pasting them, the editor will print other characters or crash. Ex: - copy/paste `@` will not work - copy/paste...

I-bug
P-high
E-help-wanted

When opening edit over ssh session, the first line shows this encoding pattern: c/0000cccc/cccc/ccccd6d6/d6d6 ![Image](https://github.com/user-attachments/assets/67036c85-a1e3-4e77-9fe2-201cd838c25c) **Repro steps:** Enable SSH on Windows machine. Connect to ssh session. Download and install edit...

Windows: ``` PS C:\Users\zcobol> edit -? Error 0x8007007b: The filename, directory name, or volume label syntax is incorrect. PS C:\Users\zcobol> edit -v edit version 1.2.0 ``` Linux: ``` zcobol@texas:~/bin$ ./edit...

I-bug
P-low
E-help-wanted