How do you hide join/leave messages in Mibbit? - irc

Is there a command to hide those messages? I've been searching all over and can't figure it out.
http://www.mibbit.com/

It turns out you can change the setting under preferences, under what to show.
It seems like this is only possible if you have an account.

Related

How to hide the highlighted lines when the ".sql" file are opened in VSCode

Below is what it looks like when opened the ".sql" file, I want to hide those highlighted lines
I'm the creator of VSCode-sqltools. In fact as #joao-caxias mentioned, that was intentional. But some users didn't like it at all, so I've added a setting to enable/disable that behavior called sqltools.highlightQuery so you should be able to remove that if you want now.
I have found out that it comes with the SQL Tools extension
You could either uninstall it or revert back to 0.21.9 version. Not sure where the root cause for highlighting is.
You can go to SQLTools and click on the setting button. Then search highlight and uncheck the button for this setting.

Is there any way to remove auto-select after autocomplete on VS-code?

as the title says I'm looking for a way to remove the autoselect code after autocomplete. Currently, the only way to remove the autoselected line is either pressing ESC key or clicking anywhere else. And it's currently giving me issues because it's quite annoying.
I've been searching for a solution for about 3 days and it's either I'm doing it wrong or I don't really know what the issue exactly is... Here's a picture of my issue
As you see in the picture, the code is autoselected/highlighted right after autocomplete and as said I really need help because it's turning annoying.
Thanks in advance.
Set Snippets Prevent Quick Suggestions to false, in text editor > suggestions

vscode where did the settings.json button go?

It seems the button to change the settings from the UI editor to json editor has moved somewhere and I can't find it. Where is it now? I simply want to migrate my settings from another computer and previously I have done so with copy&paste.
Thank you.
Is that what you are looking for?

Drag selected text to move it?

Is it possible to drag selected text to move it? This is in almost every other editor (not to mention text input fields in browsers.) I was surprised not to find it in VS Code.
Here is a gif example.
This is now supported as of Feb 2017 release (1.10.1) but it is disabled by default.
To enable it: Go to File > Preferences > Settings and add this line "editor.dragAndDrop": true
Source: https://code.visualstudio.com/updates/v1_10#_preview-drag-and-drop-selected-text
Looks like it's not yet implemented, but there's an open issue about it.
If you want to help without diving into the internals, go 👍 the issue to add to its social signal.
I don't believe so. Their site says that it is keyboard-optimized and keyboard-centric, so their idea might be that you should highlight some text, cut it, and past it where you want it rather than dragging it.
I talk about this problem on Github Microsoft page and Microsoft engineers see this. I hope to solve it. (Please support by 👍 on this page.)

Text overlapping in Eclipse preferences?

I was investigating Eclipse's Preferences windows, and I came upon the Formatter options. I decided to have a look, and eventually to create my own format options. Upon clicking the "New" button and selecting a base to work from, It came up with this:
Does anyone know why this is happening? Or how I can possibly fix this? Thanks in advance.
Not sure, but it looks like a GTK-theme.
If so, have you tried a default-theme?