Commit Graph
80739 Commits
Author SHA1 Message Date
Alexey Kudravtsev 5984433319 notnull 2012-04-10 11:57:58 +04:00
Alexey Kudravtsev d336f290e3 @override 2012-04-10 11:57:57 +04:00
Alexey Kudravtsev 76ad799f19 IDEA-84119 2012-04-10 11:57:56 +04:00
Denis.Zhdanov aec833ce34 EA-34555 - AE: IndentHelperImpl.getIndent 2012-04-10 11:38:03 +04:00
Denis.Zhdanov 9f2788385b EA-34864 - assert: CaretModelImpl.moveToOffset
Debug info has been added
2012-04-10 11:14:20 +04:00
Denis.Zhdanov c5cad5a92f EA-34917 - assert: ComponentManagerImpl.getPicoContainer 2012-04-10 08:08:56 +04:00
Denis.Zhdanov 9c0855f071 EA-34940 - ACTE: CodeEditUtil.checkForOuters 2012-04-10 08:08:55 +04:00
Denis.Zhdanov 23fa117ce3 EA-35209 - assert: DocumentFoldingInfo.loadFromEditor 2012-04-10 08:08:55 +04:00
Denis.Zhdanov 6ec3eab30d EA-35263 - IOOBE: SegmentArray.findSegmentIndex 2012-04-10 08:08:55 +04:00
Denis.Zhdanov 3de716a0dd EA-35269 - assert: EditorUtil.calcColumnNumber
It looks like the document has incorrect data (line feed symbol inside the line range). Debug info has been added
2012-04-10 08:08:55 +04:00
Gregory.Shrago b5165da3b5 common prefix detection 2012-04-09 23:17:59 +04:00
anna a7a754eade write action (IDEA-84255) 2012-04-09 20:29:45 +02:00
anna 37f41bf73f introduce variable from polyadic expression: ensure that selected expr would be replaced 2012-04-09 20:29:44 +02:00
Dennis Ushakov 41e4ff0913 native mac help, step one 2012-04-09 21:32:37 +04:00
Alexander Lobas f2b61941e4 Merge remote-tracking branch 'origin/master' 2012-04-09 21:21:38 +04:00
Alexander Lobas a09f87c378 LinearLayout 2012-04-09 21:21:05 +04:00
andrey.zaytsev eefc12245b more on Breakpoint Editor 2012-04-09 21:00:41 +04:00
Sergey Evdokimov 306d6eeeab Bug fix: IDEA does not save to XML 'output level' property of MavenGeneralSettings. This is actual for all enum properties of MavenGeneralSettings. 2012-04-09 20:50:47 +04:00
Maxim Shafirov 81ab895c34 Back to THashMap, which is less memory hungry than LinkedHashMap and ensure locality by sorting things. Please note, actual VirtualFile implementation does have an effective hashCode implementation 2012-04-09 20:09:57 +04:00
Sergey Evdokimov 553a73f16a User should be able to specify project settings as source of Maven General Setting and Maven Runner Settings. 2012-04-09 20:08:40 +04:00
anna a0413d39a8 testng: skip check hierarchy for inspections as this info already contains in the ref graph 2012-04-09 18:03:32 +02:00
anna 7690f94fdb NPE 2012-04-09 18:03:32 +02:00
Dmitry Avdeev d31c3a3882 IDEA-84264 IdeTalk plugin: multiple messages are logged endlessly 2012-04-09 19:17:28 +04:00
Dmitry Avdeev 9a483e8f85 analyze stacktrace descriptive tabs 2012-04-09 19:17:27 +04:00
Maxim Shafirov 3efaa00bc9 Make sure ref element iteration is performed in some locality friendly order. 2012-04-09 18:53:21 +04:00
Maxim.Mossienko c92ec2f35e less garbage and checks 2012-04-09 17:47:47 +04:00
irengrig 22ad6d4aea Merge remote branch 'origin/master' 2012-04-09 17:30:58 +04:00
irengrig 81c2249e4c NPE in stack trace annotations 2012-04-09 17:29:50 +04:00
anna 923f9b22ce do not mark as conflict static methods from different (inherited) classes by default 2012-04-09 15:14:49 +02:00
Konstantin Bulenkov 1806e9f6aa fix clicks through balloon 2012-04-09 14:52:51 +02:00
irengrig 9606f395b3 Merge remote branch 'origin/master' 2012-04-09 16:25:33 +04:00
irengrig 4873fe1a55 VCS: correct checks for whether the project is disposed when listening VFS in application-level listener + in dirty scope manager 2012-04-09 15:59:29 +04:00
anna c45481d439 static allow unchecked conversions tweaks 2012-04-09 13:58:47 +02:00
Roman Shevchenko 2135f4299f IDEA-84086 (on Macs too, and allow parallel choosers) 2012-04-09 13:50:14 +02:00
irengrig 32dd2daa8a Vcs Guess: fix project file index belonging 2012-04-09 15:48:49 +04:00
Sergey Evdokimov f60a24c8d2 IDEA-83639 alternative project-level maven user settings file is not respected on maven run configuration creation
IDEA-20280 Maven runner says "no valid maven installation found"
2012-04-09 15:41:28 +04:00
anna e545e4a316 test data for IDEA-22547 2012-04-09 13:14:20 +02:00
anna e53c751c96 test data for IDEA-21660 2012-04-09 13:07:33 +02:00
anna 7255e91447 test data for (IDEA-22899) 2012-04-09 13:02:28 +02:00
anna 38c8ea8d02 ambiguous method calls: conflict resolver, tests
(IDEA-24768)
warn in jdk7 about static methods classes with same erased signature
2012-04-09 12:43:31 +02:00
anna 6cfb2cafce ambiguous method calls: conflict resolver, tests
(IDEA-25097)
2012-04-09 12:22:53 +02:00
anna e386cea3ab ambiguous method calls: conflict resolver, tests (IDEA-78027) 2012-04-09 12:12:56 +02:00
anna d8748bb076 ambiguous method calls: conflict resolver, tests
(IDEA-67832; IDEA-67837; IDEA-67573; IDEA-57306;
 IDEA-57535; IDEA-57269; IDEA-57278; IDEA-57317)
2012-04-09 11:57:27 +02:00
Denis.Zhdanov b43bae19e1 EA-35306 - assert: CaretModelImpl.moveToOffset
Debug check is added
2012-04-09 13:38:31 +04:00
Sergey Simonchik 45a7582d03 DirectoryProjectGeneratorProductAware interface added 2012-04-09 12:31:24 +04:00
Rustam Vishnyakov e65c755d70 Custom folding builder fix (WI-10608) 2012-04-09 12:06:53 +04:00
Alexey Kudravtsev f814f07fc1 dreaded language substitutors in injection problem 2012-04-09 11:22:28 +04:00
Alexey Kudravtsev 31cf979f37 do not strip the blank end line of the file if ensureBlankLine=true && stripModified=NONE 2012-04-09 11:22:27 +04:00
Alexey Kudravtsev 0e849145b6 IDEA-84195 single line of code has multiple methods on it IDEA displays the interface icon multiple times causing display to be funky 2012-04-09 11:22:26 +04:00
Roman Shevchenko dfd5c6e3ca IDEA-84086 (remember last open location per-project) 2012-04-08 23:44:18 +02:00