michele
04/14/2016, 1:30 PMmichele
04/14/2016, 1:34 PMbbade
04/14/2016, 3:32 PMandyfleming
04/14/2016, 7:06 PMyole
04/14/2016, 8:26 PMandyfleming
04/14/2016, 8:38 PM/**
+ enterandyfleming
04/14/2016, 8:39 PMyole
04/14/2016, 8:47 PM@param
tag is too verbose and not necessarily easy to read; the docs usually read better if you simply refer to each parameter in the descriptive textdebug
04/15/2016, 5:10 PMdebug
04/15/2016, 5:12 PMdebug
04/15/2016, 5:17 PMdebug
04/15/2016, 5:18 PMdebug
04/15/2016, 5:18 PMdebug
04/16/2016, 4:31 AMcleiter
04/18/2016, 9:03 AMthis
at the top of the autocompletion listorangy
apply
function, so the suggestion should be a little bit more generic. Consider several `this`es in context:
a.apply {
b.apply {
with(c) {
// here “thises” are c,b,a
}
}
}
What completion should show near the comment here?orangy
this
at all. Where should they appear?cleiter
04/18/2016, 9:28 AMapply
so it would help thereorangy
cleiter
04/18/2016, 9:33 AMthis
. that's simple and there are no special rules about apply
etc., but probably still a bit too specific to includeorangy
kirillrakhman
04/18/2016, 9:37 AMorangy
kirillrakhman
04/18/2016, 9:39 AMkirillrakhman
04/18/2016, 9:40 AMPaul Woitaschek
04/18/2016, 1:16 PMPaul Woitaschek
04/18/2016, 1:17 PMPaul Woitaschek
04/18/2016, 1:17 PMPaul Woitaschek
04/18/2016, 1:17 PMAppCompatDelegate.setDefaultNightMode(prefsManager.getTheme().getNightMode());
it gives me an error warning that it should be one of @NightModes int.badlogic
04/18/2016, 4:12 PM