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