Commit Graph
193877 Commits
Author SHA1 Message Date
Aleksey Pivovarov f5d308a28c take absolute value of a remainder, not a remainder of an absolute value
`Math.abs(INT_MIN) == INT_MIN`
as a result, `Math.abs(x) % 10` might return negative value.
2017-04-24 18:56:20 +03:00
Anna.Kozlova 21572903ae distinguish intentions from quick fixes in the list when they have same text 2017-04-24 17:50:30 +02:00
Anna.Kozlova f373f94435 logging for EA-100336 - NPE: CopyFilesOrDirectoriesHandler.copyToDirectory 2017-04-24 17:50:30 +02:00
Nadya Zabrodina 77f9511558 [hg]: add repository tab debug output 2017-04-24 18:49:04 +03:00
Nadya Zabrodina 0ae80f257c [vsc]: hide and disable Browse Changes action for not centralized vcses 2017-04-24 18:49:02 +03:00
Nadya Zabrodina 8f381ae243 [vcs]: cleanUP - streamApi 2017-04-24 18:49:01 +03:00
Nadya Zabrodina 80f5a08a65 [vcs]: (IDEA-171643) BranchPopup Widget: remove "current" root marker
* remove unused parameters and method;
2017-04-24 18:48:59 +03:00
Dmitry Batrak 7718ecd3fb IDEA-171674 First tab is very short in the left Diff pane 2017-04-24 18:43:43 +03:00
Anna.Kozlova 81c8ab0ddd junit 5: malformed repeated tests (IDEA-171489; IDEA-171490) 2017-04-24 17:24:13 +02:00
Anna.Kozlova 9954d6cfd0 Action.NAME can be presented to the user so should be i18n (IDEA-171883) 2017-04-24 17:24:13 +02:00
Anna.Kozlova cee3750a30 junit 5: warn if @Test is used together with @ParameterizedTest 2017-04-24 17:24:13 +02:00
Anna.Kozlova 26861057f4 junit 5: check that BeforeAll/AfterAll are static 2017-04-24 17:24:13 +02:00
Anna.Kozlova af4d0ac362 update constructor with too many parameters description (IDEA-171846); no quickfix as the refactoring won't change the number of parameters but would replace the usages only 2017-04-24 17:24:13 +02:00
Dmitry Batkovich b2895e3b86 java method chain completion: slightly rewrite old lookup element insertion 2017-04-24 18:22:24 +03:00
Ilya.Kazakevich f28e9c5626 PY-22733: Do not set working directory for new configuration if template configuration already has one 2017-04-24 17:50:16 +03:00
Sergey Malenkov 6d2d18bc50 IDEA-165089 improve validation for empty name of schemes 2017-04-24 17:35:10 +03:00
Sergey Malenkov 0efb5cb35f IDEA-165089 remove final from message methods 2017-04-24 17:27:02 +03:00
Sergey Malenkov 2fed493c81 IDEA-165089 extract utility methods to work with KeymapManager 2017-04-24 17:27:02 +03:00
Dmitry Avdeev 10922d99fa logging 2017-04-24 17:15:58 +03:00
Liana.Bakradze e5fec9ced0 EDU-933 Wrong language on course push 2017-04-24 17:06:44 +03:00
nik 9b9a16e012 build scripts: build help indices for Mac OS distribution only if help is bundled
This is needed to avoid "Not a directory" error for "English.lproj" directory for products where help isn't bundled.
2017-04-24 17:02:43 +03:00
Vladimir Krivosheev ca791ba4a5 do not write empty profiles_settings.xml on project creation (if default project contains some copyright config)
Final fix, test added. Reduce garbage in the project files.
2017-04-24 15:58:34 +02:00
Vladimir Krivosheev c9408c7339 move EP_NAME to ProjectNameProvider 2017-04-24 15:34:53 +02:00
Vladimir Krivosheev 5a6520013b IDEA-171878 Add EP ProjectNameProvider 2017-04-24 15:31:54 +02:00
Vladimir Krivosheev b88cf52083 don't write workspace components config from default project to misc.xml on new proect creation 2017-04-24 15:31:53 +02:00
Vladimir Krivosheev 688a3afe2b use BiPredicate from JDK instead of own PairProcessor 2017-04-24 15:31:53 +02:00
Vladimir Krivosheev 2828128499 do not use NamedComponent — remove from ActionManager / RunManagerImpl 2017-04-24 15:31:53 +02:00
Vladimir Krivosheev deac4f03dc correctly update RC icon on enter/exit dumb mode (move set call from IconDeferrer handler) 2017-04-24 15:31:52 +02:00
Dmitry Cherniachenko 8f5910802b Use bootstrap classloader to only provide access to JRE classes 2017-04-24 16:27:20 +03:00
Dmitry Cherniachenko ed0554096f Fixed tests after rebasing to the latest master 2017-04-24 16:27:20 +03:00
Dmitry Cherniachenko 551dbd6b47 Detect external vararg methods too (if available on the classpath) 2017-04-24 16:27:20 +03:00
Dmitry Cherniachenko 3195bb558d Avoid explicit array creation for vararg parameters 2017-04-24 16:27:20 +03:00
Pavel Dolgov c95a9950c2 Java: When searching for a class accessed with reflection try ResolveScope first to search in proper JDK/libraries (IDEA-171808) 2017-04-24 15:59:02 +03:00
Liana.Bakradze c5cf8d7739 PY-23419 Data view don't show the index of DataFrame neither rows numbers from numpy array 2017-04-24 15:50:07 +03:00
Dmitry Batrak acf409ca37 IDEA-171509 Extend Selection (Ctrl+W) does not stop at "case" 2017-04-24 15:48:39 +03:00
Alexander Kass 0018346fa2 Use right lexer for comments/strings search in Scratch Files 2017-04-24 15:38:24 +03:00
Denis Fokin 77abad8aa6 IDEA-164154 Mac OS: Alt+I mnemonic in Commit dialog triggers the action, but also inserts ˆ to commit message 2017-04-24 15:33:01 +03:00
nik 948cbb8e3b build scripts refactoring: extracted common code which bundles help files with Mac OS distribution
This is also needed to copy help files in signapp.sh only if help is bundled to avoid error messages.
2017-04-24 15:14:52 +03:00
Egor.Ushakov 50bae9bd6a minor cleanup and formatting 2017-04-24 15:13:13 +03:00
Dmitry Batkovich d6f362d8fa inspection settings: cleanup (replace with existing constant) 2017-04-24 15:12:13 +03:00
Dmitry Batrak 4d97de0023 IDEA-169912 Commit message editor: weird line breaks 2017-04-24 15:08:48 +03:00
Mikhail Golubev 2132f824b6 PY-16585 Handle type comments after comprehensions in "with" statements and "for" loops
Namely, don't use such comments to detect types of comprehension
variables.
2017-04-24 15:07:35 +03:00
Mikhail Golubev 6f7989223e PY-16585 Don't use type comments for inner targets of assigned comprehensions 2017-04-24 15:07:35 +03:00
Mikhail Golubev 336dc0b210 PY-22302 PY-23355 Don't warn about ellipsis and star expressions in function type comments
Also, UnsupportedFeatures annotator properly detects the language
level for the analyzed element. Previously, it used Python version of
the containing file for some injected fragments.
2017-04-24 15:07:35 +03:00
Dmitry Batkovich 36f17034f0 inspection settings: use grey color to display rename profile hint (IDEA-165091) 2017-04-24 14:58:06 +03:00
Vladislav.Soroka 7cdfaa4275 Gradle: resolve 'manifest' closure method of gradle Jar type 2017-04-24 14:47:57 +03:00
nik c148fcf98a build scripts: do not print every command in signbin.sh to avoid printing passwords (IDEA-CR-20526) 2017-04-24 14:33:29 +03:00
Oleg Panashchenko 77fc1f176d Use fully qualified static field name in conflict #541 2017-04-24 14:22:41 +03:00
Ekaterina Tuzova e069ab4361 remove duplicated new scratch action 2017-04-24 14:16:05 +03:00
Ekaterina Tuzova 9f9e9470db remove unused edu import settings step 2017-04-24 14:14:21 +03:00