mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-148225 {@code} and {@literal} Javadoc blocks aren't treated literally by Ctrl+Q
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://Foo"><code>Foo</code></a></b></small><PRE>int <b>foo</b></PRE>
|
||||
&gt; is > &lt; is < &quot; is "</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
/**
|
||||
* {@literal > is > < is < " is "}
|
||||
*/
|
||||
int foo;
|
||||
}
|
||||
Reference in New Issue
Block a user