Menu

SetTabSize bug?

Instructor
2005-09-25
2013-05-20
  • Instructor

    Instructor - 2005-09-25

    [code]
    void main()
    {
        TiXmlDocument doc;
        doc.SetTabSize( 8 );
        doc.Load( "demotest.xml" );
        doc.SaveFile();
    }
    [/code]

    File does not changed.

     
    • Lee Thomason

      Lee Thomason - 2005-09-25

      Interesting mis-interpretation. I updated the documentation for SetTabSize().

      The function doesn't change the tab size - it enables ErrorRow() and ErrorCol() to return correct values.

      lee

       
    • Instructor

      Instructor - 2005-09-26

      Ok, got it.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.