edit
edit copied to clipboard
We all edit.
# 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.  This is a natural behavior when using Windows Explorer, so I expect...
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...
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...
When opening edit over ssh session, the first line shows this encoding pattern: c/0000cccc/cccc/ccccd6d6/d6d6  **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...