| Summary: | Translation Question - WSW36#419 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Ross Wagner <rewagner> |
| Component: | Doc | Assignee: | JDT-Doc-Inbox <jdt-doc-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | CC: | daniel_megert, darin.eclipse, markus.kell.r |
| Version: | 3.6 | ||
| Target Milestone: | 3.7 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ross Wagner
"Step Into" is a command/action (labeled as such in the UI). I now marked it bold in the doc. In addition to comment 1, I've fixed some typos in the paragraph before and replaced the abstract description by a concrete example: For example, when the caret is at the beginning of the line<br> <code> assertTrue(fFull.size() == 100)</code>,<br> then <b>Step into Selection</b> steps into <code>assertTrue(..)</code> (unlike <b>Step Into</b>, which would step into <code>size()</code>).</p> |