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-06-14 08:14:43 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
40c073a07352c93c2ba851fe686aebece54f10fb
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
T
History
peter
40c073a073
uninitialized fields should be offered at least when initializing them
2011-02-23 15:13:40 +01:00
..
className
Test data fixed
2011-02-19 20:22:04 +01:00
customFileType
…
dot
…
keywords
don't show some java keywords in some java places, but show some keywords in some other places (e.g. IDEA-58589)
2010-10-28 21:19:20 +04:00
normal
uninitialized fields should be offered at least when initializing them
2011-02-23 15:13:40 +01:00
normalSorting
IDEA-50627 Don't suggest uninitialized instance members in constructor when smart-completing
2011-02-22 18:58:44 +01:00
smartType
IDEA-63641 Eliminate variable itself from autocomplete list
2011-02-23 15:13:39 +01:00
smartTypeSorting
IDEA-65234 Smart Completion: suggest most-probable method for delegation
2011-02-21 21:05:53 +01:00
style
items that are prefixes of other items should go first
2011-02-14 21:21:32 +01:00
variables
don't show some java keywords in some java places, but show some keywords in some other places (e.g. IDEA-58589)
2010-10-28 21:19:20 +04:00
word
…