Commit Graph
62698 Commits
Author SHA1 Message Date
Dmitry Avdeev ce0940f3af introducing AbstractDocumentationProvider 2011-04-13 13:37:58 +04:00
Dmitry Avdeev 2e5915029f EA-26173 - NPE: TemplateBuilderImpl.replaceElement 2011-04-13 13:37:57 +04:00
Dmitry Avdeev b87d8c4793 @NotNulls 2011-04-13 13:37:56 +04:00
Bas Leijdekkers 9270aaf54c IDEA-68012 ("Method can be variable arity method" inspection) 2011-04-13 11:21:43 +02:00
Bas Leijdekkers 476cfa619a cleanup 2011-04-13 11:20:29 +02:00
Denis Zhdanov dbb27d2579 IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
1. Corrected formatting of anonymous class used as aligned method call arguments;
2. Corresponding tests are added;
3. Green code policy is applied at affected classes;
2011-04-13 12:11:38 +04:00
Bas Leijdekkers 513edb767d Merge branch 'master' of git.labs.intellij.net:idea/community 2011-04-13 10:05:37 +02:00
Bas Leijdekkers 646ea233a6 cleanup 2011-04-13 09:57:45 +02:00
Kirill Likhodedov 621addf1b0 IDEA-60254 "Commit and Push" button for Mercurial - HgCommitAndPushExecutor. 2011-04-13 11:53:06 +04:00
Kirill Likhodedov af0585f340 HgPushAction refactoring
Transform to HgAction, get rid of HgBuilderCommands.
HgPusher to show dialog and perform push, to be able to call it without action.
2011-04-13 11:53:06 +04:00
Kirill Likhodedov 19375d6086 [hg] Notification about successful push.
HgPushAction: retrieve number of pushed commits.
HgCommandResultNotifier: able to notify about success.
2011-04-13 11:53:05 +04:00
Bas Leijdekkers f5998bc51a Merge branch 'master' of git.labs.intellij.net:idea/community 2011-04-13 09:50:00 +02:00
Bas Leijdekkers cc023d6034 new "Add Array Creation Expression" intention 2011-04-13 09:49:06 +02:00
Maxim Medvedev 3b1eeedfb7 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-04-13 11:39:26 +04:00
Maxim Medvedev a579736209 expression statement parsing 2011-04-13 11:35:00 +04:00
peter 364a105161 show live templates in completion lists 2011-04-13 09:22:52 +02:00
andrey zaytsev 9951cf550e search/replace: arrows in serarch field to navigate through matches 2011-04-13 11:19:17 +04:00
Maxim Medvedev 6416565a0c cleanup 2011-04-13 10:50:34 +04:00
anna cb836b3251 respect javadoc policy for inlined members on inline super class as well as push down with existing members (IDEA-67580) 2011-04-12 20:57:36 +02:00
Dmitry Jemerov ee7734a710 Merge remote branch 'origin/master' 2011-04-12 19:27:38 +02:00
anna 88c6cba90b notify that wrong module was selected (IDEA-67795) 2011-04-12 19:19:10 +02:00
anna 4b392df708 fix string comparing 2011-04-12 19:19:09 +02:00
Eugene Zhuravlev 7ccd3abb79 fix indefinite loop (IDEA-67750) 2011-04-12 19:11:19 +02:00
Kirill.Safonov 1e7d7e7345 WD PHP TFS CFML: local path chooser should preselect project dir if initial path is empty (WI-3765) 2011-04-12 20:35:35 +04:00
Sergey Evdokimov 7e9de3ecca Minor code optimization: don't use 'element.getFirstChildNode()' instead 'element.getChildren(null)[0]'. 2011-04-12 19:27:09 +04:00
Sergey Evdokimov 6ba2819132 Remove dead code. 2011-04-12 19:11:54 +04:00
Eugene Zhuravlev eefb59083c fix assertion (IDEA-67971) 2011-04-12 17:00:40 +02:00
Gregory Shrago 8486f7aba2 IDEA-67670 Inspection highlights incorrect.. (obsolete extra prefix/suffix handling removed) 2011-04-12 18:19:41 +04:00
Anton Makeev e9e7f9870a AppCode: exception occurs when adding messages to ErrorTreeView if it was closed 2011-04-12 16:10:49 +02:00
Dmitry Jemerov 73690b3a66 fix typo; refresh to find the virtual file for diff 2011-04-12 15:51:02 +02:00
Kirill.Safonov 8eea3245c7 Move applicable 'Mark Directory As' actions to each product, implement 'Mark as Resource Root' action for WebIDE (WI-5783) 2011-04-12 17:48:43 +04:00
anna 98568c1380 type arguments agree when one is type parameter and another is not any wildcard (IDEA-67427) 2011-04-12 15:17:39 +02:00
anna 0c66b6cfa4 suggest containing class if target class not found (IDEA-67907) 2011-04-12 15:17:38 +02:00
anna 909f22d402 NPE 2011-04-12 15:17:38 +02:00
Bas Leijdekkers 38845363ec more compact read write 2011-04-12 15:05:44 +02:00
Maxim.Mossienko dcc10a0b46 mxm -> mxml, macromedia url dropped, mxml file type introduced 2011-04-12 16:48:50 +04:00
Konstantin Bulenkov d6c5ad228b make dir diff independent from VirtualFile 2011-04-12 16:42:52 +04:00
anna 640ef4161c NPE 2011-04-12 14:13:51 +02:00
anna c37ef2dd81 add diagnostics for (IDEA-65097) 2011-04-12 14:13:50 +02:00
peter cf3f7267a3 IDEA-67776 Off by one error in 'Method with too many parameters' for Groovy 2011-04-12 13:18:43 +02:00
peter 50412c37e5 support eol comments in spock formatting (IDEA-65728) 2011-04-12 13:18:43 +02:00
Kirill Kalishev a774aa454a memleak fixed from AbstractPopup 2011-04-12 15:15:43 +04:00
Kirill Kalishev 73413fbddf Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-12 15:09:58 +04:00
Kirill Kalishev 47df6a2d5e jna library update + some incompatibility fixes 2011-04-12 15:09:48 +04:00
anna 70aff6d330 restart javadoc page parsing with correct encoding (IDEA-67183) 2011-04-12 12:39:52 +02:00
anna c8f50b3f79 select all name with dots in rename dialog (IDEA-67916) 2011-04-12 12:39:51 +02:00
Dmitry Jemerov 5b0daf6a60 more logging for command line processing 2011-04-12 12:23:37 +02:00
Dmitry Trofimov 7256c2eb21 Console optimization reverted as it was not done properly, additional investigation needed. 2011-04-12 13:15:21 +04:00
Alexey Pegov 24e0680d52 [mac] native choose patch dialog [vcs] 2011-04-12 13:01:23 +04:00
peter 740354f00a some phase changing is allowed 2011-04-12 10:44:35 +02:00