]> arthur.barton.de Git - atom-ax-pipe.git/log
atom-ax-pipe.git
8 years agoDon't use editor.{begin|commit}Transaction dont-use-transactions
Alexander Barton [Thu, 25 Jun 2015 15:51:21 +0000 (17:51 +0200)]
Don't use editor.{begin|commit}Transaction

This solves the following error (but I'm not sure if not using transactions
at all is the "real" solution ...):

Uncaught TypeError: undefined is not a function

At .../Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1156

TypeError: undefined is not a function
  at TextEditor.module.exports.TextEditor.beginTransaction (.../Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1156:26)
  at .../lib/pipe.coffee:37:14
  at space-pen-div.<anonymous> (.../lib/command-view.coffee:32:7)
  at space-pen-div.jQuery.event.dispatch (.../node_modules/atom-space-pen-views/node_modules/space-pen/node_modules/jquery/dist/jquery.js:4435:9)
  at space-pen-div.elemData.handle (.../node_modules/atom-space-pen-views/node_modules/space-pen/node_modules/jquery/dist/jquery.js:4121:28)
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (.../Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:520:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (.../Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:355:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (.../Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:180:20)

8 years agoMerge pull request #15 from alexbarton/fix-keymaps-tag master
moshee [Tue, 26 May 2015 15:45:40 +0000 (08:45 -0700)]
Merge pull request #15 from alexbarton/fix-keymaps-tag

Use the `atom-text-editor` tag instead of the `editor` class.

8 years agoMerge pull request #14 from alexbarton/fix-stylesheets-dir
moshee [Tue, 26 May 2015 15:45:00 +0000 (08:45 -0700)]
Merge pull request #14 from alexbarton/fix-stylesheets-dir

Rename "stylesheets/" directory to "styles/"

8 years agoUse the `atom-text-editor` tag instead of the `editor` class. fix-keymaps-tag
Alexander Barton [Tue, 26 May 2015 13:46:55 +0000 (15:46 +0200)]
Use the `atom-text-editor` tag instead of the `editor` class.

This fixes the following deprecation warning:

  "In keymaps/pipe.cson: Use the atom-text-editor tag instead of
  the editor class."

Closes moshee/atom-pipe#15.

8 years agoRename "stylesheets/" directory to "styles/" fix-stylesheets-dir
Alexander Barton [Tue, 26 May 2015 13:32:26 +0000 (15:32 +0200)]
Rename "stylesheets/" directory to "styles/"

This fixes the following deprecation warning:

  "Store package style sheets in the styles/ directory instead of
  stylesheets/ in the seti-monokai package"

Closes moshee/atom-pipe#11.

9 years agoWho wants to take over this project?
moshee [Fri, 6 Mar 2015 01:57:05 +0000 (17:57 -0800)]
Who wants to take over this project?

9 years agoMerge pull request #8 from andrewwillis/remove_deprecations
moshee [Fri, 6 Mar 2015 01:53:31 +0000 (17:53 -0800)]
Merge pull request #8 from andrewwillis/remove_deprecations

updated selectors and editor to work with latest Atom API

9 years agoupdated selectors and editor to work with latest Atom API
Andrew Willis [Fri, 6 Mar 2015 01:25:36 +0000 (20:25 -0500)]
updated selectors and editor to work with latest Atom API

9 years agoUpdate README.md
moshee [Fri, 5 Dec 2014 23:48:14 +0000 (15:48 -0800)]
Update README.md

9 years agoPrepare 0.3.2 release v0.3.2
moshee [Tue, 18 Nov 2014 23:35:14 +0000 (15:35 -0800)]
Prepare 0.3.2 release

9 years agoMake use of editor transactions. Resolve #5.
moshee [Tue, 18 Nov 2014 23:34:46 +0000 (15:34 -0800)]
Make use of editor transactions. Resolve #5.

9 years agoPrepare 0.3.1 release v0.3.1
moshee [Thu, 13 Nov 2014 19:33:28 +0000 (11:33 -0800)]
Prepare 0.3.1 release

9 years agoMerge pull request #3 from brandonhorst/master
moshee [Thu, 13 Nov 2014 19:04:54 +0000 (11:04 -0800)]
Merge pull request #3 from brandonhorst/master

Fixes for non-directory projects

9 years agoMake it work when a file is opened without a project
= [Thu, 13 Nov 2014 18:34:48 +0000 (13:34 -0500)]
Make it work when a file is opened without a project

9 years agoFix for situations where atom is opened with a file rather than a directory
= [Thu, 13 Nov 2014 18:26:18 +0000 (13:26 -0500)]
Fix for situations where atom is opened with a file rather than a directory

9 years agoPrepare 0.3.0 release v0.3.0
moshee [Wed, 12 Nov 2014 21:12:01 +0000 (13:12 -0800)]
Prepare 0.3.0 release

9 years agoExecute command once per selection range. Resolve #2.
moshee [Wed, 12 Nov 2014 20:55:45 +0000 (12:55 -0800)]
Execute command once per selection range. Resolve #2.

9 years agoForgot to put path in quotes.
moshee [Wed, 12 Nov 2014 17:35:03 +0000 (09:35 -0800)]
Forgot to put path in quotes.

9 years agocd to atom.project.path before executing commands. Resolve #1.
moshee [Wed, 12 Nov 2014 17:30:08 +0000 (09:30 -0800)]
cd to atom.project.path before executing commands. Resolve #1.

10 years agoPrepare 0.2.0 release v0.2.0
moshee [Sun, 16 Mar 2014 04:59:16 +0000 (21:59 -0700)]
Prepare 0.2.0 release

10 years agoCommand history
moshee [Sun, 16 Mar 2014 04:58:47 +0000 (21:58 -0700)]
Command history

10 years agoPrepare 0.1.1 release v0.1.1
moshee [Sat, 15 Mar 2014 01:37:25 +0000 (18:37 -0700)]
Prepare 0.1.1 release

10 years agoNo longer try to remove trailing newline
moshee [Sat, 15 Mar 2014 01:36:57 +0000 (18:36 -0700)]
No longer try to remove trailing newline

10 years agoPrepare 0.1.0 release v0.1.0
moshee [Fri, 14 Mar 2014 21:54:56 +0000 (14:54 -0700)]
Prepare 0.1.0 release

10 years agoinitial commit
moshee [Fri, 14 Mar 2014 21:54:02 +0000 (14:54 -0700)]
initial commit