Commit Graph
4316 Commits
Author SHA1 Message Date
anna 90bdbd8764 IDEA-77607 Introduce refactoring looses annotation 2012-01-15 17:58:02 +01:00
anna 47d55e4ef3 method rename: do not rename class when rename was performed on the method without return type but with improper name 2012-01-13 21:49:12 +01:00
anna f63576f878 create constructor matching super: insert braces when no present (IDEA-77194) 2012-01-13 21:33:58 +01:00
anna 4fe09fbead create subclass: for private inner classes create implementation in the same containing class (IDEA-18954); IDEA-76741 2012-01-13 21:21:38 +01:00
anna 46a1d47c02 quick doc: do not escape - leave it as in javadoc tool 2012-01-13 19:59:15 +01:00
anna cbaefc9774 introduce variable: reassign value to the existing: correctly process occurrences 2012-01-13 19:59:15 +01:00
anna 8e64a24077 quick documentation: do not check dependant module libraries for javadoc roots (IDEA-77608) 2012-01-13 14:22:35 +01:00
Denis.Zhdanov 9928d716dc IDEA-79806 Apply aligning of chained method calls in columns to fields 2012-01-13 14:05:30 +04:00
anna 68b545ed8d scope view: sort nodes on expand/collapse for non-IDEA IDEs (IDEA-79222) 2012-01-12 17:50:59 +01:00
Denis.Zhdanov 7628c27d40 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 16:59:41 +04:00
Alexey Kudravtsev d8f813215a some methods annotated by MagicConstant annotations 2012-01-12 16:41:33 +04:00
Alexey Kudravtsev a87146dc5b Magic constant inspection 2012-01-12 16:41:32 +04:00
anna c83de1280e inplace: decouple introduces from rename (I) 2012-01-12 13:20:52 +01:00
Denis.Zhdanov e1817ca159 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 13:03:13 +04:00
peter 2dc53a80fb don't show + for empty directories and packages in project view 2012-01-11 19:30:12 +01:00
Konstantin Bulenkov 6a0d47b27b mergeable line marker infos 2012-01-11 17:19:37 +01:00
Serega Vasiliev 69009b2cf3 file reference must be resolved through all(non explicit) module dependencies ( IDEA-79723) 2012-01-11 15:51:56 +01:00
Denis.Zhdanov be39880ffd IDEA-79714 No code example for certain code style space changes 2012-01-11 17:17:00 +04:00
anna 23ca3e01de inplace rename: check if element is valid to rename after substitution 2012-01-11 13:38:57 +01:00
Denis.Zhdanov 5e39306022 IDEA-79486 Java formatter: Correct processing of anonymous classes as method call arguments 2012-01-11 15:34:41 +04:00
Maxim.Medvedev 0cc17bf60d IDEA-79529 Groovy: Change Signature Refactoring doesn't work when renaming a method which implements Java interface 2012-01-11 14:30:56 +04:00
anna e7b0b8ec6c deadlock during safe delete from batch quick fix (IDEA-78213) 2012-01-10 21:19:56 +01:00
Konstantin Bulenkov 735dd0a4d6 provide property name 2012-01-10 20:29:16 +01:00
anna 7dca468bd3 move: do not show source root chooser for one root projects 2012-01-10 19:12:18 +01:00
anna cfd22a6f66 extract superclass: update references in jsp imports correctly (IDEA-79706) 2012-01-10 19:12:17 +01:00
Alexey Kudravtsev 0f64090d7c cleanup 2012-01-10 20:35:05 +04:00
anna f8809c6eb9 move: cache relative to project path 2012-01-10 11:13:29 +01:00
anna 6234320b6c NPE 2012-01-10 11:13:28 +01:00
Konstantin Bulenkov 33e2dde65f setColor implementation 2012-01-09 01:56:45 +01:00
Konstantin Bulenkov e0f0e559bb IDEA-79615 LineMarker for 'java.awt.Color' 2012-01-08 15:07:02 +01:00
Konstantin Bulenkov 1cedb2b28f Color line marker initial 2012-01-06 16:54:18 +01:00
peter edbb4ecc18 IDEA-53526 Velocity - Ctrl+Q on a macro name shows "No Documentation" even if there is documentation. 2012-01-05 20:38:47 +01:00
peter 9abb4afbdf remove the unused MemberFilter 2012-01-05 20:38:47 +01:00
peter d3329c8512 don't show synthetic methods in groovy structure view 2012-01-05 20:38:46 +01:00
peter d0f7824299 don't insert a space after a keyword if there's already one 2012-01-05 20:38:46 +01:00
Maxim.Medvedev cb6362db2f Correct messages for classes defined in Groovy files 2012-01-05 21:32:38 +04:00
anna 6f992d0420 move: show directory chooser when package was not changed 2012-01-05 15:33:13 +01:00
anna c93a25a9ee usages of api documented as since: display mane corrected after keys introduction 2012-01-04 20:20:17 +01:00
Yann Cebron ce7c8fe646 use UIUtil.HTML_MIME 2012-01-04 13:44:25 +01:00
anna a6a1646162 speed search in destination combo: wrap null to avoid misunderstanding during matching 2012-01-04 13:37:55 +01:00
peter 2a4b7353e5 use java structure view for groovy 2012-01-02 13:09:07 +01:00
peter 2841c3eb28 select word to honor camel-humps in java string literals, treat $ as word separator 2012-01-01 23:14:31 +01:00
peter 8720fb18fe don't overwrite trailing space in java & groovy keyword completion 2012-01-01 23:14:31 +01:00
peter 3bc866a991 IDEA-59783 Properties files: code completion list does not open after dot character 2011-12-30 18:06:50 +01:00
peter ff8964d0ca cleanup 2011-12-30 17:08:28 +01:00
peter 75c5872a0a IDEA-51920 'Suspicious call to Map.get' inspection should be aware of dataflow type information 2011-12-30 16:18:34 +01:00
Konstantin Bulenkov db6338fade provide information about a place where we are 2011-12-30 12:07:14 +01:00
Konstantin Bulenkov 24b8bb3c6b rollback for a while to fix tests 2011-12-30 08:46:42 +01:00
Konstantin Bulenkov 0ff8d6073a fix SOE 2011-12-29 18:38:44 +01:00
Konstantin Bulenkov 72a6f0c030 move inner classes down 2011-12-29 18:38:43 +01:00