klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

Package.getStylesheetsPath is deprecated. #37

Closed d4k0 closed 9 years ago

d4k0 commented 9 years ago

Since the update to Atom 0.189.0, this message appears:

Store package style sheets in the styles/ directory instead of stylesheets/ in the regex-railroad-diagram package

Package.getStylesheetsPath (D:\Programme\Dokumente\Atom\resources\app\src\package.js:448:9)
Package.getStylesheetPaths (D:\Programme\Dokumente\Atom\resources\app\src\package.js:459:32)

The fix should be simple: You only have to rename the folder stylesheets to styles. You also have to adjust the path if you used the original path in your code (I found one case in the file select-list-view.js at line 12).

ilanbiala commented 9 years ago

@klorenz Still an issue, please fix this.

optikfluffel commented 9 years ago

On June 1st all deprecated APIs in Atom will be removed in preparation for the 1.0 Atom release later that month.

from blog.atom.io/2015/05/01/removing-deprecated-apis.html

ilanbiala commented 9 years ago

@klorenz please fix this.

kyoh86 commented 9 years ago

@klorenz Plz..

UnconventionalMindset commented 9 years ago

@klorenz Please, your package is very useful!

iamstarkov commented 9 years ago

@klorenz are patches welcomed?

optikfluffel commented 9 years ago

@iamstarkov a PR is already open at #39

ilanbiala commented 9 years ago

@klorenz still waiting on #39 to be merged in.