Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319559 - Translation Question - WSW36#419
Summary: Translation Question - WSW36#419
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.7 M1   Edit
Assignee: JDT-Doc-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 09:35 EDT by Ross Wagner CLA
Modified: 2010-07-13 06:43 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>