Closed
Bug 1280271
Opened 10 years ago
Closed 10 years ago
Pl. Refer or follow heading Scratchpad -- Editing --Code completion and inline editing -- First para -- Last sentance -- correction: 'To show the popup, press ctrl+space' (not ctrl+shift+space)
Categories
(Developer Documentation Graveyard :: Learning Area, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jjacob.shakespeare6, Unassigned)
References
(
URL
)
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
Practically verfied with developer browser.
Comment 1•10 years ago
|
||
Fixed! Thank you for reporting this issue!
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
FWIW, the correction is at the end of the first paragraph here: https://developer.mozilla.org/en-US/docs/Tools/Scratchpad#Code_completion_and_inline_documentation
Comment 3•10 years ago
|
||
I think this is partly wrong. That paragraph now says:
"Scratchpad integrates the tern code analysis engine, and uses that to provide autocomplete suggestions and popups containing information on the current symbol. To list autocomplete suggestions, press Ctrl + Space. To show the popup, press Ctrl + Space."
There are 2 different things: (1)a list of autocomplete suggestions and (2)a docs popup. They are activated by 2 different shortcuts:
* Ctrl + Space shows autocomplete suggestions, if pressed when the cursor is on an incomplete name
* Ctrl + Shift + Space shows the docs popup, if pressed when the cursor is on an complete name
So that paragraph was correct before, and is now not correct.
There are a couple of errors later on:
"For example, try typing D, then pressing Ctrl + Shift + Space. You'll see this:"
-> this was wrong (should be "Ctrl + Space"), and was fixed by your edit.
"If you select document, then addEventListener, then press Shift + Space you'll see a popup that shows a summary of the function's syntax and a short description:"
-> this should be "Ctrl + Shift + Space".
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: FIXED → ---
Comment 4•10 years ago
|
||
(In reply to Will Bamberg [:wbamberg] from comment #3)
OK, I think I've both fixed this and revised the text so that autocomplete and inline docs are in separate sections, for better clarity. I'd appreciate a quick look to be sure it works for you.
Comment 5•10 years ago
|
||
Yes, separate sections is much better. Thanks!
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•