This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-05-14 17:20:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec5f440e09d1c88bf25e20b792a3661dcdfd06c2
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
History
peter
4658e65121
IDEA-143934 Failed to complete static methods on class from excluded package
2015-10-06 18:33:47 +02:00
..
className
[Java] When we complete class name after new then if constructor(s) exist: show documentation for it, for several constructors suggest list of links to particular constructor documentation, same way as we do for (overloaded) calls.
2014-12-24 22:05:27 +01:00
customFileType
…
dot
…
javadoc
Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]
2014-12-02 12:14:01 +02:00
keywords
IDEA-145752 Annotation attribute value: irrelevant completion proposals for boolean attribute (basic completion)
2015-10-02 14:42:41 +02:00
methodChains
…
normal
IDEA-143934 Failed to complete static methods on class from excluded package
2015-10-06 18:33:47 +02:00
normalSorting
IDEA-143920 Sort symbols in completion list in "natural" order
2015-08-20 16:25:18 +02:00
reflection
IDEA-134123 Reflection code completion generates Type....class instead of Type[].class for varargs
2015-01-02 17:19:54 +01:00
smartType
prefer expected type generics suggestions in java completion, overwrite existing type arguments (IDEA-145119)
2015-09-23 18:08:03 +02:00
smartTypeSorting
prefer instanceofed variants in java completion (IDEA-138937)
2015-04-08 18:13:15 +02:00
style
…
variables
…
word
…