My atom editor used to look all black, but now it looks like this, black and some white black. Can someone tell me how to fix it? Thank you.
You can select the editor theme in Atom -> Preferences -> Themes which you can also reach with Shift-Cmd-P and then typing Show Preferences
Verify your atom version it's now 1.17.0, I just had a problem with atom and all I had to do is update it . Don't worry your settings won't be lost
Change the display color to default, which is color lcd, then it will be resolved.
A change that fixes this issue has been merged into master. It should go out into the next beta release.
Related
I am using VSC and I do get some strange grey boxes in my editor, they are dynamic and annoying. If I change my Theme to a light one they disappear. Anyhow I would like to have it a dark thme and I could not find a solution for it.
Picture 1
Picture 2
I had similar issues, mine turned out to be an HDR issue.
I went into Display Settings and turned off Play HDR Games and Apps and the boxes went away.
It looks like you are running into this bug: https://github.com/Microsoft/vscode/issues/12473
We're looking into the root cause of this issue. As a workaround, try changing your color profile as documented here: https://github.com/Microsoft/vscode/issues/12473#issuecomment-269024219
I have a problem that I couldn't find a solution to (maybe I'm just a horrible google user).
Anyways: I use oh-my-zsh with a custom theme and one or two plugins, but nothing too fancy. Whenever I double-press tab to bring up the completion suggestions, e.g. when using cd, my prompt's automatically colored blue (see attached image).
I have tried deactivating my theme and some stuff in ~/.oh-my-zsh/lib/completion.sh, but I couldn't find anything that helps. I just want my regular green even though I double tab.
Any help?
This answer to a related question seems to address your issue (I have not tested it myself):
https://unix.stackexchange.com/questions/16243/is-there-a-way-to-set-coloring-for-cd-tab-complete/16245#16245
Sorry if this is the wrong place to answer but I found no other community which could help me with this. I accidentally closed the left-sidebar that shows the currently open project and it's files. Not sure what it's called, maybe navigation, folder view, either way, I tried pressing nearly every key combination to no results. I tried searching in the command palette for something that looked like "open project sidebar" but nothing. Now I'm stuck having no idea how to restore my primary navigation means when working with Atom. I tried opening multiple projects but I just get a black screen without the project sidebar, like it was hidden.
Any ideas?
I'm talking about this sidebar:
It is called "Tree-View".
You should be able to enable it via command pallete or ctrl + ,
It depends on your OS. On Mac OS X, it's CMD-\ (Command-Backslash) to toggle it. The option located on the View menu, called Toggle Tree View (the last menu option).
were can i enable this feature? There is no change when i enable the checkbox under Editor Settings->Bookmarks->"... highlit matching words".
Any hint will be welcome.
Best Regards
Lars
this should be enable by default. which OS Are you using?
there is a known issue on osx where it does not work out of the box and needs to be disabled and re-enabled .
this can be done from the main toolbar, click the icon that looks like an ink and brush
Eran
i get CSS autocomplete only from the second line. There's no autocomplete at the first line?
And sometimes i get absolutely no autocomplete...
What am i doing wrong?
Thanks for reading that!
I guess they changed some settings, because it used to work instantly in previous Aptana versions. Here is what helped me with this problem in Aptana 3:
Window > Preferences > Aptana Studio > Content Assist > Auto-Display content assist
Change this drop-down from Default delay to Instant. Press Apply and Ok.
Please don't mind if you've already tried this and seems trivial. It wasn't for me!
Having moved from Dreamweaver where autocomplete comes on its own, I struggled with Aptana autocomplete at first. Sometimes in Aptana 3.0.7, it doesn't show up on its own and we need to hit Ctrl + Enter (on Windows)!
Also try Ctrl + Enter after typing at leaset 1- 3 Chars. This can be changed in Settings.
Hope this helps...