The Bytecode Club
Eclipse Templates - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86)
+--- Thread: Eclipse Templates (/showthread.php?tid=1516)



Eclipse Templates - zooty - 12-21-2015

What eclipse templates do you use?

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

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



RE: Eclipse Templates - Bibl - 12-22-2015

whatt


RE: Eclipse Templates - Wdestroier - 12-22-2016

About eclipse themes, I prefer to disable theming