Coder Social home page Coder Social logo

atom-bezier-curve-editor's People

Contributors

abe33 avatar ilanbiala avatar mike-engel avatar nibushibu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nibushibu

atom-bezier-curve-editor's Issues

Workspace.getActiveEditor is deprecated.

Call ::getActiveTextEditor instead

Workspace.getActiveEditor (C:\Users\luis\AppData\Local\atom\app-0.200.0\resources\app.asar\src\workspace.js:1022:12)
Object.replaceMatch (C:\Users\luis\.atom\packages\bezier-curve-editor\lib\bezier-curve-editor.coffee:106:28)
<unknown> (C:\Users\luis\.atom\packages\bezier-curve-editor\lib\bezier-curve-editor.coffee:25:7)
Emitter.emit (C:\Users\luis\AppData\Local\atom\app-0.200.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
Object.__NONE__ (C:\Users\luis\.atom\packages\bezier-curve-editor\lib\bezier-curve-editor-element.coffee:69:15)
HTMLButtonElement.listener (C:\Users\luis\.atom\packages\bezier-curve-editor\node_modules\atom-utils\lib\mixins\events-delegation.js:108:41)

Editor Not Popping Up

Sometimes when I call on the shortcut keys, it'll just select the whole entire cubic-bezier(x1,y1,x2,y2) but the editor won't popup, even after hitting the shortcuts multiple times and moving my cursor off the word and back onto it.

Uncaught TypeError: Cannot read property 'parentNode' of null

  1. Mouseclick on tab to close tab
  2. Error occurs

Atom: 1.16.0 ia32
Electron: 1.3.13
OS: Windows
Thrown From: bezier-curve-editor package 0.7.2

Stack Trace

Uncaught TypeError: Cannot read property 'parentNode' of null

At C:\Users\dean\.atom\packages\bezier-curve-editor\node_modules\atom-utils\lib\mixins\ancestors-methods.js:37

TypeError: Cannot read property 'parentNode' of null
    at Function.module.exports.AncestorsMethods.eachParent (/packages/bezier-curve-editor/node_modules/atom-utils/lib/mixins/ancestors-methods.js:37:29)
    at Function.module.exports.AncestorsMethods.parents (/packages/bezier-curve-editor/node_modules/atom-utils/lib/mixins/ancestors-methods.js:22:12)
    at /packages/bezier-curve-editor/lib/bezier-curve-editor-element.coffee:102:25)
    at /packages/bezier-curve-editor/lib/bezier-curve-editor-element.coffee:99:8)
    at HTMLBodyElement.listener (/packages/bezier-curve-editor/node_modules/atom-utils/lib/mixins/events-delegation.js:108:41)

Commands

     -2:51 core:move-right (input.hidden-input)
  8x -2:49.9.0 core:backspace (input.hidden-input)
     -2:46.4.0 intentions:highlight (input.hidden-input)
     -2:46.3.0 settings-view:open (input.hidden-input)
     -2:42.3.0 core:confirm (input.hidden-input)
     -2:02.8.0 core:move-left (input.hidden-input)
     -2:01.7.0 intentions:highlight (input.hidden-input)
     -2:00.1.0 command-palette:toggle (input.hidden-input)
     -1:57.7.0 core:confirm (input.hidden-input)
     -1:57.7.0 bezier-curve-editor:open (input.hidden-input)
     -1:39.9.0 intentions:highlight (input.hidden-input)
     -1:39.8.0 core:paste (input.hidden-input)
     -1:38.1.0 intentions:highlight (input.hidden-input)
     -1:38 bezier-curve-editor:open (input.hidden-input)
     -1:05.3.0 intentions:highlight (input.hidden-input)
     -1:05.2.0 core:save (input.hidden-input)

Non-Core Packages

atom-monokai 0.10.9 
base16-ocean-dark-spacegray 0.13.0 
bezier-curve-editor 0.7.2 
busy-signal 1.3.0 
color-picker 2.2.5 
devdocs 0.2.1 
editor-stats 0.17.0 
editorconfig 2.2.2 
emmet 2.4.3 
file-icons 2.1.3 
git-plus 7.5.0 
highlight-line 0.12.0 
highlight-selected 0.13.1 
intentions 1.1.2 
language-blade 0.29.0 
language-vue 0.21.2 
linter 2.1.4 
linter-eslint 8.1.6 
linter-ui-default 1.2.3 
minimap 4.27.1 
minimap-highlight-selected 4.6.1 
pigments 0.39.1 
project-viewer 1.0.12 

Bezier Modal Window : Position Detection

Using Atom v0.99.0 w/Bezier Curve Editor 0.4.0

If lines of code are closer to the top of a file the modal window to edit the bezier curve is hidden from view. Need some sort of detection to reposition in those cases (position it on the bottom instead of top).

screenshot 2014-05-29 09 10 08

Open editor at value

Possibility to open bezier curve editor on keys values like:
linear|ease|ease-in|ease-out|ease-in-out|step-start|step-end|steps(int,start|end)
not only in cubic-bezier();

Deprecated Atom APIs will be removed June 1st

Atom will no longer load this package after June 1st without changes. There is one deprecation on the latest version (0.7.0) of this package:

  1. Call ::getActiveTextEditor instead

Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see up-to-date deprecations.

If this package has been replaced by another package or functionality in core, please reply with this information.

See atom/atom#6867 for more info. Thanks!

Escape Shortcut Key

Might be possible to add the following shortcut keys?

esc (when popup is active): close the popup.

The popup is kind of following me around everywhere.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.