Páginas

Mostrando postagens com marcador Windows. Mostrar todas as postagens
Mostrando postagens com marcador Windows. Mostrar todas as postagens

segunda-feira, 7 de janeiro de 2013

How to edit commit comments in Tortoise CVS


Have you forgotten to add some important information while committing a file and wanted to edit them later? Of course you can do that by command line, but I really hate to access CVS by command line on windows, mostly because the bash is horrible.

Here is what you can do to change the comments after commit in Tortoise CVS: 


  • Right click on on your file and select the History option.

  • Select the version you want to change the comments for.


  • Edit the comment as you wish, then select Apply or OK.


    • Shazam, you just edited your previous commit comment.

    terça-feira, 3 de julho de 2012

    How to open excel 2007 documents in new a window



    Just I quick post to solve a problem that I found some days ago.

    If you use Office 2007, you know how problematic is the way that Excel open new documents. The documents are open inside the current instance of Excel, but this is problem if you want to show 2 spreadsheets side-by-side or show then along multiple monitors.

    To solve this you need to change some register entrys so every time you open a new spreadsheet it should open on a new Excel window.

    I made a little .reg file to make this task easy. So what you need to do is just download this file and execute it.

    If you are not sure about how safe this is, well just open the .reg file with notepad and look what it do. Just Excel related registry entries are modified.

    That's it. Tell me if it helps you, and remember to code (calculate in this case) until it's done.