Commit Graph

12 Commits

Author SHA1 Message Date
Vladimir Krivosheev
e92a399d55 override, notnull 2018-08-13 17:07:12 +02:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00
Alexey Kudravtsev
df464dfa98 cleanup 2017-09-06 13:29:58 +03:00
Dmitry Trofimov
38f7d00466 Remove duplicated include 2017-04-28 22:29:25 +02:00
Dmitry Trofimov
87a989a2f3 Fix Python console in plugin for CLion 2017-04-06 12:54:28 +02:00
Dmitry Trofimov
e647badda9 Fix Python plugin to work with CLion as well as Python plugin for CLion 2017-04-05 14:49:54 +02:00
Alexey Utkin
058f15bbfe Revert "Fix Python plugin for Clion (PY-23544)"
This reverts commit 6823362cca.
2017-04-05 13:55:49 +03:00
Dmitry Trofimov
6823362cca Fix Python plugin for Clion (PY-23544) 2017-04-04 15:34:39 +02:00
Dmitry Trofimov
82d83a0607 Update library on python plugin sdk changes 2017-02-21 20:33:32 +01:00
Dmitry Trofimov
ab7081c92d Fix NPE on initialization of Python plugin in CLion (CPP-7743) 2017-02-21 20:33:13 +01:00
Dmitry Trofimov
30d86b98da Fix disappearing of Python repository from settings after Clion restart (CPP-7743)
Python plugin stored the interpreter setting as a module sdk, which was wiped out with it's order entries by Clion.
The fix is to store the interpreter setting in a facet and reinitialize it after Clion model clearing.
2017-02-15 16:03:33 +01:00