Skip to content
jason-sanjose edited this page Aug 17, 2012 · 50 revisions

General UI

Menus

  1. Top Level
  2. File
  3. Edit
  4. View
  5. Navigate
  6. Debug (TODO exclude?)

Toolbar

  1. Experimental Build
  2. Lightning bolt icon tooltip Live File Preview

About

  1. On mac, Brackets > About Brackets. On win, Help > About
  2. Confirm about dialog text <dialog_about>

File Operations

Error opening file

  1. In the project tree, expand the images folder.
  2. Click on events.jpg
  3. Confirm error message <dialog_error_opening_file>

Invalid file name

  1. Select the File > New menu
  2. untitled.js will appear editable
  3. Rename untitled.js to foo:js
  4. Confirm error message <dialog_error_invalid_file_name>
  5. Select index.html
  6. Select the File > New menu
  7. Rename untitled.js to index.html
  8. Confirm error message <dialog_error_file_already_exists>

Editor

Clone this wiki locally