Commit Graph
51918 Commits
Author SHA1 Message Date
nik d4bb62b01b missing files added 2010-08-10 10:41:12 +04:00
nik 9698a79f31 workaround reverted 2010-08-10 10:38:55 +04:00
Denis Zhdanov 5a617f3f87 IDEA-57341 Soft wrap: remove ability to fold wrapped lines in editor
Only console editor gutter shows fold regions that operate on a single logical line now
2010-08-10 10:30:53 +04:00
anna 949f0d69e5 update moved files references 2010-08-10 10:26:38 +04:00
anna 03252dea74 check if file already moved (IDEA-57351) 2010-08-10 10:26:37 +04:00
anna 5915e2daa1 override/implement: substitute types in method type parameters list (IDEA-57267) 2010-08-10 10:26:36 +04:00
anna e18d3e0881 pull up/push down: type parameters can be used in type parameters list as well as type elements (IDEA-57268) 2010-08-10 10:26:36 +04:00
anna 88d6d35d9f refactorings: do not touch text occurences if find usages prohibit such searches (IDEA-57319 ) 2010-08-10 10:26:35 +04:00
Denis Zhdanov 5ce12d6658 IDEA-57201 "Optimize imports" drops comments between import statements
Took static imports into consideration
2010-08-10 09:57:57 +04:00
Dmitry Trofimov 936a17eb20 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 00:06:54 +04:00
Dmitry Trofimov 12fe982689 fixed django line commenter (PY-1206) 2010-08-09 23:57:21 +04:00
Roman Shevchenko d54c9047ec CE build number fixed 2010-08-09 22:57:25 +04:00
Alexey Pegov f97873eacc no focus border is back 2010-08-09 20:30:12 +04:00
Alexey Pegov 5fdf0dab5c Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-09 20:17:59 +04:00
Alexey Pegov 342d752886 TreeComboBox 2010-08-09 20:17:37 +04:00
Denis Zhdanov 214a3aa080 IDEA-57201 "Optimize imports" drops comments between import statements
Comments are preserved on optimized import list construction now
2010-08-09 19:35:29 +04:00
irengrig 55ec05c497 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-09 19:27:35 +04:00
irengrig 4f4cfd42a4 VCS: show diff from annotate, not completed jet, but usable 2010-08-09 19:24:54 +04:00
anna 1994a3eaf9 sanitize suggested java identifiers 2010-08-09 18:54:36 +04:00
anna 3b8170b617 testng: NPE if setUp throws exception 2010-08-09 18:54:35 +04:00
anna 620efb5404 testng: disable testng tags support for v. > 5.12 2010-08-09 18:54:35 +04:00
anna 5cf3bbfd37 skip hierarch if first failed 2010-08-09 18:54:34 +04:00
anna 78ed42336a append lost printables 2010-08-09 18:54:34 +04:00
anna 8cb9f6edc8 presentation (IDEA-57208) 2010-08-09 18:54:33 +04:00
anna 46c3bd4fe8 bundle testng 5.13 2010-08-09 18:54:33 +04:00
anna d8b0141c02 preselect available type, leave inacessible in combo 2010-08-09 18:54:31 +04:00
anna a97f796ed0 NPE 2010-08-09 18:54:31 +04:00
anna f981dac24b dump printables on disk 2010-08-09 18:54:30 +04:00
anna 64a13bf17a javadoc: do not process the same pattern twice (IDEA-56852 ) 2010-08-09 18:54:30 +04:00
anna 62bc67ffba skip non code usages when collecting files for optimize imports 2010-08-09 18:54:29 +04:00
Anton Makeev 7f496af44f Maven: test 2010-08-09 16:57:53 +04:00
Anton Makeev e96f91a107 Maven: resolving version range module dependencies 2010-08-09 16:57:51 +04:00
Anton Makeev 439e0a2192 GoTo Test: do not show 'Create Test' action if not applicable. 2010-08-09 16:57:49 +04:00
nik 1d0c520e41 new compiler api: persistent state splitted to source and output state 2010-08-09 16:35:04 +04:00
Denis Zhdanov f482610910 IDEA-57223 Soft wrap: selection of wrapped part of a line is incorrectly repainted
1. Provided special handling of screen position processing when soft wrap belongs to the start drawing background offset;
2. Corrected lines repainting in order to conver all corresponding visual lines;
3. Modified scrolling timer in order to use visual posiitons instead of logical in order to take soft wrap into considerataion;
2010-08-09 15:41:20 +04:00
Konstantin Bulenkov 46f36e5a03 IDEA-56707 NPE at ChangeUtil.copyElement() 2010-08-09 15:34:44 +04:00
Alexey Pegov 8f5d2db1f6 fix popups: avoid double l&f init + avoid our own popupfactory wrapping 2010-08-09 15:03:55 +04:00
irengrig 11a955317b VCS: index out of bounds, when looking for object tag in a renderer 2010-08-09 15:00:58 +04:00
Alexey Kudravtsev b8df67025c get rid of contended read lock since TimedReference already synchronized 2010-08-09 14:44:19 +04:00
Alexey Kudravtsev fad55a919d use StripedLockIntObjectConcurrentHashMap instead of TIntHashMap guarded by read/write locks 2010-08-09 14:44:18 +04:00
Alexey Kudravtsev a84b5f1407 Use StripedLockConcurrentHashMap instead of LockPoolSynchronizedMap in UserDataHolder 2010-08-09 14:44:18 +04:00
Alexey Kudravtsev d47d570bb0 show dialog outside write action 2010-08-09 14:44:17 +04:00
Alexey Kudravtsev 980148e03b notnull 2010-08-09 14:44:16 +04:00
Rustam.Vishnyakov 18700e5963 IDEA-21113: Formatting for auto-generated CDATA section in mx:Script blocks 2010-08-09 13:02:36 +04:00
nik e1afb2e2d9 IDEA-57241: Can't run classes in a module that reference dependencies in "provided" scope. 2010-08-09 13:07:31 +04:00
Maxim Medvedev b17472e816 IDEA-53845 groovy: incorrect return value is ignored 2010-08-09 12:55:03 +04:00
nik 9d3f0f2828 workaround to fix showing popups on Linux 2010-08-09 12:46:11 +04:00
Anton Makeev ace3241a14 Storage: added 'already disposed' assertion 2010-08-09 11:27:27 +04:00
nik 52ef4e8f88 jps updated: fixed bugs in not-null instrumentation 2010-08-09 10:43:22 +04:00
nik 6f99c420de IAE removed because framework support dialog may be shown for existing module so some frameworks are already added 2010-08-09 09:45:13 +04:00