This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6448426e0bb6d12240944fb65ca59ad704a884c6
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
T
History
peter.gromov
6448426e0b
[rev=neuro159] IDEA-62218 Inner enums completion
2010-12-01 19:58:52 +03:00
..
className
in basic completion in java, act like smart completion for class names after new
2010-11-17 17:32:47 +03: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
[rev=neuro159] IDEA-62218 Inner enums completion
2010-12-01 19:58:52 +03:00
normalSorting
don't let some inner JDK classes be above my precious CompletionType in lookups
2010-11-26 14:34:14 +03:00
smartType
IDEA-53883 Anonymous classes and Ctrl+Shift+Space completion may cause IDE Fatal error
2010-11-19 20:59:39 +03:00
smartTypeSorting
getUserData should be before getUserDataString
2010-11-24 21:16:52 +03:00
style
more on *Impl sorting in completion
2010-11-25 14:12:04 +03: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
…