Sha256: 6bf116f53188c463846823aa6463a69797ceb34bc980353e00e18881e228912c

Contents?: true

Size: 1.15 KB

Versions: 22

Compression:

Stored size: 1.15 KB

Contents

# -*- coding: utf-8 -*-

::NAME_INFO = {
  'トップページ' => {
    path: '/',
  },
  'デモページ' => {
    path: '/demo/',
  },
  'ブロック' => {
    path: '/',
  },
  'エディタ' => {
    path: '/',
  },

  'ブロックタブ' => {
    id: 'block-tab',
    selector: '#block-tab',
  },
  'Rubyタブ' => {
    id: 'ruby-tab',
    selector: '#ruby-tab',
  },
  'テキストエディタ' => {
    id: 'text-editor',
    selector: '#text-editor',
  },
  'プログラム名の入力欄' => {
    id: 'filename',
    selector: '#filename',
  },

  'ダウンロードボタン' => {
    id: 'download-button',
    selector: '#download-button',
  },
  '実行ボタン' => {
    id: 'run-button',
    selector: '#run-button',
  },
  'ロードボタン' => {
    id: 'load-button',
    selector: '#load-button',
  },
  'セーブボタン' => {
    id: 'save-button',
    selector: '#save-button',
  },
  'チェックボタン' => {
    id: 'check-button',
    selector: '#check-button',
  },
  'リセットボタン' => {
    id: 'reset-button',
    selector: '#reset-button',
  },

  'メッセージ' => {
    id: 'messages',
    selector: '#messages',
  },
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
smalruby-editor-0.1.10-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.10 spec/steps/global_variable.rb
smalruby-editor-0.1.9-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.9 spec/steps/global_variable.rb
smalruby-editor-0.1.8-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.8 spec/steps/global_variable.rb
smalruby-editor-0.1.7-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.7 spec/steps/global_variable.rb
smalruby-editor-0.1.6-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.6 spec/steps/global_variable.rb
smalruby-editor-0.1.5-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.5 spec/steps/global_variable.rb
smalruby-editor-0.1.4-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.4 spec/steps/global_variable.rb
smalruby-editor-0.1.3-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.3 spec/steps/global_variable.rb
smalruby-editor-0.1.2-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.2 spec/steps/global_variable.rb
smalruby-editor-0.1.1-x86-mingw32 spec/steps/global_variable.rb
smalruby-editor-0.1.1 spec/steps/global_variable.rb