How to hide the "filmstrip" in DevTools? - google-chrome-devtools

In the "network" tab of DevTools, a film strip has appeared below the filter, and above the list of files:
It hides the list of files unless the DevTools window is several hundred pixels high, so now I spend a lot of time resizing my browser window trying to see the list of files. How do I hide it?
I've been hunting through the options, but can't find any option to disable or hide the filmstrip.

Now you can do this:
Select "Network Settings" (see figure)
Uncheck "Show overview"
Touch again "Network Settings" and ready

Related

VSCode "Open Editors" panel not showing

I don't know what I have done but I cannot see the "Open Editors" panel in the Explorer view
I note also that clicking on the three dots (Views and More Actions...) to the right of the word Explorer at the top of the explorer panel the word Folders is greyed out
Can anyone point me to the setting I need to change in order to rectify this situation?
Just in case anyone else has the same problem here is how I resolved my issue. I won't bore you with how I discovered the solution.
Right-click in the activity bar, this will bring up a context menu with the entry for Open Editors listed but not marked with a tick
Activity bar context menu.
Clicking on "Open Editors" in this context menu brings up a new icon in the activity bar that looks like an open book
Open Editor icon
Right-clicking on this new icon reveals another context menu that includes the option to reset the location of the Open Editors panel.
Open Editor context menu
Selecting this option resolves the problem.
How I got into the problem in the first place is still difficult to ascertain. With the activity bar in its default configuration I must have dragged the "Open Editors" header to somewhere on the activity bar, that clearly removes it from the Explorer side bar but how I inadvertently right clicked this new icon and selected "Hide 'Open Editors'" without realising remains a mystery.
Go to view and click on Open View and the on Open Editors.
3 dots on extreme right hand side has an option - keep editors open --> set it to default view. Once done the open editor will be be visible on the left.
This is considering you have default vs code layout...
I am currently using version: 1.68.1
In VS Code, go to Settings and in the search box, type explorer.openEditors.visible. Set the value in the dialogue box to any number greater than 0 and you are good to go. Refer to the image below.

Can i change VSCode Terminal Icon to the original one?

the question and picture is described as following:
maybe i clicked somewhere else, i don't know what happend, the icon of the terminal choose changed, after it changed, i feel bad. is there sombody can help me change the icon to the original one?
https://i.stack.imgur.com/lOXqw.png
By mistake, changed from list to icon (tab), but I managed to change it back. This is how I did:
Click the drop down button next to the "plus icon"
A drop down list with option will appear
Choose "Configure Terminal Settings"
The Settings will open in the Editor Area
Navigate down to the feature "Terminal > Integrated > Tabs: Focus Mode"
Uncheck this feature and it's done
Now, if you just want to change the icon for CMD, then you just need to:
Click the icon (the CMD icon you indicated on the image you sent)
A drop down list with options will appear
Choose the option "Change Icon..."
Near the top of your window, a drop down list will appear
Simply type 'terminal' and a lot of icons will be shown
Choose the icon you want

How to disable chrome dev tools waterfall?

I'm a bit constrained by screen space, and i want to hide waterfall in chrome dev tools network tab. I googled / searched through all settings / options, but i can't find any option to disable / hide it. Any hint ?
DevTools tech writer here. Doesn't look like there's a way to do this, currently.
You can hide other columns by right-clicking the table header, and unchecking the ones you want to hide.
You can also drag the bar separating the waterfall from the item to its left in order to minimize it.
This may help, Remove Chrome Network timeline
"Show overview" Button Toggles the network timeline

Network area (lost content)

Usually i have size/content to show you what the size of the uncompressed data when your response is getting compressed. I have seemed to have lost this on one computer. I just have "size". Does anyone know how to get this back without having to try to reinstall chrome (i have the latest version of google chrome for windows (37.0.2062.120 m (64-bit))
You have activated the compact view by clicking on the "Use small resource rows" icon.
Click on the "Use large resource rows" icon to toggle this setting (the fourth icon in the top-left corner).
Small resource rows
Large resource rows
Next time, when you get stuck with an unwanted devtools setting, you could also open the options of the devtools (gear icon), scroll down at the General tab and click on the "Restore defaults and reload" button to reset all devtools settings to their default values.

Netbeans - How do I hide the vertical bar w/colors?

Haven't found an option in the IDE to hide it, are there any configuration files that would do it? I never use it, and in my effort to optimize screen space with multiple tab groups, this would save me some pixels. :-P
Here's the bar in question:
http://i.stack.imgur.com/inwUM.png
I believe you are referring to the Diff Sidebar. To remove this use the menu item located at View > Show Diff Sidebar. This menu item is a toggled menu item so when it is active there is a check beside it.