Maushundb / quick-editor

This repo has been DEPRECATED. Please use https://atom.io/packages/code-peek
MIT License
25 stars 6 forks source link

Uncaught TypeError: Cannot read property 'search' of undefined #32

Open sinozzuke opened 5 years ago

sinozzuke commented 5 years ago

When I press ctrl+shift+E y get this error:

[Enter steps to reproduce:]

  1. apm install Maushundb/quick-editor
  2. press ctrl+shift+E in any class

Atom: 1.40.1 x64 Electron: 3.1.10 OS: Unknown Windows version Thrown From: quick-editor package 0.4.3

Stack Trace

Uncaught TypeError: Cannot read property 'search' of undefined

At C:\Users\satanejo\.atom\packages\quick-editor\lib\directory-css-searcher.coffee:36

TypeError: Cannot read property 'search' of undefined
    at DirectoryCSSSearcher.module.exports.DirectoryCSSSearcher.findFilesThatContain (/packages/quick-editor/lib/directory-css-searcher.coffee:36:45)
    at Object.findFilesFromCSSIdentifier (/packages/quick-editor/lib/quick-editor.coffee:66:15)
    at Object.quickEdit (/packages/quick-editor/lib/quick-editor.coffee:55:8)
    at /packages/quick-editor/lib/quick-editor.coffee:35:8)
    at CommandRegistry.handleCommandEvent (~/AppData/Local/atom/app-1.40.1/resources/app/static/<embedded>:11:349123)
    at KeymapManager.dispatchCommandEvent (~/AppData/Local/atom/app-1.40.1/resources/app/static/<embedded>:11:1249835)
    at KeymapManager.handleKeyboardEvent (~/AppData/Local/atom/app-1.40.1/resources/app/static/<embedded>:11:1245969)
    at WindowEventHandler.handleDocumentKeyEvent (~/AppData/Local/atom/app-1.40.1/resources/app/static/<embedded>:11:284329)

Commands

     -4:32.2.0 intentions:highlight (input.hidden-input)
     -4:31.4.0 quick-editor:quick-edit (input.hidden-input)
     -3:29 core:paste (input.hidden-input)
     -3:08.4.0 intentions:highlight (input.hidden-input)
  3x -3:07.2.0 quick-editor:quick-edit (input.hidden-input)
     -1:45.2.0 intentions:highlight (input.hidden-input)
     -1:44 quick-editor:quick-edit (input.hidden-input)
  7x -1:41.3.0 intentions:highlight (input.hidden-input)
  2x -1:40.6.0 find-and-replace:use-selection-as-find-pattern (input.hidden-input)
 21x -1:36.4.0 intentions:highlight (input.hidden-input)
  3x -1:35.3.0 find-and-replace:use-selection-as-find-pattern (input.hidden-input)
  2x -1:32.2.0 fuzzy-finder:toggle-buffer-finder (input.hidden-input)
     -0:28.7.0 intentions:highlight (input.hidden-input)
     -0:27.1.0 quick-editor:quick-edit (input.hidden-input)

Non-Core Packages

atom-beautify 0.33.4 
atom-html-preview 0.2.6 
atom-live-server 2.3.0 
atom-live-server-plus 3.0.1 
atom-ternjs 0.20.0 
autoclose-html 0.23.0 
busy-signal 2.0.1 
color-picker 2.3.0 
csstree-validator 0.6.0 
drag-relative-path 1.1.3 
file-icons 2.1.35 
highlight-selected 0.16.0 
intentions 1.1.5 
linter 2.3.1 
linter-csslint 2.0.6 
linter-ui-default 1.8.0 
minimap 4.29.9 
pigments 0.40.2 
project-manager 3.3.8 
quick-editor 0.4.3 
w3c-validation 0.4.0 
FelipeSharkao commented 4 years ago

Same goes here. Sadly, this project was discontinued.