Commit Graph
4522 Commits
Author SHA1 Message Date
anna e0974b0ade introduce parameter: layout 2011-04-09 20:25:40 +02:00
anna 504b6d2564 quick fix to annotate parameter @Nullable: do not suggest to annotate non project method when external annotations are disabled 2011-04-09 20:25:39 +02:00
Eugene Zhuravlev b63986dce8 non-VFS based FileTemplatesManager 2011-04-09 19:36:08 +02:00
anna 8af1c09ffb introduce field: layout change 2011-04-09 17:57:43 +02:00
peter 91a8c9c001 bring back location in global member items in groovy 2011-04-08 20:19:10 +02:00
Kirill Kalishev 6025c53dd0 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-08 22:16:23 +04:00
Kirill Kalishev d0fc0789d8 projectview tests fixed 2011-04-08 21:44:48 +04:00
anna afe2504a1c introduce constant: layout 2011-04-08 17:07:28 +02:00
Alexey Kudravtsev 5a602e1051 test fix 2011-04-08 16:00:38 +04:00
nik 529d353057 supported find usages for facets in Project Structure dialog (IDEA-50753) 2011-04-08 14:36:56 +04:00
Alexey Kudravtsev 4a515dcda0 IDEA-67711 2011-04-08 14:13:06 +04:00
anna a8a4d2988f inline introduce: rebind types (IDEA-67726) 2011-04-08 11:55:33 +02:00
anna cd405e68f2 AIOOBE 2011-04-08 10:48:27 +02:00
anna 09fb925c01 warn about null passed to non annotated parameter (IDEA-35867) 2011-04-08 09:29:01 +02:00
nik 62c3417061 artifact editor: disable editing for manifest files inside jars 2011-04-08 10:01:11 +04:00
Roman Shevchenko 3609b382c9 EA-26615 (logging) 2011-04-07 22:06:03 +02:00
peter 23337b568c wide base icons for elements which provide visibility 2011-04-07 21:16:12 +02:00
anna 5fead14cc4 NPE 2011-04-07 19:56:50 +02:00
anna 82e049d035 preserve arguments list for enum constant on implement methods (IDEA-67719) 2011-04-07 19:55:19 +02:00
peter 9e8cf9967a UsefulTestCase#edt 2011-04-07 19:50:11 +02:00
peter 5fe80ddaa8 smart completion in groovy to suggest members of expected class (IDEA-66975) 2011-04-07 19:50:10 +02:00
peter c65ff63395 java-specific parts of MembersGetter go to JavaMembersGetter 2011-04-07 19:50:10 +02:00
anna a74a8c78ec EA-26756 - NPE: ExtractMethodDialog.getSignature 2011-04-07 18:19:59 +02:00
anna 98a561956c introduce refactorings: do not try to rename dependencies after newly introduced variable (EA-26587 - AIOOBE: InplaceIntroduceParameterPopup.getParameter) 2011-04-07 18:19:58 +02:00
Bas Leijdekkers f872b6db31 fix "Constant conditions & exceptions" options panel 2011-04-07 16:50:28 +02:00
Bas Leijdekkers 20f92c9e40 improve ui
better resizability, show default correctly when setting a new default, remove titled borders
2011-04-07 14:39:27 +02:00
Bas Leijdekkers 212919c281 IDEA-67451 (The selection of annotation type in 'Inspections' -> 'Probable Bugs' ->Constant conditions & exceptions is not persisted) 2011-04-07 14:30:16 +02:00
nik fec775749c reworked processing of included artifacts: the output directory of the included artifact is copied to the target artifact rather than its source files (IDEA-65623) 2011-04-07 13:57:52 +04:00
Roman Shevchenko c705915d30 StringBuffer -> StringBuilder 2011-04-06 21:25:51 +02:00
Roman Shevchenko e856733aab IDEA-67596 (class stub builder: decode only relevant access modifiers) 2011-04-06 20:54:42 +02:00
peter 8080667544 don't suggest void methods in a context where some return value is expected (suggest on second invocation) 2011-04-06 19:21:15 +02:00
peter d122de21ab IDEA-67494 Freemarker/Velocity: make StringLiterals injectable 2011-04-06 19:21:14 +02:00
anna 346fe622c4 fork junit tests: initial 2011-04-06 18:25:42 +02:00
Dmitry Jemerov 15a33f79a8 EA-26689 - NPE: PackageElement.getRoots 2011-04-06 16:38:52 +02:00
Dmitry Avdeev a5a4245c05 cleanup 2011-04-06 15:58:22 +04:00
peter 8d12f07a6a fix some empty stack exceptions during dfa analysis 2011-04-06 13:02:50 +02:00
peter 6ae83662cf the non-green completion items were sorted by proximity in the wrong direction (IDEA-67349) 2011-04-06 13:02:49 +02:00
peter 35a41e8295 EA-26490 2011-04-06 13:02:47 +02:00
peter 885ec01362 don't let live templates prevent case-insensitive matching items
don't accept live template variants by commas and other strange characters
2011-04-06 13:02:44 +02:00
peter 6a12b9c4de IDEA-67445 no smart completion for "new Ex<caret>" 2011-04-06 13:02:44 +02:00
nik f2b140e833 allow to add module test compile output into artifact (IDEA-53226) 2011-04-06 08:59:34 +04:00
Roman Shevchenko cce2c02db1 IDEA-67556 (use highest language level in an artificial elements was a bad idea) 2011-04-05 20:59:18 +02:00
anna dde2360a0c keep spaces (IDEA-67541 ) 2011-04-05 18:13:36 +02:00
Alexey Kudravtsev f937991590 usage view group speed optimisation 2011-04-05 17:54:07 +04:00
Alexey Kudravtsev 665cd6c3e0 fix tests for GlobalSimpleInspectionTool running concurrently 2011-04-05 17:54:06 +04:00
anna 3aaa7fb39b diamonds: check according to diamonds even if expected type is raw 2011-04-05 15:45:49 +02:00
anna cd587a0217 EA-26528 - NPE: InplaceIntroduceFieldPopup$FieldInplaceIntroducer$3.run 2011-04-05 15:45:48 +02:00
anna fc7540992f EA-26531 - NPE: JavaSafeDeleteProcessor$4.process 2011-04-05 15:45:47 +02:00
Roman Shevchenko bf9add7eb8 IDEA-67385 (explicitly imported types should shadow inherited ones) 2011-04-05 13:30:10 +02:00
anna 14dcdbebb3 enable implement interface at the end of identifier (IDEA-67421) 2011-04-05 13:24:48 +02:00