GithubHelp home page GithubHelp logo

atom-html-helper's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

atom-html-helper's Issues

trigger tag completion with </

This is great to have. Thanks for making it. I can't remember which editor it is, but one of them that I have used in the past triggered the insertion of the complete closing tag as soon as you typed </. That was great because I didn't have to remember the correct trigger for the completion. Any chance of adding this as an option?

Package.getStylesheetsPath is deprecated.

Store package style sheets in the styles/ directory instead of stylesheets/ in the html-helper package

Package.getStylesheetsPath (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:460:9)
Package.getStylesheetPaths (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:471:32)
Package.loadStylesheets (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:453:38)
<unknown> (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:183:19)
Package.measure (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:163:15)
Package.load (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:177:12)

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

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

Store package style sheets in the styles/ directory instead of stylesheets/ in the html-helper package

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details

Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows:

I installed atom on my mac and i would like some help if you can resolve some issues i have.

Im trying to download atom with some HTML autocomplete/suggestions packages but its not working for me and i found that i have 5 errors (Oragne triangle at bottom right).

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/usr/share/atom/resources/app/src/atom.js:54:11)
Object.activate (/home/arrogantprick/.atom/packages/html-helper/lib/html-helper.js:13:17)

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\atom.js:57:13)
Object.activate (C:\Users\John\.atom\packages\html-helper\lib\html-helper.js:13:17)
Package.activateNow (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:238:19)
<unknown> (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:219:30)
Package.measure (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:163:15)
Package.activate (C:\Users\John\AppData\Local\atom\app-0.199.0\resources\app.asar\src\package.js:211:14)

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:55:11)
Object.activate (/Users/****/.atom/packages/html-helper/lib/html-helper.js:13:17)

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
Object.activate (/Users/AndresArenas/.atom/packages/html-helper/lib/html-helper.js:13:17)

Deprecated Atom APIs will be removed June 1st

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (0.2.3) of this package:

  1. Store package style sheets in the styles/ directory instead of stylesheets/ in the <pack-name> package
  2. atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
  3. Use TextEditor::moveToBeginningOfLine() instead
  4. Use TextEditor::moveToEndOfLine() 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!

Thank you and suggestion

Thank you for creating this HTML helper plugin for Atom. Can you please update it to move the cursor in between the tags after it creates the closing tag? This functionality would be much appreciated. Thanks again!

Failed to activate the html-helper package

  1. Run atom from either a terminal or a shortcut, no matter if you have regular permissions or are superuser.

Atom Version: 0.187.0
System: linux 3.16.0-31-generic
Thrown From: html-helper package, v0.2.3

Stack Trace

Failed to activate the html-helper package

At Cannot read property 'getView' of undefined

TypeError: Cannot read property 'getView' of undefined
  at Object.module.exports.activate (/home/stoyicker/.atom/packages/html-helper/lib/html-helper.js:13:22)
  at Package.module.exports.Package.activateNow (/usr/share/atom/resources/app/src/package.js:240:19)
  at /usr/share/atom/resources/app/src/package.js:221:30
  at Package.module.exports.Package.measure (/usr/share/atom/resources/app/src/package.js:167:15)
  at Package.module.exports.Package.activate (/usr/share/atom/resources/app/src/package.js:214:14)
  at PackageManager.module.exports.PackageManager.activatePackage (/usr/share/atom/resources/app/src/package-manager.js:465:21)
  at /usr/share/atom/resources/app/src/package-manager.js:446:29
  at Config.module.exports.Config.transact (/usr/share/atom/resources/app/src/config.js:350:16)
  at PackageManager.module.exports.PackageManager.activatePackages (/usr/share/atom/resources/app/src/package-manager.js:440:19)
  at PackageManager.module.exports.PackageManager.activate (/usr/share/atom/resources/app/src/package-manager.js:423:46)
  at Atom.module.exports.Atom.startEditorWindow (/usr/share/atom/resources/app/src/atom.js:625:21)
  at Object.<anonymous> (/usr/share/atom/resources/app/src/window-bootstrap.js:12:8)
  at Object.<anonymous> (/usr/share/atom/resources/app/src/window-bootstrap.js:23:4)
  at Module._compile (module.js:475:26)
  at Object.loadFile [as .js] (/usr/share/atom/resources/app/src/babel.js:162:21)
  at Module.load (module.js:370:32)
  at Function.Module._load (module.js:325:12)
  at Module.require (module.js:380:17)
  at require (module.js:399:17)
  at window.onload (file:///usr/share/atom/resources/app/static/index.js:51:25)

Commands

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
Package-Upgrader, v0.3.1
autoclose-html, v0.15.0
autocomplete-html, v0.3.0
autocomplete-paths, v1.0.2
autocomplete-plus, v2.4.1
autocomplete-snippets, v1.0.1
color-picker, v1.4.4
html-helper, v0.2.3
javascript-snippets, v1.0.0
linter, v0.12.0
markdown-format, v2.5.0
minimap, v4.5.0
pdf-view, v0.17.0
travis-ci-status, v0.13.0

# Dev
No dev packages

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.