Commit Graph

6 Commits

Author SHA1 Message Date
Mikhail Golubev
5e08472f38 Don't mark py2only directory in python-helpers as source root
Sometimes its content is copied literally to the root of the build
output of "python-helpers" module, and then this Python 2 specific
version of the library is used unconditionally (as the first in sys.path)
in docstring_formatter.py script that might be running on Python 3
interpreter. It may lead to docstrings not being rendered properly in
PyCharm launched from IDEA project for no clear reason.
2017-08-30 14:41:10 +03:00
Mikhail Golubev
df749b7918 Mark directory "py2only" as source root in both IDEA module and PyCharm project
I didn't mark "py3only" though, because it might lead to resolution ambiguities
and normally we use Python 2 to write and test helper scripts.
2015-11-20 11:22:59 +03:00
Dmitry Jemerov
809fcb70da python-plugin-tests moved to community along with some .iml files 2013-10-10 14:10:38 +02:00
Dmitry Jemerov
e5c074160b moving stuff that will be part of community edition sources 2013-09-25 18:05:07 +02:00
Maxim Shafirov
3871749143 Icons classes generated for every plugin. Those aren't used yet though 2012-08-28 20:51:04 +04:00
Dmitry Jemerov
2a6a07f884 to avoid packaging an extra copy of helpers inside pycharm.jar, move helpers to a separate module 2012-08-10 13:39:13 +02:00