EnterInStringLiteralHandler should use language-specific option for operation sign (fixes IDEA-114783), [CR-IC-5159]

This commit is contained in:
Rustam Vishnyakov
2014-04-16 12:08:59 +04:00
parent e2e37aeab1
commit 29f708cca7
6 changed files with 78 additions and 1 deletions
@@ -0,0 +1,5 @@
public class Shakespeare {
void quote() {
String theQuote = "A fool thinks himself to be wise, <caret>but a wise man knows himself to be a fool.";
}
}