Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319559

Summary: Translation Question - WSW36#419
Product: [Eclipse Project] JDT Reporter: Ross Wagner <rewagner>
Component: DocAssignee: 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 CLA 2010-07-12 09:35:07 EDT
Build Identifier: I20100608-0911

/eclipse/plugins/org.eclipse.jdt.doc.user/tips/jdt_tips.htm


English text:
Stepping into selection

When the caret is not in a method name, the feature steps into the next method on the selected line. When you e.g. have line with nested method calls and the caret is a the beginning of the line, the feature steps into the outermost method (unlike Step Into).

Question:
What do you mean by "unlike Step Into"? I don't understand what is unlike "Step Into" and what is not.
Could you provide some more explanation?

Reproducible: Always
Comment 1 Dani Megert CLA 2010-07-12 09:51:11 EDT
"Step Into" is a command/action (labeled as such in the UI). I now marked it bold in the doc.
Comment 2 Markus Keller CLA 2010-07-13 06:37:11 EDT
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>&nbsp;&nbsp;&nbsp;&nbsp;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>