Pycharm themes on pycharm 2.7 and osx - themes

Could anyone please explain me where I should place the Pycharm themes?
It seems that all forum posts are for older versions of either osx or pycharm.
I have also tried https://github.com/d1ffuz0r/pycharm-themes with git, but still the themes doesnt appear under "Apperance - themes"

Depending on what OS you're using for example on Windows they go in
C:\Users{username}.PyCharm30\config\colors
Reload the application and select the "Settings" from the toolbar
Editor > Colors & Fonts > Python > Select the desired theme from the dropdown

Related

Problem: Shutting down pc resets powerline fonts so they don't appear in VS Code (but they do in Ubuntu terminal)

I managed to get the Powerline fonts working on my Windows 10 pc to use in WSL, particularly in the VS Code terminal window so I can use the Agnoster oh-my-zsh terminal theme. I set it all up and everything works - cool.
BUT when I shutdown my pc and restart it, the font no longer works in VS Code.
However, it does still work in the ubuntu window. See ↓
https://i.imgur.com/SCyDrFM.png -- Sorry, I don't have enough rep to post images :(
I noticed it is not installed in the settings > font window
But it is installed in the control panel fonts window.
Current workaround
I can get the font to work again if I reinstall the font, at which point Windows will prompt me that The font is already installed, do I want to reinstall?. Click yes.
At which point the font will appear in the fonts settings (Add fonts) window.
What is going wrong with the font installation? Reinstalling the font after every boot seems tedious... I suppose I can get a script to automate that on startup but I really want to get to the root cause.
EDIT
So I just found the fix - had to right click on the .ttf file and 🛡️Install for all users.
I don't know why installing it as the local user didn't work but hey ¯\_(ツ)_/¯
I found the answer to my own question...
Have to right click on the .ttf file and 🛡️Install for all users.
It seems that if the font is not listed in the Settings > Personalization > Fonts window, VS Code will not find it. Installing for all users makes the font persist there after reboot.
You can install the Powerline Fonts with the following command:
sudo apt-get install fonts-powerline
And starting VS Code from your WSL prompt with command code .

IntelliJ: Installing plugins manually on Macbook OS X

All guides I search for have nothing related to Mac. The plugins menu option is accessible via Ctrl + Alt + S (Settings menu) in Windows but on Mac, no such exists. When I go File, there is not even a Settings menu.
Closest is a Default Settings which gives the attached screenshot. No plugins options there that allows me to select the zip file for Ruby that I wish to use.
On Mac the menu is caused Preferences, use File | Preferences or ⌘+, shortcut.
See also the official settings/preferences documentation and installing plugins documentation.

How to make the GUI elements of windows version Neovim appear?

My Neovim on windows 10 installed using chocolatey method guided by the website of Neovim, does not have any GUI element (including tab, menu, or toolbar) after I run nvim-qt.exe. Can any one help me? Now, both the _vimrc and all the Vunle Plugin of my gVim are loaded succeed into my Neovim environment. The screen looks like this,
cool_neovim_screen_but_without_gui_element
You should look up the gui settings options
:h guioptions
In vim/nvim.
I do:
set guioptions=egmrti
In my nvim startup file to remove menu, scrollbars, and a few other things. Against look at the documentation to see what each of those letters set/unset.

How can I change Sourcetree theme?

I use all my development tools in the dark theme except Sourcetree.
It has no option in its configuration to change theme.
Is there any other way to change for a dark theme?
Mac:
Newer Versions: View > Appearance > Dark Mode
Older Versions: View > Theme > Dark.
Windows:
Tools > Options > General > Theme > Dark
The dark theme is working on Windows client now. My Sourcetree version is 3.2.6.
After you update your Sourcetree, you can change your theme on Tools > Options > General > Theme > Dark.
on Mac:
View -> Appearance -> Dark Mode
Looks like official support is rolling out tomorrow, though you can manually download the update now. https://blog.sourcetreeapp.com/2017/07/17/engineering-a-darker-sourcetree/
You can get the new version of sourcetree. It will update your old version to the new one.
Tools > Options > Updates!
OR
https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-3.2.5.exe
Then, go to Tools>Options and General/Theme and select Dark
If you switch Windows to a dark theme, SourceTree will follow.
Source: https://jira.atlassian.com/browse/SRCTREEWIN-1097
Edit: Now there is a built in solution. See Ryan's answer

Qt Creator toolbar doesn't appear

I can't see the file, edit, Build, Debug, Tools, Window and Help buttons in Qt's IDE, and I dont know why.
Maybe there is a key combination like ctrl + (a letter or number) to show it, or maybe a problem with the installation.
Specs/other:
Ubuntu 14.04 LTS
GNOME Shell 3.10.4
This is how my IDE looks like, as you see, there is no toolbar.
What could be the problem?
Thanks in advance.
I am using Gnome3 as my window manager as well and This workaround worked for me
sudo apt-get remove appmenu-qt5
Souce : Link to bug report with the workaround
Do let me know if this works for you.
If you use KDE.
Try configure KDE. In menu: System Settings > Application Style > Window Decorations > Buttons add Application menu to Title bar.
After it, in Qt Creator must appear button with File, Edit, Build.. menu.
On Ubuntu 16.04, I used
export QT_QPA_PLATFORMTHEME=
and restarted Qt Creator.

Resources