Nerdtree vertical bar slightly off center - vim

As you can see in the photo, my nerdtree vertical line is somewhat broken looking and it is driving me crazy.
I want it to be totally flush. Does anyone know how to achieve this? I have been searching for hours now and havent come across anything yet.

i believe it has something to do with line wrapping being activated, but i'm not really sure. Try checking out my config .vimrc might help you with your problem.
Also, it may help if you add a link to your config like i did, or post it below, for others to see in better detail whats wrong. And obviously, check if Nerdtree's Github page has some FAQ's or issues that may be helpful.

Related

styling TextInputLayout / TextInputEditText

I wanted to use the TextInputLayout/TextInputEditText in my app and was looking for ways to style this. Now there are lost of paged when you start googling on it but it also seems some thinks have changed in the current android version.
Do not misunderstand the pages where very usefull but did not supply a complete answer.
For that reason i am posting my end result here so others may benefit.
Before i explain in the answer below i want to thank Dmytro on his blog here as it was the most usefull.
The answer.
I made my example very colorfull to make it easier to understand.
To get to this result i used the following in my layout. sorry that it is not code but a picture but i did this so you can see the actual color and not just my name for it
Not a color thing, but as you can see i set the app:errorEnabled to true. this is done so the space needed for the error is already reserved which means your layout wil not rescale when there is an error.
the last thing you need it the border_color.xml:
Play around with the option to see what they do.
The only thing i did not manage to do in the layout is to change the color of the selectionHandles. I did find a code solution for it but...i'll keep looking.

How to remove the fold level numbers in vim?

I'm using NeoVIM, and I set up it to show folds automatically. The trouble is that when there is more than one level of folds, it's going to show numbers at the left.
Is there any way to remove them, just look like any other modern editors?
I searched on google, StackOverflow, and checked the vimhelp page. I haven't seen a way for this.
I'm sure that's the default behavior, I can reproduce it on the default vim of codesandbox and without any plugin. Please check this link https://codesandbox.io/s/wizardly-tereshkova-vwh5im?file=/README.md. Here is the screenshot.
As explained in :help fold-foldcolumn, when the value of :help 'foldcolumn is large enough, the fold level is indicated by vertical bars but, when there is not enough room, numbers are used instead. That behavior is not governed by any option so there is nothing you can do about it except rolling up your sleeves and modifying the source code.
That said, the ˇs in your screenshot are clearly not standard `:help 'fillchars', as hinted in the comments, so you should probably take a look at what is redefining those before taking any action.

White-out highlight on VS Help Pop-up?

I've downloaded several VS themes from https://studiostyl.es/ and all of them are giving me a white highlight on these helper pop-ups. How do I get rid of that? I'm currently using Son of Obsidian, but this has also happened on Selenitic and Ragnarok. And please tell me what those pop-ups are called so I don't sound like such a novice in the future.
Note: In the past I screwed around with customizing the default Dark theme because I did not like the color of highlighting when doing a Find All References. Problem is I do not recall exactly what I changed; however I would not expect that to affect these.
EDIT:
I may have found it, but I cannot edit the background.
EDIT 2: I found settings to change and a result I'm okay with.

Dreamweaver CC Color Coding Is Not Working

I just got Dreamweaver CC and the color coding is not working what-so-ever. I've already done the following:
I tried to put checkmark by "Syntax Coloring"under the View menu, but it will not let me check it. It's not grayed out; it just won't let me check it.
I downloaded a new Color xml file,and placed it in the Configurations folder.
I tried changing the colors around in a file in the Preference menu, but it won't apply the colors.
I deleted the Configurations folder so it will reset to default, but nothing.
You guys are my last resort. If I can't get it to work I will have to re-install the entire program. Any suggestions?
Honestly, your best bet after going through all of those steps would be to, unfortunately, utilize your final option of re-installing Dreamweaver CC. Sorry if this isn't the answer you were expecting but that's what I would do at this point. Good luck!
I figured it out; and, I'm posting the solution to my own problem so readers won't endure as much suffering as I did trying to find the solution to this problem. This little bitty tinny issue made my life miserable for several days. Anyway, look below for the answer:
I had my HP Envy laptop running Win 8.1 color displayed set to high contrast. Big mistake! I changed it back to display colors and my problem was solved.

Expanding a snippet within a snippet (vim or sublime)

I'm trying to improve my work flow a little bit and I'm trying to accomplish something but don't really know where to start.
I'm a huge fan of snippets, I've been customizing lots of my own, and it really helps me write code much faster, and actually avoid errors as well.
However, I'd like to be able to expand a snippet while I'm still tabbing through a current snippet.
Any idea what I might be able to do? Is there a version of snippets for vim that does this? Is there a key binding I can put into sublime that might help?
Thanks!!!
I am not sure about snipmate but you definitely can do that with Ultisnips.

Resources