Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eclipse Templates
#1
What eclipse templates do you use?

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

notnull
Code:
if(${word_selection} == null){
    ${cursor}
}
[Image: 7rL6Nl0.png]
Reply
#2
whatt
Reply
#3
About eclipse themes, I prefer to disable theming
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website