Commit Graph
142234 Commits
Author SHA1 Message Date
Anna Kozlova b239f91e8e replace with setter: skip non-primitive assignment (IDEA-133102) 2014-11-19 14:01:19 +01:00
Anna Kozlova 78e51d0db4 provide help for choosers when needed (generate toString now) 2014-11-19 14:01:18 +01:00
Sergey Malenkov cd79a43917 IDEA-133140 Project Structure dialog has extra borders when opened from Project tool window (remove unused imports) 2014-11-19 15:48:09 +03:00
Sergey Malenkov a7772096ed IDEA-133140 Project Structure dialog has extra borders when opened from Project tool window 2014-11-19 15:32:07 +03:00
Dmitry Avdeev 1b21120fa2 NPE in tests fixed 2014-11-19 15:25:10 +03:00
Dmitry Trofimov 84c61616dc Merge remote-tracking branch 'origin/master' 2014-11-19 12:50:34 +01:00
Alexander Marchuk 4b1415921d Merge remote-tracking branch 'origin/master' 2014-11-19 14:31:41 +03:00
Dmitry Trofimov 6fa2f13111 Don't need to encode format (PY-14438). 2014-11-19 12:23:42 +01:00
Dmitry Trofimov 5755bc577c Fix condition for Python 2.4 (PY-14437). 2014-11-19 12:06:36 +01:00
Andrey Vlasovskikh 478e72a93b Merge remote-tracking branch 'origin/master' 2014-11-19 13:59:42 +03:00
Alexander Marchuk afcc461543 fix bug for not 2d arrays and remove busyTable 2014-11-19 13:58:41 +03:00
Andrey Vlasovskikh 8cced76753 Merge branch 'python-fixes' 2014-11-19 13:53:54 +03:00
Yaroslav Lepenkin cb6e0e0749 Do not indent caret after annotation for package private method (IDEA-131607) 2014-11-19 13:47:34 +02:00
Yann Cébron b0408c9354 Internal actions: improve presentation 2014-11-19 11:51:05 +01:00
Andrey Vlasovskikh 2234db8098 Check for both imported and 'as' names in insertImport(), return false if no new import statements were inserted (PY-14439) 2014-11-19 13:39:45 +03:00
Alexander Marchuk 911b2a36e5 fix issues from IDEA-COMMUNITY-CR-987 2014-11-19 13:34:22 +03:00
Dmitry Batkovich 33a51d077e NPE while apply inspections settings fixed 2014-11-19 13:05:15 +03:00
Vladimir Krivosheev 4b3029c805 InspectionProfileManagerImpl — use editor.xml as storage
cleanup
2014-11-19 11:03:37 +01:00
Dmitry Batrak d9c5a63844 IDEA-132383 Smart backspace removes too much in multiline string literals 2014-11-19 13:00:10 +03:00
Sergey Ignatov 7c032db702 IDEA-133083 Toggle full screen mode does not work with action support (Ctrl+Shift+A) 2014-11-19 12:58:48 +03:00
Konstantin Bulenkov e22329701f Merge remote-tracking branch 'origin/master' 2014-11-19 10:57:31 +01:00
Yann Cébron d58d448706 DebugLogConfigureAction: clarify instructions as per user feedback 2014-11-19 10:55:30 +01:00
Konstantin Bulenkov daebea146f fix NPE when adding first tab 2014-11-19 10:55:24 +01:00
Yann Cébron 3d9811eef8 Merge remote-tracking branch 'origin/master' 2014-11-19 10:48:52 +01:00
Yann Cébron f31f9ad06f DebugLogConfigureAction: add "..." to menu text 2014-11-19 10:48:11 +01:00
Dmitry Avdeev 370a334912 IDEA-132828 Strange line breaks in the middle of the attribute name 2014-11-19 12:46:37 +03:00
Dmitry Avdeev 1d5d0f020d javadoc 2014-11-19 12:46:36 +03:00
Dmitry Avdeev 1c3392ab5c original constant exposed 2014-11-19 12:46:35 +03:00
Egor.Ushakov da4fb3eb05 better param name 2014-11-19 12:37:18 +03:00
Alexey Gopachenko f623cf21b8 Fix non-file scope case for CR-IU-898 Significant performance improvement for processing word at caret (i.e. var highlights) for worst cases
(cherry picked from commit fcc3450)
2014-11-19 10:27:07 +01:00
Dmitry Avdeev d7a6dbb000 tests moved to xml-tests 2014-11-19 12:20:26 +03:00
Sergey Ignatov e6f50513ed IDEA-132419 "Recent Files" does not open while in "Recently Edited Files"
fix IDEA-71277 again
2014-11-19 12:05:36 +03:00
Yann Cébron 87bbe50d2d XmlNamespaceIndex: optimize value persistence 2014-11-19 09:43:38 +01:00
Michael Golubev 22163374da IDEA-126859 - WebSphere 8.5 does not connect if server home path contains space 2014-11-18 22:24:49 +01:00
Alexey Gopachenko 2009c01379 CR-IU-898 Significant performance improvement for processing word at caret (i.e. var highlights) for worst cases
(cherry picked from commit b229226)
2014-11-18 21:04:53 +01:00
Alexey Gopachenko 5fbe193cf4 Faster leaf node search CR-IU-897 - minor improvements
(cherry picked from commit 03ff93d)
2014-11-18 21:04:38 +01:00
Vladimir Krivosheev 417375dd18 InspectionProfileManagerImpl.shouldBeSaved should returns false for local scheme 2014-11-18 20:22:45 +01:00
Anna Kozlova 32dc43326f Merge remote-tracking branch 'origin/master' 2014-11-18 19:41:05 +01:00
Anna Kozlova 9d9caf9620 return statements inside lambda: extract method return type fixed (IDEA-133095) 2014-11-18 19:37:57 +01:00
peter efaa42d0b3 PsiReferenceExpressionImpl: when resolving qualifiers, don't let resolve results be gc-ed 2014-11-18 19:07:35 +01:00
peter 1ebcc63c71 support PSI changes in IndexTestGenerator 2014-11-18 19:07:35 +01:00
Vladimir Krivosheev 171ec9fcac cleanup 2014-11-18 18:54:12 +01:00
Anna Kozlova 2817b5e184 return statements inside lambda misc 2014-11-18 18:36:43 +01:00
Anna Kozlova 0bcb0e937f check functional interface when inside lambda 2014-11-18 18:36:42 +01:00
Anna Kozlova e0aa800bd1 wrap return value: ignore lambda return 2014-11-18 18:36:41 +01:00
Anna Kozlova 6524ea7a10 detect magic constants by lambda 2014-11-18 18:36:40 +01:00
Anna Kozlova 498e067158 do not add exceptions to containing methods when element is selected inside lambda 2014-11-18 18:36:39 +01:00
Anna Kozlova f52ceb369b do not search for lambda parameter javadoc 2014-11-18 18:36:38 +01:00
Anna Kozlova 98c34507af use declaration scope to find parameter container 2014-11-18 18:36:36 +01:00
Anna Kozlova 77184515d0 anonymous class variables hides containing method/lambda params extended to support lambdas 2014-11-18 18:36:35 +01:00