Package Details: pycharm-professional 2024.3.2-1

Git Clone URL: https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy)
Package Base: pycharm-professional
Description: Python IDE for Professional Developers. Professional Edition
Upstream URL: https://www.jetbrains.com/pycharm/
Keywords: development editor ide jetbrains python
Licenses: custom
Submitter: hippojazz
Maintainer: Xavier (37h4n)
Last Packager: Xavier
Votes: 293
Popularity: 1.73
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2025-01-28 12:53 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Xavier commented on 2024-12-20 15:15 (UTC)

MANUAL INTERVENTION FOR v2024.3.1.1:

Due to the latest changes for the cython speed up, this release is going to show a commit transaction conflicting files, to fix this you need to enable Cython Speed ​​Up file overwriting:

[aur helper] pycharm-professional --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

or after manual build:

sudo pacman -U pycharm-professional-2024.3.1.1-1-x86_64.pkg.tar.zst --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 Next › Last »

Azd325 commented on 2015-01-13 21:28 (UTC)

New version available at http://download-cf.jetbrains.com/python/pycharm-professional-4.0.4.tar.gz

BlueIcefield commented on 2014-06-19 10:53 (UTC)

Another solution for the invisible text problem is to add the following to your .bash_profile : export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'

MissingNo commented on 2014-06-17 23:22 (UTC)

There currently seems to be the problem that, at least with a standard installation of Gnome 3, the text is invisible, so its rendered completely useless. The 2 solutions are either installing the Oracle JDK (packagename jdk) or downgrading the existing Packages with pacman -U jre7-openjdk-7.u55_2.4.7-1-x86_64.pkg.tar.xz pacman -U jdk7-openjdk-7.u55_2.4.7-1-x86_64.pkg.tar.xz pacman -U giflib-5.0.6-1-x86_64.pkg.tar.xz

numkem commented on 2014-06-16 12:02 (UTC)

The dependency to giflib should be =5.0.5-1 since 5.1 changes a lot of things and it makes all the fonts look very blurry. To me it makes the IDE not very usable.

Xavier commented on 2014-05-30 15:00 (UTC)

@mikescho, done. Thank you!

mikescho commented on 2014-05-30 13:51 (UTC)

Could you please add StartupNotify=true StartupWMClass=jetbrains-pycharm to pycharm-professional.desktop.

MatejLach commented on 2014-05-29 15:06 (UTC)

PyCharm 3.4 released: http://blog.jetbrains.com/pycharm/2014/05/announcing-the-pycharm-3-4-release/

intgr commented on 2014-04-26 22:27 (UTC)

It DOES work with OpenJDK. What's the actual problem you're having?

kotrfa commented on 2014-04-26 19:50 (UTC)

It doesn't work with OpenJDK. You have to use oracle java (in aur just "jdk").

vdemin commented on 2014-04-06 05:49 (UTC)

Thank you!