Is anyone aware of the eclipse plug-in or method to generate eclipses / sessions on a line like this To:
public string getAbc () {back abc; }
instead of
public string getAbc () {back abc; }
I'm Eclipse V. 3.2.2.
Thank you.
I do not know how to create eclipse in the desired format, but after these regular methods You can search / replace expressions using:
Find:
(? M) ((?: Public | private | secure)? [\ W $ ] +) (Get | set | is) ([\ w $] +] \ (([\ W $] + (?: \ [\])? [\ W $] +)? \) \ {\ S + (return [\ w $] + | this. [\ W $ replacement by: $ 1 $ 2 $ 3 ($ 4) {$ 5}
code>
this Bhiwykti generators and Setters will change as a line. Do not worry about turning it on the run with a mixture of newly built methods, it will work fine.
Comments
Post a Comment