Commit Graph

16 Commits

Author SHA1 Message Date
Maxim.Mossienko ecbf2e64c5 [Java] When we complete class name after new then if constructor(s) exist: show documentation for it, for several constructors suggest list of links to particular constructor documentation, same way as we do for (overloaded) calls.
Also try hard for documentation to work on incomplete new expressions like 'new Class<caret>', 'new Class(<caret>)'. As useful side effect method documentation links are shown for overloads (or method documentation for no overloads) when documentation action is invoked in argument list.
2014-12-24 22:05:27 +01:00
Anna Kozlova b9abbfb21f template ConstructorInsertHandler test (IDEA-101429) 2014-06-04 20:49:39 +04:00
Dmitry Batrak 8c3d81d77b IDEA-80056 Column selection mode improvement
updating editor fixtures to work for multiple carets
2014-02-13 13:21:26 +04:00
peter f141942a3d IDEA-98283 Wrong code completion within annotations 2012-12-28 17:57:44 +01:00
peter 73ffd878be remove some common-prefix-based assertions in tests 2012-11-29 13:18:33 +01:00
Roman Shevchenko 74aa3eb4aa Fix test data 2012-07-12 21:23:01 +02:00
peter 3ff726cc31 in-code test environment 2012-06-28 21:26:37 +02:00
peter af2f70ae67 move heavy test to heavy test case 2012-06-28 21:26:37 +02:00
peter 3a3548f2a2 IDEA-83744 Always insert '()' when class name is completed after 'new' keyword 2012-06-22 14:44:11 +02:00
Roman Shevchenko 25e36ccea0 Coin completion tests moved from class name to normal 2011-03-10 21:34:37 +01:00
Roman Shevchenko ec147dd31d Better exceptions-only completion in catch 2011-03-10 21:34:36 +01:00
Roman Shevchenko 7b05a6c4a9 Completion in try-with-resources 2011-03-10 21:34:36 +01:00
Roman Shevchenko 9593bfc3f1 Completion in multi-catch 2011-03-10 16:40:50 +01:00
Roman Shevchenko 686129f0fb Test data fixed 2011-02-19 20:22:04 +01:00
peter.gromov 52a4227091 in basic completion in java, act like smart completion for class names after new 2010-11-17 17:32:47 +03:00
peter 3d76ccc31a ClassNameCompletionTest -> community 2009-10-15 19:04:14 +01:00