The Bytecode Club

Full Version: Eclipse Templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What eclipse templates do you use?

isnull
Code:
if(${word_selection} != null){
    ${cursor}
}

notnull
Code:
if(${word_selection} == null){
    ${cursor}
}
whatt
About eclipse themes, I prefer to disable theming