mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]
Now three options is available: use FQN always, never, or when not imported. Last is used by default. Converted and moved boolean legacy setting from CommonCodeStyle settings into JavaCodeStyleSettings.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import java.io.*;
|
||||
|
||||
/**
|
||||
* {@link java.io.FileInputStream<caret>}
|
||||
* {@link FileInputStream<caret>}
|
||||
*/
|
||||
|
||||
class Foo {
|
||||
|
||||
Reference in New Issue
Block a user