atom-parinfer icon indicating copy to clipboard operation
atom-parinfer copied to clipboard

Parinfer for Atom

Results 22 atom-parinfer issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.11.0 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

I saw this while working on v1.24.0. It's possible this was caused by an intermediate state during development, but I wanted to track it here just in case. ![parinfer-bug-2020-09-06 22-51-09](https://user-images.githubusercontent.com/98485/92400674-e64fde80-f0f1-11ea-8b2c-fee4fff0c631.png)

bug

Paren Mode is not correctly moving indentation below the current line like it should. Shaun says this is something to do with the `:cursor-dx` option being passed into the `paren-mode/format-text`...

If the user opens a file that contains markers indicating a git merge conflict (ie: `

enhancement

We should use the `parenTrails` property from the [parinfer API](https://github.com/shaunlebron/parinfer/tree/master/lib#api) for dimming parenTrails instead of the custom CSS + language tags solution we use now. This is at least worth...

enhancement

Sometimes when opening a clojure file in Atom that does not conform to the parinfer standards, while the dialog "parinfer needs to change this file", Atom will maximize the window....

From Sean Corfield: > Run into my first "odd" behavior with the new parinfer. I have code like this ``` (cond (not member) (api/invalid-argument req) (or (:suspended member) (:deleted member))...

Parinfer is awesome. Thank you. In recent versions of Atom there is a GitHub integration package (https://github.com/blog/2362-announcing-git-integration-for-atom-and-github-desktop-beta) shipped with the editor. It uses `ctrl-shift-9` shortcut (which is the same as...

```clojure #?(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops #?@(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops ``` I believe the intent...