[MonoDevelop] MoveTypeToFile implementation
Michael Hutchinson
m.j.hutchinson at gmail.com
Thu Dec 20 19:21:41 EST 2007
On Dec 20, 2007 6:25 PM, Ploscariu Simion <simion314 at yahoo.com> wrote:
> Hi, i send this 3 patches for review, this patches add
> a MoveTypeToFile method to the IRefactorer interface
> and to the classes that implement this interface. In
> CodeGeneration also i made a same method that is will
> call the method from an IRefactorer object.
> Finaly in the MonoDevelop.Ide.Commands i add a
> contextmenu when you right click a IClass type named
> Move type to File
> and that will manage the project and call the method
> from codegeneration.
>
> P.S this is my first patch excuse me if i do not know
> all the rules
Np, I understand it takes a while to get used to a project's practices.
I haven't had time to review the patch itself yet but i did notice
some style issues
* please use tabs for indentation, rather than a mixture of tabs and
spaces. It looks really odd for those of us with a different tab
width.
* Changelog entries can go in the "ChangeLog" file for each assembly
and can be included in the patch (one patch for all the files is fine)
* please follow the http://www.mono-project.com/Coding_Guidelines for code style
* please don't leave whitespace at the end of lines
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Monodevelop-list
mailing list