Elazar Cohen

Results 22 issues of Elazar Cohen

This commit is a POC for using plain text registers as Vim macro. Example: 1. Create a new document, and insert "hello". `ihello` ```plaintext hello ``` 2. Create an empty...

**What this PR does / why we need it**: Add support for `set` in vimrc. **Which issue(s) this PR fixes** fixes: #7055 **Special notes for your reviewer**: To make use...

**What this PR does / why we need it**: Allow expressions in `put` command. Implemented `range(start, stop, step=1)`. example: `:put=range(10,5,-1)` **Which issue(s) this PR fixes** fixes #7670 **Special notes for...

**What this PR does / why we need it**: Add cursors by search pattern. fixes #7152 Can add cursor at a specific location using special indicator. Currently I'm using `\#`....

kind/feature
area/commandline
area/multicursor

Allow user to generate custom/unknown jsonschema properties as JSDoc tags. It should (help? fully?) fixes #237 Example: ```jsonc // person.json { "title": "Person", "type": "object", "properties": { "firstName": { "type":...

This adds support for gitlens & git-graph via the toolbar button. It should be possible to refactor this to support opening it directly from the gitlens view (not sure about...

wontfix

Allows users to choose the magnify shape (ellipse, rectangle). This is done via the "Tool Options" (new dropdown). fixes: #4836 ![image](https://github.com/ShareX/ShareX/assets/28874499/1ad3393f-b99d-4b81-93f4-14ffb26c6c33)

In case of not specifying a `tracks.txt`, it'll try to find chapters in the tags. I uses `eyed3` library for it.

This is intended as an replacement PR for #39 which got messed up with conflicts. @jgclark @alkatar21 can you look at it? I added a [vsix](https://github.com/jgclark/vscode-todo-highlight/blob/dfa2e192336c73681596332670baed17d47e6952/vscode-todo-highlight-2.1.0.vsix) as well.