Commit Graph
86868 Commits
Author SHA1 Message Date
Evgeny Pasynkov 8353b3ef96 remove dependency java-psi-api from projectModel-api 2012-08-20 13:35:25 +02:00
Anna Kozlova 122cccf567 lambda: correct error reporting according to b.50 2012-08-20 15:26:47 +04:00
Anna Kozlova 05c0cfbb5e lambda: accept Object when return type is void 2012-08-20 15:26:46 +04:00
Anna Kozlova a060e747ab lambda: return type void-compatibility checks extracted 2012-08-20 15:26:45 +04:00
Konstantin Bulenkov ff7e11f084 hide floating nav bar on dialog show 2012-08-20 15:15:15 +04:00
Kirill Likhodedov 49cb7f7e7e Don't prohibit deletion of the changelist with name equal to "Default"
No need to do it: VCSs which need this list declare it as read-only.
IDEA-63023
2012-08-20 14:52:19 +04:00
Konstantin Bulenkov 363abc6bf8 close popup before dialog appears 2012-08-20 14:45:14 +04:00
Dmitry Trofimov a062821f1b Merge remote-tracking branch 'origin/master' 2012-08-20 11:22:44 +02:00
Dmitry Trofimov c78fbca907 Fixed memory leak in tests. 2012-08-20 11:21:26 +02:00
Denis.Zhdanov a406824efd IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Tree modification utilities
2012-08-19 23:19:11 +04:00
Bas Leijdekkers 71b89a5595 better description 2012-08-19 13:49:17 +02:00
Bas Leijdekkers 04e313b3ae Merge branch 'master' of git.labs.intellij.net:idea/community 2012-08-19 13:46:35 +02:00
Yann Cébron 7ad6bc8256 performance 2012-08-19 00:27:39 +02:00
Dmitry Trofimov 6022b62d38 killProcessTree now returns true if no processes have been found in ps list and false if processes still present in ps list after sending kill signal. 2012-08-18 20:52:31 +02:00
Maxim.Mossienko ef67496dd8 do scanFreeRecords during init() to be able to auto reset VFS on possible exception (IDEA-77407) 2012-08-18 18:54:32 +04:00
Konstantin Bulenkov 9988298378 WI-8537 PHP UML diagrams editor name is incorrect tab title and default selection 2012-08-18 14:19:27 +04:00
Dmitry Jemerov d283fcca4a Merge remote-tracking branch 'origin/master' 2012-08-18 08:19:14 +02:00
Dmitry Jemerov e1b0ce0ad8 Denis removed gradle when he actually meant to remove rearranger; bring things back to normal 2012-08-18 08:17:34 +02:00
Konstantin Bulenkov bf10844f00 better fix of IDEA-90000 2012-08-18 01:03:12 +04:00
Dmitry Trofimov 8f5e1cba23 Merge remote-tracking branch 'origin/master' 2012-08-17 22:44:57 +02:00
Dmitry Trofimov 407a6284e5 Correct shutdown of env-tests. 2012-08-17 22:33:50 +02:00
Konstantin Bulenkov 8cbf9378ef IDEA-90000 Balloon with position BELOW set has bad layout 2012-08-18 00:32:05 +04:00
Anna Kozlova 4d27135dbc EA-38283 - PIEAE: CompositePsiElement.getProject 2012-08-17 22:50:57 +04:00
Anna Kozlova 1fa0a6ade4 lambda: void return type compatibility (initial); functional interfaces without method params error messages 2012-08-17 22:45:25 +04:00
Anna Kozlova 321d3b9dd0 lambda: check all return expressions for constraints 2012-08-17 22:45:24 +04:00
Anna Kozlova 7c519fe536 hide add @Override annotation for non-project code (IDEA-90255) 2012-08-17 22:45:23 +04:00
Gregory.Shrago 1889e757df EA-38362 - EE: RemoteProcessSupport.acquire 2012-08-17 21:51:28 +04:00
Konstantin Bulenkov 960bd4d17b IDEA-82744 Bookmarks: NPE at BookmarksAction$EditBookmarkDescriptionAction.actionPerformed() after clicking in the popup with opened description dialog 2012-08-17 18:24:05 +04:00
Konstantin Bulenkov 80fcd69d40 IDEA-89181 Cannot read scheme from /colorSchemes/Darcula 2012-08-17 18:24:05 +04:00
Kirill Likhodedov 7cdfae3c65 IDEA-72770 Display differences in line separators in the Diff dialog
* Introduce DiffContent#getLineSeparator to return the line separator of the content. Implement for File, Document and Simple contents.
* Use special LineSeparator enum to hold the value. Better that using Strings as it is now.
* LabeledEditor: accept JComponent (instead of just String) as a title.
* If line separators differ, create the title with CRLF/LF indication.
* Modify EmptyDiffViewer to show separators. Also use different messages for situation when only line separators differ, and when there are no differences at all.
2012-08-17 18:10:39 +04:00
Anna Kozlova 3ac6e57c77 lambda (IDEA-90043) 2012-08-17 17:49:41 +04:00
Anna Kozlova 03f4534b14 allow logging in debug mode only (IDEA-90275) 2012-08-17 17:49:40 +04:00
nik 870d9e7d80 gant tool for new JPS builders: processing build messages 2012-08-17 17:23:51 +04:00
nik 97c0d0e1bf cleanup 2012-08-17 17:18:55 +04:00
nik 6eca599fe6 jps: use correct classloader to load extensions and services 2012-08-17 17:15:27 +04:00
Bas Leijdekkers 76a93fa29f Merge branch 'master' of git.labs.intellij.net:idea/community 2012-08-17 15:08:56 +02:00
Dmitry Jemerov 3dd771a4dc Merge remote-tracking branch 'origin/master' 2012-08-17 15:03:53 +02:00
Bas Leijdekkers b962b05073 IDEA-90184 ("Non-constant logger" inspection does not work properly) 2012-08-17 14:40:40 +02:00
Sergey Evdokimov 6a038a9f3f IDEA-90282 Code Fragment Evaluation changes language to Java when continuing to the next break point 2012-08-17 14:59:46 +04:00
Sergey Evdokimov ca72dff5e0 Add diagnostic for EA-37022 - NPE: MavenArtifactSearchPanel$MyTreeModel.getChildCount 2012-08-17 14:59:45 +04:00
Sergey Evdokimov 727f926eed Add if (myProject.isDisposed()) return; 2012-08-17 14:59:45 +04:00
Eugene Kudelevsky 58e83106fe IDEA-80865 extract as include refactoring 2012-08-17 14:45:05 +04:00
Eugene Kudelevsky 2838eefe6f add xml version directive to valueResourceFile template 2012-08-17 14:45:03 +04:00
Eugene Kudelevsky 836a139a77 fix assertions 2012-08-17 14:45:02 +04:00
Yann Cébron 480033a000 simplify/performance 2012-08-17 12:05:01 +02:00
Dmitry Avdeev 01321f2d8e DOM stubs for custom attributes 2012-08-17 13:38:29 +04:00
Dmitry Avdeev 7ef48e86b5 conventional @Nullable removed 2012-08-17 13:38:28 +04:00
Dmitry Avdeev 15590e1f8e possible NPE fixed 2012-08-17 13:38:27 +04:00
Bas Leijdekkers de53ebe07f quickfix for "'public' constructor" inspection 2012-08-17 11:35:40 +02:00
Bas Leijdekkers e672dc012d check correctly for uninitialized use in try-with-resources and polyadic expressions 2012-08-17 11:25:41 +02:00