Distraction Free Mode and dual screen - configuration

How can I configure Sublime such that the distraction free mode disables a second monitor? This option does not seem to be in the default configration file.

Open a new sublime window in distraction free mode on your second monitor.

Its really quick, simply switch off the second monitor might be the easiest solution.
I understand this might not be the solution you seek but this is how i do it. :)

Related

How do I repair html hinting

On one of my vscode installations html hints I working fine (when in html mode I type lin I see this>
on another only the first line and none of the html link hints. What I did
removed all extention
reinstalled visual studio code in place
removed and reinstall visual studion code
I don't see anything suspicious in the debug pane.
How do I repair my VSCode?
Life saver Mark <3. Thanks!
It is a bit fiddly, but indeed the hints box can be sized to a useless single line size. As I see no real use case for this it could be regarded as bug.
Drag the upper or lower border up or down.
To increase success increase zoom size.

Inserting a Swing BoxLayout graphically via Netbeans palette

I'm trying to insert a Swing BoxLayout to my jFrame graphically using netbeans palette, but i can't find any way to do it
Here is my my NB palette
any suggestion or help will be welcomed :)
Edit:
Problem resolved thanks to #kyal-bond 's solution : just i have to put a Panel, then right click on it and choose "Set layout" then choosing "Box Layout".
Thank you again #kyal-bond ^^
You cannot add Layouts to JFrames, first add a Panel to that frame and then you may add layouts to that. JFrames are kind of just window containers and don't actually do much in terms of editing layouts.

Google chrome dev panel shortcut for activate/deactivate breakpoints

Google chrome dev panel has many nice shortcuts and I've got used to them a lot.
There is almost only one thing what bothers me a lot and makes cry every time I have to do it:
I need to use mouse to switch state of all debug points at once.
For this I use now a button as shown on the following screenshot:
I wonder. Is there any other way to active/deactivate this button without mouse?
P.S.
Also this question is more about usage rather than programming I decided to ask it here because it's more likely to be answered by programmers.
Thanks.
On Mac you can toggle breakpoints with ⌘+F8
You must be able to toggle between enable/disable all the breakpoints (debugging rather) using Ctrl+F8 on any windows machine with Chrome as the browser of choice.

Sharing One screen using webrtc

I have a dual monitor. I would like to know how could i share only one monitor at a time.
Currently i am able to share both the monitors using chrome.
Please advise.
Thanks,
Krishna
To have a choice on what to share you could use the desktopCapture API and use "window" as the DesktopCaptureSourceType. It'll popup a window allowing you to choose which window to share...
https://developer.chrome.com/extensions/desktopCapture
Example usage ...
https://developer.chrome.com/extensions/samples#desktop-capture-example

How to disable zooming completely in MonoDevelop?

When I wheel-scroll - actually touch-pad scrolling - MonoDevelop zooms the text. I have no idea why zooming has non-removable shortcut, but I can't disable this zoom.
In recent version they made it to be triggered with Option key, but it still annoying because I use Option key to navigate code. And if I touch the touchpad... This happens pretty frequently.
How can I disable this zooming completely? Any hacks are also welcome.
I think The Xmarin team made similar to Visual studio. So the function of Visual studio will contain in Mono Develop.