vellerefond / project-ring

Project management for the Atom editor.
GNU General Public License v2.0
15 stars 8 forks source link

Uncaught TypeError: undefined is not a function #13

Closed ndguardian closed 9 years ago

ndguardian commented 9 years ago

Umm...not quite sure what happened here, but I cut a file from one folder (file was indeed open in the editor) and pasted it into another one. If you have questions, let me know!

Atom Version: 0.177.0 System: Microsoft Windows 7 Professional Thrown From: project-ring package, v0.18.5

Stack Trace

Uncaught TypeError: undefined is not a function

At /c:/Users/derik.taylor/.atom/packages/project-ring/lib/project-ring.coffee:262

TypeError: undefined is not a function
  at C:\Users\derik.taylor\.atom\packages\project-ring\lib\project-ring.coffee:131:77

Commands

     -6:18.1 core:save (atom-text-editor.editor)
     -1:32.2 core:move-right (atom-text-editor.editor.mini)
     -1:31.2 core:backspace (atom-text-editor.editor.mini)
     -1:29.8 core:confirm (atom-text-editor.editor.mini)
  2x -1:20.4 core:backspace (atom-text-editor.editor.mini)
     -1:18.7 core:confirm (atom-text-editor.editor.mini)
     -1:05.2 core:backspace (atom-text-editor.editor.mini)
  5x -1:04.5 core:delete (atom-text-editor.editor.mini)
     -1:01.7 core:confirm (atom-text-editor.editor.mini)
     -0:51.5 core:backspace (atom-text-editor.editor.mini)
  3x -0:47.6 core:confirm (atom-text-editor.editor.mini)

Config

{
  "core": {},
  "project-ring": {
    "projectToLoadOnStartUp": "assets"
  }
}

Installed Packages

# User
atom-beautify, v0.21.2
autoclose-html, v0.14.0
autocomplete-plus, v2.0.10
color-picker, v1.4.4
language-cfml, v0.5.0
linter, v0.11.1
minimap, v4.0.2
open-last-project, v0.1.1
project-manager, v1.15.5
project-ring, v0.18.5

# Dev
No dev packages

/cc @atom/core

oktayacikalin commented 9 years ago

@vellerefond Looks like your update for the newest release is not out yet, right?

ndguardian commented 9 years ago

Looked like I got the update shortly after, then I spaced making the issue. Want me to test again?

-----Original Message----- From: "Oktay Acikalin" notifications@github.com Sent: ‎2/‎4/‎2015 5:02 AM To: "vellerefond/project-ring" project-ring@noreply.github.com Cc: "ndguardian" ndguardian@gmail.com Subject: Re: [project-ring] Uncaught TypeError: undefined is not a function(#13)

@vellerefond Looks like your update for the newest release is not out yet, right? — Reply to this email directly or view it on GitHub.

vellerefond commented 9 years ago

I am currently in the process of upgrading the code to use the new, version 1.0 Atom API. Unfortunately, this is a slow process due to my current workload. I will try to have it ready by next week though.

oktayacikalin commented 9 years ago

Thanks @vellerefond! We're looking forward using it again.

vellerefond commented 9 years ago

Please, upgrade to v0.19.0 (80120c3) and if possible, report back whether this version fixes this issue or not (if not, please re-open this issue and comment accordingly).

oktayacikalin commented 9 years ago

Seems to work fine for me - thanks!