Commit Graph

8 Commits

Author SHA1 Message Date
Tatiana Tulupenko
2ba71d4533 Move iconMapper to the correct xml
GitOrigin-RevId: b168aaa7d366f3e5f40398ee2902c161159578f2
2022-06-16 12:08:20 +00:00
Tatiana Tulupenko
4b94b45212 Cleanup: remove empty body
GitOrigin-RevId: f90c99fe0790013579e2aa6bf1e2552efee6d22d
2022-06-15 10:57:19 +00:00
Tatiana Tulupenko
8bba03620d [ExpUI] Add Python console tool window icon
GitOrigin-RevId: 97626ec87bdbaec5bfe1509648d7e69f06a19dc3
2022-06-14 20:43:06 +00:00
Andrey Vlasovskikh
eaefde3c09 PY-46321 Added Markdown code fence aliases for PyDocstring and Python
* PyDocstring: "pycon", "python-repl"
* Python: "py", "python3"

I've added the links to the documents describing popular references to `PyCodeFenceLanguageProvider`.

GitOrigin-RevId: 6cafb15c9655434f5d69aa47eb7472b634364377
2021-04-27 17:31:57 +00:00
Mikhail Golubev
d7b6d55cf6 Move the dependency on IFT from python-core-common.xml to specific IDE plugins
Otherwise, it prevented launching tests with "intellij.python.community.tests"
module. Why exactly the core plugins such as "IDEA CORE" were absent in this
case remains to be further investigates, though.

GitOrigin-RevId: 4f0ce0270cdcf83c860eb0bed12c446648f288c9
2020-12-08 20:37:27 +00:00
Mikhail Golubev
8e6b628d12 PY-41923 Turn PythonConsoleRunnerFactory and its implementations into services
GitOrigin-RevId: 2811efc57958aa9a8598e2e7d801c97fed71a991
2020-04-29 22:04:28 +00:00
Mikhail Golubev
17ed1d40a1 PY-40470 Move Python support from the bundled Grazie plugin to PyCharm core
First of all, it's easier to maintain the corresponding extensions this way as
the language evolves.

Also, it will help to extract remaining language-specific logic from Grazie to
other language plugins, as existing direction of optional dependencies (Grazie -> Python)
prevented doing the same for JavaScript because of an introduced plugin dependency
(JavaScript -> Grazie -> Python -> JavaScriptDebugger).

GitOrigin-RevId: a1e5a3d8121daf4f949abd0a602eb79c8a6f6dd9
2020-02-21 18:15:52 +00:00
Andrey Vlasovskikh
543ca840b7 Extracted "impl" modules from Python Community and PyCharm Community Customization to use them in other Python plugins for builds and runs
The non-impl modules for these plugins now contain more or less just their plugin.xml files
that declare corresponding dependencies.

GitOrigin-RevId: 84fc4761a595912d676cff1e2ab58fba03a8cd22
2019-11-18 19:07:46 +00:00