Anna Kozlova
7161fb7b69
create package local getter/setter for package local classes (IDEA-107671)
2013-05-27 15:17:51 +04:00
Anna Kozlova
88b7bafc80
junit/testng: setup patterns from scratch
2013-05-27 15:17:50 +04:00
Fedor Korotkov
f61f925e6f
Html: fix tests. check html context before injection.
2013-05-27 15:11:55 +04:00
Alexey Kudravtsev
f95b0a701d
moved to analysis
2013-05-27 14:35:42 +04:00
Alexey Kudravtsev
c8b572ce4b
notnull
2013-05-27 14:24:08 +04:00
Alexey Kudravtsev
56860d4013
notnull
2013-05-27 14:19:10 +04:00
Alexey Kudravtsev
a71e841851
moved to analysis
2013-05-27 14:01:34 +04:00
Alexey Kudravtsev
199d459972
notnull
2013-05-27 14:01:33 +04:00
Alexey Kudravtsev
8acbf755f8
moved some fixes to InspectionGadgetAnalysis
2013-05-27 14:01:32 +04:00
Alexey Kudravtsev
d8fc7488a3
removed JspUtil usages
2013-05-27 14:01:31 +04:00
Alexey Kudravtsev
8577ca7a4a
move artifacts
2013-05-27 14:01:30 +04:00
Alexey Kudravtsev
dc4963cb34
cleanup
2013-05-27 14:01:29 +04:00
Alexey Kudravtsev
2ea68645a5
dependencies
2013-05-27 14:01:29 +04:00
Anna Kozlova
fa528593c9
separate pattern from scopes holders when possible: this would allow to use default patterns e.g. production with application level inspection profile (IDEA-107786)
2013-05-27 13:35:23 +04:00
Anna Kozlova
6c9f7b4123
find usages: add spaces to increase readability (IDEA-107697)
2013-05-27 13:35:22 +04:00
Kirill Likhodedov
ab060100f6
Merge remote-tracking branch 'origin/master'
2013-05-27 13:21:49 +04:00
Kirill Likhodedov
6ee5a381fc
Merge branch 'IDEA-105387' of git://github.com/krasa/intellij-community
2013-05-27 13:18:22 +04:00
Denis.Zhdanov
676255110b
IDEA-104500 Gradle: Allow to reuse common logic for other external systems
...
1. ExternalSystemProjectResolver and ExternalSystemTaskManager are explicitly provided by ExternalSystemTaskNotificationListener (used for the processing output and status change notification);
2. ExternalSystemSettingsControl.disposeUIResources() and ExternalSystemSettingsControl.showUi() implementations are switched to reflection-based processing in order to remove boilerplate code;
3. Introduced external system tasks (with concrete gradle tasks implementation);
2013-05-27 12:35:41 +04:00
Yann Cébron
9dac4bfdc2
+ "pathname", "servlets", "viewlet"
2013-05-27 09:59:35 +02:00
Alexey Kudravtsev
0f982ffa09
cleanup: @Override
2013-05-27 11:15:39 +04:00
Alexey Kudravtsev
c08ac8c9a1
extract pure PSI-dependent inspections out of InspectionGadgets into InspectionGadgetsAnalysis module
2013-05-27 11:13:36 +04:00
Alexey Kudravtsev
ca2098b466
cleanup
2013-05-27 11:13:34 +04:00
Alexey Kudravtsev
b39fbd43be
cleanup
2013-05-27 11:13:33 +04:00
Alexey Kudravtsev
b127c29b85
javadoc
2013-05-27 11:13:32 +04:00
Alexey Kudravtsev
72adfad9f7
cleanup
2013-05-27 11:13:31 +04:00
Alexey Kudravtsev
760c303ea9
moved to core/psi
2013-05-27 11:13:30 +04:00
Alexey Kudravtsev
27e1574aa6
cleanup
2013-05-27 11:13:29 +04:00
Alexey Kudravtsev
ab080667e2
marker interface for jsp template statement
2013-05-27 11:13:28 +04:00
Alexey Kudravtsev
8e3d86e98e
moved to util
2013-05-27 11:13:27 +04:00
Alexey Kudravtsev
0f00f05948
restored selection after quickfix
2013-05-27 11:13:27 +04:00
Alexey Kudravtsev
15926a2e78
moved to core
2013-05-27 11:13:26 +04:00
Alexey Kudravtsev
a00eeeaabb
cleanup
2013-05-27 11:13:25 +04:00
Vladimir Krivosheev
2e776270a5
scripts tab: we should split path by \ as path separator Show splitted path in case of windows
2013-05-26 10:27:05 +02:00
Bas Leijdekkers
efbeb6ea99
IDEA-107776 (Inspection on System.exit() should skip executable classes)
2013-05-25 12:43:43 +02:00
Dmitry Trofimov
8d923ad33c
JediTerm updated.
2013-05-24 22:06:01 +02:00
Vladimir Krivosheev
1f3efaee50
init WEB-7884 Node.js: breakpoints are not hit, exception on stop debugging (regression)
2013-05-24 18:08:01 +02:00
Dmitry Jemerov
da31a16b80
a few more moves
2013-05-24 18:04:00 +02:00
Dmitry Jemerov
fc9553e552
remove XmlChangeVisitor and a bunch of related dead code
2013-05-24 18:01:15 +02:00
Dmitry Jemerov
e0de1cf6d6
minor moves
2013-05-24 18:01:15 +02:00
Dmitry Jemerov
4dc925981c
register new stuff in XmlCoreEnvironment
2013-05-24 18:01:14 +02:00
Dmitry Jemerov
510d7dea3f
moving stuff to xml-psi-impl
2013-05-24 18:01:14 +02:00
Dmitry Jemerov
0019d6d355
extract HtmlPsiUtil out of HtmlUtil
2013-05-24 18:01:13 +02:00
Dmitry Jemerov
512cfb28ab
extracted a bunch of code from XmlEntityRefImpl into XmlEntityCache
2013-05-24 18:01:13 +02:00
Dmitry Jemerov
77af7af646
use XmlPsiUtil
2013-05-24 18:01:12 +02:00
Denis Fokin
324d12891c
IDEA-107366 Messages.show... does not add an entity to modality state
2013-05-24 19:53:47 +04:00
Fedor Korotkov
248746452f
WEB-489 Treat contents of <script> tags with "text/"* type as plain text
2013-05-24 17:51:35 +04:00
Vladimir Krivosheev
86f30fb670
if user set special port number for some service (eg built-in web server), we should slightly increase worker count
2013-05-24 15:37:42 +02:00
Alexander Lobas
d5acd57acf
Autolayout
2013-05-24 17:28:08 +04:00
Anna Kozlova
35b276b733
invert if: preserve parenthesis when not safe to delete (IDEA-107783)
2013-05-24 16:57:26 +04:00
Vladimir Krivosheev
1529d441b1
more detailed error: Index file doesn't exists.
2013-05-24 14:35:06 +02:00