Difference between revisions of "PyCharm"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== Change default file encoding == Edit: PYCHARM_HOME/bin/pycharm.vmoptions<\br> add at the bottom: -Dconsole.encoding=UTF-8") |
Rafahsolis (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Change default file encoding == | == Change default file encoding == | ||
Edit: | Edit: | ||
| − | PYCHARM_HOME/bin/pycharm.vmoptions< | + | PYCHARM_HOME/bin/pycharm.vmoptions<br /> |
add at the bottom: | add at the bottom: | ||
| − | -Dconsole.encoding=UTF-8 | + | -Dconsole.encoding=UTF-8 |
| + | |||
| + | == .desktop files: == | ||
| + | ~/.local/share/applications/jetbrains-pycharm.desktop<br /> | ||
| + | ~/.gnome/apps/jetbrains-pycharm.desktop | ||
| + | <nowiki>[Desktop Entry] | ||
| + | Version=1.0 | ||
| + | Type=Application | ||
| + | Name=PyCharm Professional Edition | ||
| + | Icon=/opt/pycharm/bin/pycharm.svg | ||
| + | Exec="/opt/pycharm/bin/pycharm.sh" %f | ||
| + | Comment=Python IDE for Professional Developers | ||
| + | Categories=Development;IDE; | ||
| + | Terminal=false | ||
| + | StartupWMClass=jetbrains-pycharm</nowiki> | ||
Latest revision as of 18:28, 15 February 2019
Change default file encoding[edit]
Edit:
PYCHARM_HOME/bin/pycharm.vmoptions
add at the bottom:
-Dconsole.encoding=UTF-8
.desktop files:[edit]
~/.local/share/applications/jetbrains-pycharm.desktop
~/.gnome/apps/jetbrains-pycharm.desktop
[Desktop Entry] Version=1.0 Type=Application Name=PyCharm Professional Edition Icon=/opt/pycharm/bin/pycharm.svg Exec="/opt/pycharm/bin/pycharm.sh" %f Comment=Python IDE for Professional Developers Categories=Development;IDE; Terminal=false StartupWMClass=jetbrains-pycharm