Anna.Kozlova
af59ff1487
change signature: move declarations out of try/catch block (IDEA-169213)
2017-03-07 14:57:35 +01:00
Anna.Kozlova
2769981fb1
expand static import for all (IDEA-169239)
2017-03-07 14:57:35 +01:00
Dmitry Batrak
0ccee7ce75
fixes in test code following IDEA-CR-19015
2017-03-07 16:54:54 +03:00
peter
46cdecd683
invoke only dumb-aware SourcePositionHighlighter-s in dumb mode (EA-98281 - INRE: FileBasedIndexImpl.handleDumbMode)
2017-03-07 14:38:03 +01:00
peter
5f13d0b72a
when editing injected fragment, check read-only status of the original file (EA-98317 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$)
2017-03-07 14:38:02 +01:00
Michael Golubev
c98696ec5d
IDEA-167820 - Weblogic shutdown fails is password contains "@"
2017-03-07 14:03:08 +01:00
Alexey Utkin
a8f5fdf7ad
IDEA-163829 Cannot save 'Use Inherited attributes' for C++ language inside 'Semantic highlighting'
2017-03-07 15:49:32 +03:00
Nadya Zabrodina
8b1fb85772
[patch]: update createPatch action icon
2017-03-07 15:12:03 +03:00
Konstantin Kolosovsky
dff570f45f
svn: Use utility method to convert "VirtualFile" to "java.io.File"
...
Use "VfsUtilCore.virtualToIoFile()"
2017-03-07 15:04:36 +03:00
Roman Shevchenko
72bccc0c18
Merge remote-tracking branch 'origin/master'
2017-03-07 12:56:58 +01:00
Roman Shevchenko
cf0760f62e
[updater] finds a nearest candidate for move
...
(improves over IDEA-CR-18874)
2017-03-07 12:56:32 +01:00
Roman Shevchenko
2f9f49599c
[updater] compares update source paths in tests
2017-03-07 12:42:31 +01:00
nik
ca3a641524
added @NonNls annotation to 'getHelpId' methods
...
There is no need to localize help IDs, it would just complicate the code.
2017-03-07 14:42:02 +03:00
Dmitry Batrak
39ba570bf6
fix tests after commit d73e849
2017-03-07 14:33:15 +03:00
Pavel Dolgov
c4f10a24cd
Javafx: Avoid failing "Null dependencies" assertion in JavaFX detector when the project is being loaded (EA-95273)
2017-03-07 14:30:21 +03:00
Alexey Kudravtsev
1eed42c50c
do not call getComponent() or listen for undo events for (maybe temporarily) disposed project in tests
2017-03-07 14:26:13 +03:00
irengrig
7592b94261
WEB-25801 Webpack config files support powered by JSON Schema: highlighting -> inspection
2017-03-07 12:17:48 +01:00
Konstantin Kolosovsky
4c09c753c9
svn: Walk through unversioned svn file subtrees using "VirtualFile" api
...
Using "VirtualFile" api (instead of "java.io.File" api) improves
performance of processing large unversioned file subtrees while
detecting svn statuses
IDEA-140038
2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky
620d5bed2f
Remove redundant type arguments in [svn4idea]
2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky
68bdb1d9c6
Convert anonymous to lambda in [svn4idea]
2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky
ac469de826
svn: Remove unused classes
...
"SvnAbstractWriteOperationLocks", "SvnWriteOperationLocks",
"SvnTestWriteOperationLocks", "SvnLockingTest"
2017-03-07 14:11:04 +03:00
Konstantin Kolosovsky
98d2d221af
Remove redundant type arguments in [svn4idea-tests]
2017-03-07 14:11:04 +03:00
Konstantin Kolosovsky
a1b0a3c62e
Convert anonymous to lambda in [svn4idea-tests]
2017-03-07 14:11:04 +03:00
Valentina Kiryushkina
c5c04cd789
Fix 22993 Align Ipnb settings fields on different platforms in the same way
2017-03-07 14:05:24 +03:00
Vassiliy.Kudryashov
865f2705cb
IDEA-169105 IDE first start: zero size font is allowed
...
After-review: default font size should be 12 instead of 10
2017-03-07 14:02:37 +03:00
Egor.Ushakov
b7412f6b4c
scanning capture annotations prototype
2017-03-07 13:57:05 +03:00
Egor.Ushakov
7b0538d348
Annotation for async stacktraces
2017-03-07 13:57:05 +03:00
Anna.Kozlova
8cb5670877
missed constraint on lower bound of captured wildcard (IDEA-169083)
2017-03-07 11:42:25 +01:00
Roman Shevchenko
1e4414796e
[updater] do not show an exception if an update was cancelled by a user
2017-03-07 11:32:53 +01:00
Roman Shevchenko
950ceb6caa
Cleanup (formatting)
2017-03-07 11:24:52 +01:00
Vladislav.Soroka
15221dd37f
external system: reuse module created by module wizard IDEA-169008
2017-03-07 12:47:25 +03:00
Rustam Vishnyakov
96bd43fe07
Make the code green again
2017-03-07 12:23:40 +03:00
Rustam Vishnyakov
ab28c52ce5
Default font constants
2017-03-07 12:23:39 +03:00
Vladislav.Soroka
1f8dab44eb
IDEA-168172 Run configuration from different external system implementation wrongly intersect
2017-03-07 12:19:45 +03:00
Liana.Bakradze
b5ac353b14
change API to display course authors/description in IDEA plugins
2017-03-07 12:16:39 +03:00
Liana.Bakradze
41c67a3861
extension points to override task/lesson creation in language plugins
2017-03-07 12:16:39 +03:00
Liana.Bakradze
7a0e3770bc
move course creation from Course-Creator-IntelliJ plugin
...
move project template and module builder
2017-03-07 12:16:39 +03:00
Liana.Bakradze
6ab0e9716b
extract module creation to EP
2017-03-07 12:16:39 +03:00
Liana.Bakradze
d2cf0cb4fe
util class extracted from educational plugins for IDEA
2017-03-07 12:16:39 +03:00
Liana.Bakradze
3100617f04
merge local course creation for IDEA to student plugin
2017-03-07 12:16:39 +03:00
Liana.Bakradze
ffd1ac8bb3
fix EP name
2017-03-07 12:16:39 +03:00
Liana.Bakradze
2c6cf5f646
merge edu-intellij into student
2017-03-07 12:16:39 +03:00
Liana.Bakradze
a6c6f24b23
remove course-creator-python plugin from the list of bundled plugins
2017-03-07 12:16:39 +03:00
Liana.Bakradze
9262f72504
merge Edu-Intellij plugin into student plugin
2017-03-07 12:16:39 +03:00
Liana.Bakradze
c3079ecaa0
fix build.gradle
2017-03-07 12:16:39 +03:00
Liana.Bakradze
7333bf965a
merge course-creator-python into student-python
2017-03-07 12:16:39 +03:00
Dmitry Batrak
d73e849642
option to show parameter hints on method completion, ability to switch method overloads (Java only)
2017-03-07 12:14:44 +03:00
Anna.Kozlova
06b3784d6a
group annotation methods to read/write access (IDEA-31277)
2017-03-07 10:08:31 +01:00
Sergey Ignatov
1bbe502e71
reuse the system.tests.only property in community runner
2017-03-07 17:20:00 +09:00
Anna.Kozlova
9c3ebf16aa
method reference: include super substitutor into method reference substitutor when referenced method has no type parameters (IDEA-169134)
2017-03-07 09:15:29 +01:00