[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] "Implement Method" refactoring should generate the definition in another file. Possible?
|
- From: "Imran Fanaswala" <imran.fanaswala@xxxxxxxxx>
- Date: Tue, 23 Dec 2008 22:01:46 +0300
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=gpiP31NYTR5B3zBSOIMQ1i6CZytpyzU0ZTD6dexVgWU=; b=A6fbQYwtqVwg2E7Gn8jm7iVJ2BSaMVKLeS0SdzuQ9nQlW21UQSNRdOUMu+HFztjyw8 R8bsgVOkhgnSggQM0i79f/e4ePVwXfWawpTfgkALPIHr8G3Hs7Z1B80oj/WZpl0honjs LbdW6051xuJlgY+1/LSC7xl1jhYTDaFh0IDCA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=MCUQD3V+gj/LlZQNv5m85yB2mjkIGESKFLPamdFa+bNGLvra9K9Xrmps6xRXrVTFBe T9XJqeLpWkgvWTS1UYFlzk+0AQO5BpzAjS+iQYDmnz9w7dQadmpEz7S+BaeRgL6iXrGO fUzRUvlWEQvudqqhnsLGVLiw5lHVyYpIl8zLY=
Hello,
Currently the "Implement Method" refactoring inlines the definition in
the same header file. Is it possible to generate a new .cc file, and
create the definition in there? If not, are there any particular
reasons why the CDT team has not implemented this?
I am considering contributing a patch for it - I'd like to know if
it's a worthy endeavor though ;)
Thanks for your hardwork