:screenshot - autocomplete issues
Categories
(DevTools :: Console, defect, P3)
Tracking
(firefox62 affected, firefox63 affected)
People
(Reporter: cfogel, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Hello Aaditya, would you be interested working on this bug? it should be a bit more challenging than the previous bugs you worked on :)
Comment 4•6 years ago
|
||
Hi Nicolas,
Yaa... I would like to work on this bug.
BTW thanks for giving me this bug :)
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Hello Aaditya, is there anything blocking you for this bug? Do you still plan to work on it?
Comment 6•6 years ago
|
||
clearing assignee
Comment 7•5 years ago
|
||
Hello,
Does this bug sustains presently?
Since I was trying to reproduce it, but I think I did not understand completely.
On typing :
autocomplete shows help or screenshot option. Was this the issue?
Comment 8•5 years ago
|
||
Hello aarushivij.
We now do complete the command itself (so typing :s
will show the completion text), but it would be nice to complete the parameters of the command too.
So typing :screenshot --
should show filename
(the complete list is available in https://developer.mozilla.org/en-US/docs/Tools/Taking_screenshots#Taking_screenshots_with_the_web_console and in the code https://searchfox.org/mozilla-central/rev/2e355fa82aaa87e8424a9927c8136be184eeb6c7/devtools/shared/screenshot/save.js#20-63 )
Comment 9•5 years ago
|
||
Oh okay
Can I give this a try?
To be honest I am new to Web Development itself , but I think I shall learn by doing things and applying the syntax I have learned till now.
So want to work on it and learn something new.
This may take time though.
:)
So can you please assign to me?
Aarushi
Comment 10•5 years ago
|
||
this is not a simple task, so I think we should start with something a bit easier :)
Comment 11•5 years ago
|
||
Okay Thank you :)
Comment 12•5 years ago
|
||
Hello @nchevobbe.
I was thinking to work on this bug. I don't think autocompletion for command flags will be required just by this command will it : ) ? Better if I write code which is future proof than just for this specific case. I can only see 2 valid commands which exist as of now which are help
and screenshot
with the latter being the only one having command flags (https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/commands.js#7). Please tell if my information is right or wrong.
Comment 13•5 years ago
|
||
(In reply to tusharxdev from comment #12)
Hello @nchevobbe.
I was thinking to work on this bug. I don't think autocompletion for command flags will be required just by this command will it : ) ? Better if I write code which is future proof than just for this specific case. I can only see 2 valid commands which exist as of now which arehelp
andscreenshot
with the latter being the only one having command flags (https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/commands.js#7). Please tell if my information is right or wrong.
Hello tushar,
Yes ideally we'd have a generic system to allow autocomplete on commands options.
For now only :screenshot
can have options, but I think :help
could also have some in the future, or we might have other commands that would have options.
Do you want me to assign the bug to you?
Comment 14•5 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #13)
(In reply to tusharxdev from comment #12)
Hello @nchevobbe.
I was thinking to work on this bug. I don't think autocompletion for command flags will be required just by this command will it : ) ? Better if I write code which is future proof than just for this specific case. I can only see 2 valid commands which exist as of now which arehelp
andscreenshot
with the latter being the only one having command flags (https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/commands.js#7). Please tell if my information is right or wrong.Hello tushar,
Yes ideally we'd have a generic system to allow autocomplete on commands options.
For now only:screenshot
can have options, but I think:help
could also have some in the future, or we might have other commands that would have options.Do you want me to assign the bug to you?
Yes
Comment 15•5 years ago
|
||
great, it's now yours :)
Comment 16•5 years ago
|
||
Depends on D64417
Comment 17•5 years ago
|
||
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Hello tushar!
Do you still want to work on this bug? Do you need help?
If you don't/can't work on this, that's totally fine, I'll try to push it through the finish line.
Comment 19•5 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #18)
Hello tushar!
Do you still want to work on this bug? Do you need help?If you don't/can't work on this, that's totally fine, I'll try to push it through the finish line.
Hello @nchevobbe
We talked about some issues related to this bug on slack and you still haven't replied there. I am still available to work on this problem.
Comment 20•5 years ago
|
||
Comment 21•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:nchevobbe, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•2 years ago
|
Description
•