Indent(tab) in chrome console - google-chrome

I searched around but no answer -->
There is any way to enable tab for indention in chrome devtools console when i'm writing ? for example writing a function,
I need to manually add spaces every time .
I searched in settings but nothing (chrome 50 version)
Tried tab,ctrl-tab,alt-tab.. and so
thanks

I'm pretty sure you found out how to do this by now but if not it's shift + enter. I just played around with it recently and it ended up working for me.
Take care!

Related

Html input of type "file" freeze the browser sometimes

i'm struggling with the classic HTML input of type file. I was using it on my angular application and i had freeze sometimes, the whole browser became unresponsive, and the only thing that works is the scroll.
You can't click any buttons, select any text or even change tab on the browser for about 5 seconds. I tried a lot of different file type and sizes and it doesn't change any of this, it even freeze sometimes when i don't select any file in the explorer and i click the close button directly.
So I thought it was my implementation that was bad and i went to the Mozilla developper website where you have an example and I have exactly the same behaviour. I also tried to take only the HTML from the Mozilla website and put it alone on a .html file and again, same behaviour.
This does not occur 100% of the time, but I would argue that on my end it does it about 60/70 % of the times.
I tried it on chrome and Firefox (both up to date), on multiple computer (all running Windows though) and i have the same behaviour on all of them.
I don't have any error or anyting in the consoles.
I don't know what to do with this, i'm pretty sure it can't be the file's input on the whole web that are bugged, but i tried a lot of various things with always the same results. Should i report it somewhere? ( if so, where? ) Or what would you suggest to do to investigate this further?
I couldn't find anyone discussing this issue on the internet apart for this thread that had no solution, they also say in this thread that the bug is not reproducible in Edge, but i just tried and it does the same thing.
Thanks for reading me and for any help about this.
Chrome freezes for few seconds when after any use of file field.
It was because I had a shortcut in "Quick Access" menu in windows explorer. This shortcut has been linked with a folder shared by network. I've removed this shortcut and everything is good now.
Same here, I have a mapped network drive that is not responding, this make a 5 seconds delay. After unmapping the drive, no more delay. The delay is the same in firefox or chrome.
Same here, if you want to remove it, on Windows 10, click on the icon Quick access (blue star), then right click on the dead link appearing in the "Frequent folders" panel on the right panel and choose "Unpin/Remove from Quick access". There should be no error message.

How can I make the advanced button work in chrome 'App isnt verified'?

I'm sorry this question might not be completely on topic, but i couldn't find answers googling it.
I'm creating an google app script (with clasp).
When i run the script i get the following popup as usual:
I'm supposed to click on advance and go anways.
But the advanced button no longer works! it doesn't show me the followup button to continue anymore!
Does anyone have the same issue and was able to fix it? It seems to have originated after the chrome update (with rounded ui).
I tried deleting the original grant (i added a feature that needed bigger scope), but even that didn't work.
It might be one of my chrome extensions.
Doing the same thing in incognito mode, worked!

How can i create a shortcut to close the Download bar in Google Chrome (Windows)

I've done a bit of searching and from what i see there is no such shortcut. There is however this extension for Google Chrome that does this, it automatically closes the download bar after 5 seconds. However i generally avoid installing extensions. Is there any way to make such a shortcut? Something that seems so small and irrelevant can really make a difference. Thanks in advance.
there is a chrome extension called Always Clear Downloads.
User Reviews:
•First extension that clears the download bar and hides it afterwards.
•I have been looking for an extension that does this! Thank you. Works very well hiding the download bar after the download has completed. Saves a click.

Popup Alert in Google Chrome - Ubuntu 12.04

I am usign chrome in my Ubuntu 12.04 OS. From last two months for no reason I am getting an alert when a page completes loading. (Attaching the screenshots for the reference)
I'm not sure what is causing it, but I can certainly say that it is driving me nuts. Please help.
Alert while opening a website
Alert while opening a new tab
I have found the answer to my own question. It was happening as an user was added to chrome, I am not sure how it got added. To solve this you need to do the following.
1) Go to Chrome -> Settings
2) Locate "User" section, make sure that there are no users, if any then delete them all.
This should then fix the above popup issue

Google Chrome console

I wanna use these very simple features in Google Chrome Javascript console but I really cannot find out how (already searched in official documentation,multiple videos and posts...)
Writing more than a javascript line! (currently after hitting enter, the previous code executes). Moreover, is there a way to make the 'writing' area of the console larger? (multiple lines)
Typical undo and redo edit. Currently control+Z does nothing.
really weird,
Thanks in advance,
Pere
The Javascript console really isn't intended to do serious development in, but it's pretty good.
Shift+enter will let you write multiple lines instead of instantly executing the code.