Package Details: pycharm-professional 2024.1.1-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: 286
Popularity: 0.93
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2024-05-01 20:08 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 43 Next › Last »

Xavier commented on 2017-05-05 17:51 (UTC)

@antigluk, anyway, I put this files to backup who want edit it globally (for the next release, update manually if you want these changes), thanks

antigluk commented on 2017-05-05 11:04 (UTC)

Hi @XavierCLL Yes, agree, maybe it's better to configure locally. It just seems not right that global configuration file is not persistent, it's not always convenient to configure something on user level. Also I know many people who configure memory via bin/*.vmoptions file.

Xavier commented on 2017-05-04 18:34 (UTC)

Hi @antigluk, I understand your point, but for the app configurations for users is not recommended edit the installation files unless it is not otherwise possible to configure it, the Pycharm people say the same https://www.jetbrains.com/help/pycharm/2017.1/tuning-pycharm.html and with *.vmoptions is possible. For tunning the *.vmoptions go to (in Pycharm) "Help" > "Edit Custom VM Options" It create a local user configuration file for do it. Agree?

antigluk commented on 2017-05-04 15:39 (UTC)

@XavierCLL I need this to increase memory limit for JVM. I don't want to do it in bash_profile, because it's app-specific configuration

Xavier commented on 2017-05-03 15:48 (UTC) (edited on 2017-05-03 15:48 (UTC) by Xavier)

Hi @antigluk, before that, why do you need edit the pycharm.vmoptions? if is for the font or set some java options, consider using the _JAVA_OPTIONS variable in .bash_profile (read below)

antigluk commented on 2017-05-03 10:08 (UTC)

Hi! Can you please add pycharm.vmoptions file to backups? It gets overwrote after every update and it's a bit of pain :) 52a53,54 > backup=(opt/$pkgname/bin/pycharm.vmoptions) >

invik commented on 2017-04-13 08:40 (UTC)

Hm. I forgot to check that (solved!). I actually had it set, but to the literal value "setting". I wonder when and why I did that, as the default "lcd" value is fine for me. Also, I am still wondering why IntelliJ wasn't affected by the wrong setting...

Xavier commented on 2017-04-12 18:37 (UTC)

Hi @ricrogz, By default this app use the package with jdk, if you have problems with antialiasing you can set the Anti-aliasing font settings for Java app adding the following line to the user's file ~/.bash_profile: export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=setting' Replace 'setting' with on, lcd, gasp, etc. By default is configured with lcd. Read the following link for more options: https://wiki.archlinux.org/index.php/Java_Runtime_Environment_Fonts

invik commented on 2017-04-12 17:48 (UTC) (edited on 2017-04-12 17:52 (UTC) by invik)

Hi, I have seen the comments about ugly fonts, and the removal of the '-no-jdk' option. But still, I am having ugly fonts (without any antialiasing) in the splash screen and settings window texts. Is someone else also experiencing this? Strangest thing: in IntelliJ all fonts are normally rendered with antialiasing.