タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

Tutorialとatomに関するsh19eのブックマーク (2)

  • Building your first Atom plugin

    EducationProductBuilding your first Atom pluginAuthored by GitHub Campus Expert @NickTikhonov. This tutorial will teach you how to write your first package for the Atom text editor. We'll be building a clone of Sourcerer, a… Authored by GitHub Campus Expert @NickTikhonov. This tutorial will teach you how to write your first package for the Atom text editor. We’ll be building a clone of Sourcerer,

    Building your first Atom plugin
  • Atom.io Document Translations

    atom_creating_a_package.ja.md パッケージの作り方(Creating Packages) パッケージ(Package)はAtomのコアです。エディターのメイン機能以外のほぼすべては、パッケージによって扱われます。これには、ファイルツリー、ステータスバー、シンタックスハイライトのような「コア」の部分が含まれています。 パッケージには、Atomの動作を変更する多様な異なるリソースタイプを含めることができます。基的なパッケージのレイアウトは次のとおりです。 my-package/ grammars/ keymaps/ lib/ menus/ spec/ snippets/ stylesheets/ index.coffee package.json すべてのパッケージがこれらすべてのディレクトリを持つ(あるいは必要とする)わけではありません。 初めてのパッケージ作成

    Atom.io Document Translations
  • 1