Accomplishing Common Tasks

This section will cover the following tasks:

  1. Opening the Gild Perspective
  2. Creating a New Gild Project
  3. Importing Archived Projects
  4. Adding a Java File
    1. Creating a New Java File
    2. Importing Files into Your Project
  5. Editing a Java File
    1. Cutting/Copying and Pasting Text
    2. Shifting Text (Altering indentation)
    3. Undoing and Redoing Edits
    4. Adding/Removing Bookmarks
    5. Adding/Removing Tasks
    6. Adding/Removing Breakpoints
  6. Saving Files
  7. Exporting (Backing Up) Projects and Files
    1. Export (Archive) Projects
    2. Export Files to Disk
  8. Compiling/Building
  9. Running Java Programs
  10. Understanding Compiler Errors and Warnings
  11. Logic Errors and the Gild Debugger
    1. Example: The PowerOfTwo Program
    2. Step 1: Setting Breakpoints
    3. Step 2: Running the Debugger
    4. Step 3: Interpreting the Gild Debug View
    5. Step 4: Stepping
    6. Step 5: Terminating the Program
    7. Step 6: Making Changes
    8. Step 7: Recursive Debugging

Previous | Index | Next