liana.bakradze
0691bf163f
PY-22412 Icon for Data View tool window
2017-01-30 20:50:15 +03:00
Vladimir.Orlov
323bcc7e6e
PY-20792 Update PyCharm Community edition icon
2017-01-10 16:47:56 +03:00
Andrey Vlasovskikh
d92bda211e
PyCharm 2017.1 EAP artwork
2016-12-27 22:02:48 +03:00
Konstantin Bulenkov
cf2bb3aeb9
update pycharm ce icons
2016-12-12 15:31:13 +01:00
Semyon Proshev
680b755c89
It's safer to use ' instead of ' in inspection descriptions because ' became the part of the HTML standard only in 5 version.
2016-11-23 15:02:24 +03:00
Mikhail Golubev
2fcfcacdb7
PY-21161 Convert to f-string literal for printf-style formatting
2016-10-25 21:30:13 +03:00
Mikhail Golubev
5506bfc10d
PY-20801 Add missing "Intention" suffix to the name the class
2016-10-25 00:03:49 +03:00
Mikhail Golubev
c1e7e66edf
PY-20801 Handle cases with nested target expressions and unpacking
2016-10-25 00:03:49 +03:00
Mikhail Golubev
4a62193d9e
PY-20801 "Convert to variable annotation" for simple assignments
2016-10-25 00:03:49 +03:00
Elizaveta Shashkova
d41c1c3e3d
Move special variables to a separate group in the debugger (PY-20763)
2016-10-13 14:27:42 +03:00
Andrey Vlasovskikh
7207290b5d
PyCharm 2016.3 EAP graphics
2016-09-15 15:16:33 +03:00
Vladimir.Orlov
807ce0ed08
IDEA-161255 Update Community edition icons. PyCharm icons.
2016-09-15 13:37:56 +03:00
Mikhail Golubev
35e68aab1f
Do not use <small/> in the description of "Negate comparison" intention
2016-08-26 14:24:59 +03:00
Mikhail Golubev
f064bc60ef
Fix the example for the intention "Convert from variadic to normal parameter(s)"
2016-08-26 14:24:58 +03:00
Alexey Kudravtsev
f1fb15cba8
removed invalid attribute "-1" (avoids exception in ValueElementReader.read())
2016-08-19 14:11:34 +03:00
Semyon Proshev
3251485499
PY-20280 Fixed: Warn if class variable listed in __slots__
...
Introduce PyDunderSlotsInspection which detects invalid definition of __slots__ in a class
2016-08-10 17:29:49 +03:00
Andrey Vlasovskikh
21d06b07c6
PyCharm 2016.2 artwork
2016-07-14 14:44:03 +03:00
Dmitry Batkovich
0705e64c28
inspection/intention descriptions with various bad-looking tags/styles fixed
2016-07-13 15:10:20 +03:00
Dmitry Batkovich
425ab2eabb
inspections: yet another bunch of fixed descriptions
2016-06-08 09:38:58 +03:00
Dmitry Batkovich
5442b3b1e9
inspections: another bunch of descriptions with font-fix
2016-06-07 15:56:16 +03:00
Liana Bakradze and Andrey Vlasovskikh
a0c901b890
PY-19606 main postfix template
2016-06-01 02:10:10 -07:00
Liana Bakradze and Andrey Vlasovskikh
c5ce062f81
PY-19607 print postfix template
2016-06-01 02:10:10 -07:00
Andrey Vlasovskikh
9341fb75b6
PyCharm 2016.2 EAP graphics
2016-06-01 01:59:33 -07:00
Dmitry Batkovich
a816724b51
inspections & intentions: remove font-fix in descriptions like "style="font-family: verdana,serif;" IDEA-156893
2016-06-01 11:15:41 +03:00
liana.bakradze
9efe820d4b
PY-18948 Inconsistent indent in postfix completion examples
2016-03-25 14:03:39 +03:00
liana.bakradze
046852201a
PY-18922 Typo in the example of a postfix template
2016-03-25 12:16:38 +03:00
Andrey Vlasovskikh
14fd8badf3
PyCharm 2016.1 artwork
2016-03-17 04:25:44 +03:00
Andrey Vlasovskikh
a504bbdeb9
PyCharm 5.1 Beta artwork
2016-03-03 04:00:29 +03:00
Dmitry Trofimov
681fb5d778
Missing type hints inspection
2016-02-24 13:11:44 +01:00
Dmitry Trofimov
2697fdc568
Intention to add PEP484 Py3.5-style type annotations to a function
2016-02-22 22:38:42 +01:00
Liana Bakradze
d823bdbce7
Merge branches 'liana/postfix' and 'master' of git.labs.intellij.net:idea/community
2016-02-15 16:38:30 +03:00
Semyon Proshev
5bc403aa41
Remove obsolete context options from liveTemplates/Python.xml
2016-02-15 14:19:19 +03:00
Semyon Proshev
58a92fde16
PY-12396 Fixed: Property getter live template is useful only inside python class
...
Separate Python liveTemplatesContext into two parts: General and Class
2016-02-15 14:19:19 +03:00
liana.bakradze
61ad54ea3b
cleanup
...
(cherry picked from commit 4439aaf)
2016-02-11 23:37:22 +03:00
Liana Bakradze
1362a6c6a4
if is None and if is not None postfix templates added
...
(cherry picked from commit f46145d)
2016-02-11 23:36:59 +03:00
Liana Bakradze
3bfae3999a
added while postfix template
...
(cherry picked from commit 24bba05)
2016-02-11 23:36:43 +03:00
Liana Bakradze
6029cf55b1
if postfix template added
...
(cherry picked from commit 30e3fe9)
2016-02-11 23:35:57 +03:00
liana.bakradze
f3de4b7f1f
return postfix template added
...
(cherry picked from commit b0094ed)
2016-02-11 23:35:39 +03:00
liana.bakradze
02214ca394
par postfix template added
...
(cherry picked from commit a0e0475)
2016-02-11 23:35:12 +03:00
liana.bakradze
bfbee30192
not postfix template added
...
(cherry picked from commit 6e6ca9d)
2016-02-11 23:34:49 +03:00
Andrey Vlasovskikh
cabbf10a3a
PyCharm 5.1 EAP artwork
2016-02-08 18:19:04 +03:00
Dmitry Trofimov
cae1a83502
Rebranded artwork for PyCharm (add missing files)
2016-01-14 16:15:28 +01:00
Vladimir.Orlov
c536193c49
PY-18191 PyCharm doesn't start via pycharm.exe
2016-01-14 11:13:07 +03:00
Alexey Utkin
94a8528185
Merge branch 'master' into uta-python
2015-12-21 19:46:35 +03:00
Alexey Utkin
87caf637ed
CPP-434 Split [python-community] into [python-community] and [python-community-ide-resources]
...
(cherry picked from commit 89dface)
2015-12-17 17:14:04 +03:00
Mikhail Golubev
32c7e52a24
PY-18010 Don't warn of missing parameters if none of them is mentioned in a docstring
...
It should help to reduce visual noise from "Incorrect docstring"
inspection keeping it enabled by default at the same time.
2015-12-17 13:43:22 +03:00
Konstantin Bulenkov
0d41cf9d3f
Update PyCharm graphics
...
(cherry picked from commit c1dfdffae65c9d5f28b913fac2f7027a068634ce)
(cherry picked from commit 7096886)
2015-12-11 13:49:17 +01:00
Roman Shevchenko
967f0e089a
[ui] nice icon in Unity app switcher
2015-11-19 21:08:03 +01:00
nik
10148e9e27
cleanup: removed __PACKAGE_CODE__ placeholder from *ApplicationInfo.xml files where it's not needed (it's used in IDEA Ultimate and RubyMine only), added javadoc to 'getPackageCode' method;
...
previously this placeholder was included as is in all IDE distributions which may give an impression that it wasn't replaced by mistake and that it should be replaced by product code that will lead to problems (IDEA-147946)
2015-11-16 14:53:02 +03:00
Kirill Likhodedov
e569737594
Finalize Changes -> Version Control toolwindow migration
...
* Remove vcs.merge.toolwindows registry key
* Fix the name of the toolwindow action id
2015-11-04 14:18:28 +03:00