Commit Graph
16 Commits
Author SHA1 Message Date
Dmitry Jemerov da2d0959ea API to execute typed handler postprocessing in a separate command
This allows to undo the formatting separately from the typing which
has triggered the formatting (IDEA-126243)
2018-04-18 19:06:08 +02:00
Petr Kudriavtsev 51044549a7 Additional fix for IDEABKL-4743 Automatic placement of ";" characters
-- added test case for typing in block comment
2018-01-15 16:57:47 +03:00
Petr Kudriavtsev be7f7c9c68 Additional fix for IDEABKL-4743 Automatic placement of ";" characters
-- after review improvement 4: added test cases for string/char literals
2018-01-15 15:02:36 +03:00
Petr Kudriavtsev 0a419eb1c0 Implemented IDEABKL-4743 Automatic placement of 2018-01-12 17:35:01 +03:00
peter 45f9ede9ac don't add annotation attribute braces when typing comma inside string (IDEA-177182) 2017-08-09 18:40:09 +02:00
peter 2461a8751c IDEA-163986 Code complete second default array argument in annotation 2017-05-09 14:37:54 +02:00
Dmitry Batrak fc8e00f006 IDEA-158599 Semicolon not inserted in string literals and comments 2016-07-15 17:24:17 +03:00
Dmitry Batrak f43d280fc0 fix tests (following commit 83b4e7e) 2016-02-02 15:40:07 +03:00
Dmitry Batrak 0a2e21407b inserting paired brace for lambda body (following IDEA-CR-8127) 2016-02-02 15:40:07 +03:00
Dmitry Batrak 83b4e7e39b IDEA-115612 Insert pair brace before dot in Java 2016-02-02 13:39:26 +03:00
Dmitry Batrak 05015b2e8a IDEA-136397 Close brace in try resource block 2015-02-20 11:35:58 +03:00
Sergey Ignatov cf262822d4 java: handle { after if/while statement condition and insert new block statement if needed:
complicated conditions case
2014-08-29 15:02:24 +04:00
Sergey Ignatov b3523f5240 java: handle { after if/while statement condition and insert new block statement if needed 2014-08-29 10:57:47 +04:00
Dmitry Batrak 1d198e18bb IDEA-127695 Formatting is breaking on typing 2014-07-23 20:10:16 +04:00
Dmitry Batrak 1b1a23a9e9 IDEA-120465 Code completion: no Autopopup code completion and inserting pair brackets if Column selection mode is on
added tests
2014-07-09 14:52:39 +04:00
Dmitry Batrak eb997fbc03 multi-caret typing fixes for Java files 2014-03-26 12:41:22 +04:00