Commit Graph

8109 Commits

Author SHA1 Message Date
anna
e5706b0fc5 foreach param visibility restored (IDEA-84676) 2012-04-16 17:21:30 +02:00
Eugene Zhuravlev
bc00139039 cleanup: use standard Executor API 2012-04-16 17:12:53 +02:00
Vassiliy Kudryashov
1c6aced169 IDEA-79934 Run Configurations: Ability to specify another Run configuration as a 'before run' task 2012-04-16 17:49:48 +04:00
peter
f5cecddbb8 revert in-process compile server 2012-04-16 15:36:11 +02:00
peter
b5fef3b943 IDEA-83478 Find in Path is not working correctly (missing occurences) 2012-04-16 15:17:38 +02:00
peter
cd1748a0ab FindManagerTest -> community 2012-04-16 15:17:38 +02:00
anna
654f6cd973 replace <? extends Object> with <?> during substitution (IDEA-64775) 2012-04-16 14:24:33 +02:00
anna
0c15dccf23 good code red fixed 2012-04-16 14:24:32 +02:00
anna
04972c4d12 do not retrieve element when pointer is sufficient 2012-04-16 14:24:30 +02:00
Roman Shevchenko
2f667d277f Reduce file watcher roundups on adding/removing watch roots 2012-04-16 14:21:11 +02:00
Maxim.Mossienko
209c9ccc02 IDEA-65325 flex: collapse/expand javadoc is not working in actionscript files 2012-04-16 14:40:16 +04:00
anna
9dfeb9598e perform infer nullable/notnull under progress (IDEA-64086) 2012-04-16 12:23:06 +02:00
Alexey Kudravtsev
e5a6b12edc performance test 2012-04-16 13:54:23 +04:00
anna
584cf8b16b introduce parameter: do not insert additional arg when selection was in the self call (IDEA-66896) 2012-04-16 09:21:10 +02:00
peter
2018d30e57 honor external javac setting on rebuild 2012-04-15 12:41:05 +02:00
peter
2ed1fd1e53 compile server in-process 2012-04-15 12:14:20 +02:00
anna
9da3e3f81d test data for IDEA-72912 2012-04-14 19:14:01 +02:00
anna
f073b37e46 introduce variable: use right expression if left ref is unresolved (IDEA-72914) 2012-04-14 19:09:32 +02:00
anna
b85c9448b6 create fields from parameters: avoid search under lock: deadlock with sync daemon hint? (IDEA-84296) 2012-04-14 16:13:53 +02:00
Bas Leijdekkers
061594fd10 presentable text for visibility modifier 2012-04-14 14:51:46 +02:00
anna
20b902f626 delete assert statements when simplify (IDEA-84527) 2012-04-14 14:44:10 +02:00
anna
06a398831d unimplement interface: find ref correctly (IDEA-84554) 2012-04-14 13:51:13 +02:00
anna
a37c58c745 bad code is green (IDEA-84533) 2012-04-14 10:28:57 +02:00
Eugene Zhuravlev
296af0bf96 configurable max.simultaneous.builds option 2012-04-13 19:34:38 +02:00
Maxim Shafirov
d6c521502f Hopefully, all of unnecessary getElement() calls are gone 2012-04-13 21:05:18 +04:00
Maxim Shafirov
d125357e9c Do fast check first 2012-04-13 19:32:37 +04:00
andrey.zaytsev
d4cef5f54d Breakpoint Editor: alignment 2012-04-13 18:44:30 +04:00
kirill.safonov
a2578e2690 single tab module configurable: don't assert requested tab name (IDEA-84199) 2012-04-13 16:36:45 +04:00
Eugene Zhuravlev
ce5ffc280f revert to older (conservative) parameters if sdk version is unknown 2012-04-13 13:43:45 +02:00
peter
3f0cc0e68d honor per-language code style settings in completion, not the generic ones (IDEA-83382 and more) 2012-04-13 12:36:51 +02:00
Maxim Shafirov
5bfc55d380 Check for entry points while PSI is available instead of parsing files later 2012-04-13 14:26:32 +04:00
Eugene Zhuravlev
2897b9b7fa report incorrect options as compiler error instead of throwing an exception 2012-04-12 18:29:48 +02:00
Eugene Zhuravlev
91c0967bd7 don't allow unexpected errors to crash debugger thread 2012-04-12 17:57:57 +02:00
peter
c90b8ff3a5 IDEA-84100 Code completion does not work for Spring injected beans in debugger 2012-04-12 17:06:51 +02:00
Eugene Zhuravlev
6eed455302 expect newer jdk by default 2012-04-12 14:27:58 +02:00
Anton Makeev
77c5b6bf3a Platform: description fo FileEqualsUsage inspection 2012-04-12 14:15:55 +02:00
Anton Makeev
6b5c47d817 Platform: FileUtil.compareFiles/filesEqual/fileHashCode 2012-04-12 14:15:53 +02:00
Anton Makeev
6a828cfda8 Internal Inspection for File.compareTo/equals/hashCode usage 2012-04-12 14:15:53 +02:00
Eugene Zhuravlev
738fd092ec updated remote debug parameters hints depending on sdk version 2012-04-12 13:58:37 +02:00
anna
113cc924dd skip batch inspections on the library sources 2012-04-12 13:29:26 +02:00
Alexey Kudravtsev
388e3ca937 IDEABKL-4110 Plain-text search results window has strange behaviour 2012-04-12 13:48:57 +04:00
Alexey Kudravtsev
d9d90af438 endless recreating cached value fixed 2012-04-12 13:48:55 +04:00
Alexey Kudravtsev
92f92ffa65 performance 2012-04-12 13:48:54 +04:00
peter
e49ec61490 IDEA-84428 Basic completion not working for methods from static imports 2012-04-11 17:50:01 +02:00
Eugene Zhuravlev
5885fca3b9 IDEA-84343 Remove empty section from 'Messages Make' right-click menu 2012-04-11 17:20:21 +02:00
anna
73d5f046e3 do not select empty method body when create from template (IDEA-84274) 2012-04-11 14:59:34 +02:00
Evgeny Zakrevsky
67928a9a40 Copy button in ConfigurationArgumentsHelpArea (see Run Configurations -> Remote for example) 2012-04-11 14:41:03 +04:00
Dmitry Avdeev
71dcc4b1d9 convenient registerQuickFixAction without HighlightDisplayKey 2012-04-11 12:41:03 +04:00
anna
d9b83e46fc Merge remote-tracking branch 'origin/master' 2012-04-11 10:10:24 +02:00
Dmitry Boulytchev
1164fdf078 Added test on adding class (compile-server). 2012-04-11 12:09:11 +04:00