Commit Graph

40 Commits

Author SHA1 Message Date
Andrey Starovoyt 373deb8475 java postfix templates: '.format' template should be expression-based IDEA-139659 2015-04-27 17:06:08 +03:00
Alexander Zolotov 30c60fff7a ListTemplate action: do not overwrite prefix-matched template with template
that was found by description
2014-12-24 19:44:40 +03:00
Andrey Starovoyt b20fc1c936 live templates: incorrect adding generic parameter IDEA-134434 2014-12-23 18:18:43 +03:00
Andrey Starovoyt 315f1b9977 reduce scope of try postfix template (2) after review IDEA-132878 2014-12-05 14:42:09 +03:00
Andrey Starovoyt 0b767366cb postfix templates incorrect expand IDEA-133867 2014-12-04 21:20:26 +03:00
Andrey Starovoyt f1fb09084b postfix template: reduce scope of 'try' IDEA-132878 2014-12-02 18:06:44 +03:00
Andrey Starovoyt af6e705092 disable autocompletion for live/postfix templates 2014-12-01 16:48:30 +03:00
Andrey Starovoyt 2b128bf30d postfix template: EA-59129 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText 2014-08-05 16:55:44 +04:00
Andrey Starovoyt 6bf1409b85 postfix template fix ternary operator + test 2014-07-18 19:48:54 +04:00
Andrey Starovoyt 8e0bbd5967 cover with tests 2014-05-27 16:47:17 +04:00
Andrey Starovoyt 438a3e28ae final in "foreach" loop 2014-05-23 17:49:50 +04:00
Andrey Starovoyt 96d93a88e1 add new not expression test 2014-05-19 13:06:16 +04:00
Alexander Zolotov f7abe52af5 Delete dummy semicolon after postfix template expansion 2014-05-07 22:37:31 +04:00
Andrey Starovoyt a43d7f8726 added new test for live postfix templates 2014-04-21 17:55:24 +04:00
Andrey Starovoyt 5d908867e0 Add "try-with-resources" live postfix template 2014-04-17 17:57:50 +04:00
Alexander Zolotov 814a79afde Unify prefix calculation rules for live templates 2014-04-17 16:02:35 +04:00
Andrey Starovoyt fffcd492d5 Add "try" live postfix template 2014-04-16 14:45:35 +04:00
Alexander Zolotov 2f3d180fbd IDEA-123355 Postfix template expansions .null/.notnull after 'else' fail to provide a valid Java output
allow JavaWithIfExpressionSurrounder just after else keywords
2014-04-07 19:05:34 +04:00
Alexander Zolotov edb1f6b86f suppress postfix templates [r=ignatov] 2014-04-07 15:08:10 +04:00
Alexander Zolotov c3a806c92d EA-55600 2014-04-04 17:14:38 +04:00
Sergey Ignatov bf098f6e8f IDEA-121693 Postfix completion for System.out.println()
IDEA-122459 Postfix completion: template for String.format
2014-03-20 16:51:11 +04:00
Alexander Zolotov 8d6f72b2ca IDEA-121756 Don't provide postfix completion options in java string literals 2014-03-06 21:54:52 +04:00
Alexander Zolotov 68e033ec04 IDEA-121138 Tab completion does not work in autopopup 2014-02-24 15:30:15 +04:00
Alexander Zolotov e896024c69 Postfix completion: apply throw template on Throwable only 2014-02-20 16:07:52 +04:00
Alexander Zolotov 79e95dc617 Postfix completion: do not apply null, notnull and instanceof template on primitive types 2014-02-20 16:07:51 +04:00
Alexander Zolotov d9fb5143ca Add custom templates to completion list if corresponding Registry-key is enabled 2014-02-06 17:21:46 +04:00
Alexander Zolotov 7d2fe18916 IDEA-119910 Middle matching doesn't work if pattern starts with a digit 2014-01-28 16:04:30 +04:00
Alexander Zolotov 8aa8ca5de2 Postfix templates: fix template for anonymous classes 2014-01-13 15:40:55 +04:00
Alexander Zolotov 662747e275 Postfix completion: fix autopopup after float-literals 2014-01-07 12:44:11 +11:00
Alexander Zolotov b021743bbc Add extra test for new-expression template 2013-12-24 15:30:10 +04:00
Alexander Zolotov 4d61bc17b9 Postfix: enabled new-expression template 2013-12-24 15:26:06 +04:00
Alexander Zolotov 544d21fd9a ListTemplateAction should provide custom live templates 2013-12-23 18:11:18 +04:00
Sergey Ignatov ceee385d20 ! alias for not makes bulenkov happy 2013-12-19 14:14:03 +04:00
Sergey Ignatov dce2c1739c move postfix templates to java-impl 2013-12-19 12:35:51 +04:00
peter f3193142a7 make live template lookup behavior consistent with the "insert by dot/space/etc" option (IDEA-105285) 2013-05-07 18:17:04 +02:00
peter d53f535759 calc expected types for the entire live template range 2012-11-02 19:10:11 +01:00
peter 48fa2a3d6f hide lookup on typing special characters in a live template expression (IDEA-92139) 2012-10-02 16:31:59 +02:00
peter 979284c04d IDEA-42378 Live template expansion: existing identifier is converted to lower case 2012-07-30 14:45:50 +02:00
peter 9174f21059 IDEA-89061 Prefix match should be preferred over middle match when suggesting variable names 2012-07-20 11:07:12 +02:00
peter 51647b8898 listed templates can be selected by space, move the tests to community 2012-02-15 16:37:49 +01:00