12-21-2015, 10:35 PM
What eclipse templates do you use?
isnull
notnull
isnull
Code:
if(${word_selection} != null){
${cursor}
}
notnull
Code:
if(${word_selection} == null){
${cursor}
}