Alexander Koshevoy
5e9e741485
PY-40431 Extract messages from actions in intellij.python.reStructuredText module
...
GitOrigin-RevId: 9847e96efbd53db923943d9dfea936f5571e1bd6
2020-02-10 14:20:15 +00:00
Sergey Ignatov
f7872198b1
mv rest bundle
...
GitOrigin-RevId: e1e77c3cd78c6ec44d874db2d2326b6b8ccede6d
2020-01-05 19:31:47 +00:00
Gregory.Shrago
92f5adff73
PY-38312 Reuse Python plugin in PyCharm
...
GitOrigin-RevId: 614aecfde6c57cb8f2b99c01c7085c5ae33a1d5d
2019-10-08 17:03:50 +00:00
Alexander Zolotov
4f5dbd65a4
Make python auxiliary plugins incompatible with IntelliJ IDEA as they are bundled into python plugin
...
+ get rid of python plugin without auxiliary plugins inside
GitOrigin-RevId: 4a74b542be95aa012b7d74755bfffab21c8c0cfe
2019-09-30 15:03:47 +00:00
Alexander Zolotov
39434c4080
Get rid of idea-version tags in plugins xml
...
Build scripts set proper values for bundled plugins and plugins for publishing.
Still, it's possible to break the logic if explicit since-build value is not match \d+.\d+ pattern or if until-build is omitted. So it's better to get rid of it at all.
2019-01-28 13:59:36 +03:00
Alexander Zolotov
aab264bb0b
Delete version tags from plugin.xml files
...
They don't make any sense since
- they are not required for bundled plugins (com.intellij.ide.plugins.IdeaPluginDescriptorImpl#myVersion will be filled with IDE version)
- they will be overwritten during the build for pluginsToPublish (org.jetbrains.intellij.build.impl.DistributionJARsBuilder#setPluginVersionAndSince)
Still they may affect plugins loading mechanism, e.g. see https://youtrack.jetbrains.com/issue/GO-6741 or https://youtrack.jetbrains.com/issue/IDEA-188964
2019-01-18 15:59:46 +03:00
Ekaterina Tuzova
0f8e7428ed
added simple preview for restructured text
2018-06-18 16:41:11 +03:00
Yann Cébron
81d29f9bd5
Plugin descriptors: remove deprecated attribute idea-plugin@version (IDEA-163694)
2016-11-11 17:08:58 +01:00
nik
65d50f97c9
don't specify ITNReporter as errorHandler explicitly, it is automatically used for exception from plugins which vendor is JetBrains
2015-12-17 12:11:27 +03:00
Ekaterina Tuzova
37310a619a
fixed PY-16472 No button for adding Sphinx Tasks in Python Plugin
...
added python-rest and rest plugins to python plugin
2015-11-10 19:06:05 +03:00
Ekaterina Tuzova
7f1def1df1
capitalization
2015-03-02 14:42:13 +03:00
Dmitry Jemerov
50f3bcfa60
remove dependency which is no longer appropriate
2013-09-23 15:51:51 +02:00
Ekaterina Tuzova
78de90beb7
fixed PY-10740 Error trying to create new Pyramid project
...
removed duplicated code
2013-09-07 19:26:15 +04:00
Ekaterina Tuzova
a647dd4499
fixed PY-8004 Doctest: support doctests in restructured text
2012-12-26 18:35:51 +04:00
Dmitry Jemerov
3e74985510
enable python-rest and python-localization in python plugin build
2012-11-14 17:34:06 +01:00
Maxim Shafirov
4dddf8f36e
Kill plugin logos
2012-09-06 20:02:35 +04:00
anna
4a133b8673
move ext to correct place
2012-07-26 22:17:43 +02:00
Ekaterina Tuzova
e25293cf7a
moved rest dependent code from python to python-rest
2012-07-26 20:08:43 +04:00