How to change to new themes in PyCharm?
File -> Import Settings -> select the .jar file and restart PyCharm. If it isn’t applied automatically you can select it in File … Read more
File -> Import Settings -> select the .jar file and restart PyCharm. If it isn’t applied automatically you can select it in File … Read more
The Split Window plugin will allow you to have one document in one pane and switch between files in the other.
Go to File -> Preferences -> Keyboard Shortcuts (or press Ctrl+K Ctrl+S). Find the “Close Window” setting with Ctrl+W as the Keybinding. Right … Read more
Version 1.12 introduced new workbench theming options (they were experimental in 1.11). There is a setting for the color of line numbers: “workbench.colorCustomizations”: … Read more
I persisted with Vim for a while, it’s worth knowing the VIM basics as you will always find a UNIX box somewhere that … Read more
I can only talk from experience, so it probably doesn’t encompass projects the size of yours. I use Code::Blocks for development in C … Read more
From the IntelliJ documentation: Go to the menu File | Settings | Project Settings | Code Style – Java. Select the ‘Wrapping and … Read more
In vim, the current file can be referred to as %, so :!python % See :he cmdline-special (or here)
YouCompleteMe vim extension: How to jump to next error?
I’d usually use enscript: something like $ enscript –highlight=cpp –header=”|Real Name|Class 101″ –footer=”|Page $% of $=|” -poutput.ps *.cpp will be a start – … Read more