Giter Site home page Giter Site logo

atom-language-dart's People

Contributors

daegalus avatar davenotik avatar larouxn avatar radicaled avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

atom-language-dart's Issues

Package.loadSettings is deprecated.

Store package settings files in the settings/ directory instead of scoped-properties/

Package.loadSettings (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:566:9)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:168:43)
Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:147:15)
Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:161:12)

Package.loadSettings is deprecated.

Store package settings files in the settings/ directory instead of scoped-properties/

Package.loadSettings (/Applications/Tools_Downloaded/Atom.app/Contents/Resources/app/src/package.js:547:9)
<unknown> (/Applications/Tools_Downloaded/Atom.app/Contents/Resources/app/src/package.js:168:43)

problem

Auto Indent On Paste
Automatically indent pasted text based on the indentation of the previous line.
Non Word Characters
A string of non-word characters to define word boundaries.

Default: /()"':,.;<>~!@#$%^&*|+=[]{}`?-โ€ฆ
Normalize Indent On Paste

Preferred Line Length
Identifies the length of a line which is used when wrapping text with the Soft Wrap At Preferred Line Length setting enabled, in number of characters.

Default: 80
Scroll Past End
Allow the editor to be scrolled past the end of the last line.
Show Indent Guide
Show indentation indicators in the editor.
Show Invisibles
Render placeholders for invisible characters, such as tabs, spaces and newlines.
Soft Wrap
Wraps lines that exceed the width of the window. When Soft Wrap At Preferred Line Length is set, it will wrap to the number of characters defined by the Preferred Line Length setting.
Soft Wrap At Preferred Line Length
Instead of wrapping lines to the window's width, wrap lines to the number of characters defined by the Preferred Line Length setting. This will only take effect when the soft wrap config setting is enabled globally or for the current language. Note: If you want to hide the wrap guide (the vertical line) you can disable the wrap-guide package.
Soft Wrap Hanging Indent
When soft wrap is enabled, defines length of additional indentation applied to wrapped lines, in number of characters.

Default: 0
Tab Length
Number of spaces used to represent a tab.

Default: 2
Snippets
Trigger Name Body
class Class class ${1:name} {\n\t$0\n}\n
imp Import import '${1:name}';\n$0
lib Library library ${1:name};\n$0
main main() main() {\n\t$0\n}\n
method Method ${3:void} ${1:name}(${2:args}) {\n\t$0\n}\n
pa Part part '${1:name}';\n$0
paro Part Of part of ${1:name};\n$0
README
THIS PROJECT IS DEPRECATED AND ABANDONED. PLEASE USE https://atom.io/packages/dartlang, a more official and better version. Most of my stuff is merged into it.

Dart language support
Adds support for Dart snippets, grammar and syntax highlighting to Atom.

Originally converted from the Dart.tmbundle by the Google Dart Team.

Any and all contributions are appreciated. Send a pull request to add snippets, tweaks or grammar changes.

no errorsSettings

The 'language-dart' package is deprecated, please uninstall and and install 'dartlang' from 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.