Commit Graph
5 Commits
Author SHA1 Message Date
Denis.Zhdanov 5fdda8663e IDEA-74544 Copy-Paste a string literal with '\n' character inserts actual line-feed instead of '\n'
All elements from the copied text are correctly parsed now and only string literal content is un-escaped if necessary now
2011-10-06 13:12:38 +04:00
Denis.Zhdanov 4642c32042 IDEA-74544 Copy-Paste a string literal with '\n' character inserts actual line-feed instead of '\n'
StringLiteralCopyPasteProcessor handles string literals at the pasted text now
2011-10-04 14:28:34 +04:00
Denis Zhdanov 39a2ce32a8 Out-dated comment is removed 2011-02-28 11:05:55 +03:00
Denis Zhdanov 8ba5d2f75c IDEA-65747 Javadoc: Don't use attribute value on javadoc tag autocompletion
1. Tag name only is used during javadoc tag auto completion;
2. Corresponding test is added;
3. java-impl module config file is corrected in order to define test source root;
2011-02-21 16:10:48 +03:00
Denis Zhdanov bd5fc794e0 IDEA-64964 Javadoc: Provide ability to configure IntelliJ IDEA to automatically insert closing tags during typing in javadoc
1. Javadoc typed handler with 'auto insert closing tag' logic is added;
2. Corresponding test is added;
3. Corresponding GUI control is provided;
2011-02-02 16:06:01 +03:00