+1
Probably something could be done in codestyle to support that.

-----Original Message-----
From: "Damian Penney" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon, 12 Aug 2002 17:30:48 -0700
Subject: [Eap-features] Request: Customizable getter setter templates

> 
> Specifically I'd like to be able to create getter/setters that are on one
> line as most of the time they don't anything other than assigning or
> returning a variable.
> 
> The end result would look something like this..
> 
> public void setSomething(String something) { this.something = something; }
> public void setElse(String else) { this.else = else; }
> 
> Damian Penney
> 
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://lists.jetbrains.com/mailman/listinfo/eap-features
> 

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to