Author Topic: create_accessors  (Read 17600 times)

quackerjeff

  • Community Member
  • Posts: 11
  • Hero Points: 1
create_accessors
« on: April 18, 2012, 10:09:37 PM »
I'm not quite sure if SlickEdit already has this, I've looked but didn't see it.
Eclipse has a feature of generating accessors (setters/getters) to ease up on the
redundant coding, so I decided to do the same for SlickEdit.  I only support Java right
now, and I've written this with my Native Mac Version of SlickEdit, so it may not work with
other/older versions of SE.  If there is desire, I can modify the macro or if anyone is interested in helping, I can create a git repository for it.  I'd like to gradually create features
that Eclipse has and more!  I am certainly open to suggestions and criticisms.