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

Paredit implementation for Atom using Clojurescript

Results 7 atom-paredit issues
Sort by recently updated
recently updated
newest added

Broken image link: https://camo.githubusercontent.com/c91081910244b45ff1abb7cc7cfaca697f4d9dfc/687474703a2f2f7a697070792e6766796361742e636f6d2f436c617373696350616c74727946726f676d6f7574682e676966

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...

I see we have overlapping interests, so I thought maybe we could get some synergy. I'm working on providing a better paredit for Light Table https://github.com/rundis/clj-light-refactor/blob/master/src/lt/plugins/cljrefactor/paredit.cljs (tx for the Markdown...

Use ::getActivePaneItem() instead of the ::activePaneItem property ``` Workspace.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/workspace.js:892:14) atom-workspace. (/Users/requnix/.atom/packages/paredit/lib/paredit.js:19863:27) ```

Hello, @MarcoPolo. I am trying to get atom-paredit to work on Windows 8.1, but I'm getting the following error when trying to install it. Do you know what this means...

If on the first line: ``` (asdf sdfj) asdf asdf ``` and execute a backward slurp. It will loop forever. Most likely some bound checking isn't happening, should be an...

bug

Take core-test.cljs and flesh it out to have some tests. So far it's mostly mock methods. I'll take this on, please assign it to me.

in progress