Menu

#5 Uncheck "Use Tabs" Bug

open
nobody
None
5
2013-01-14
2004-02-02
Anonymous
No

In menu Tools->Options->Editor
if we uncheck the "Use Tabs",
the editor still insert the tab char.

Discussion

  • feitian@cmlab.csie.ntu.edu.tw

    Logged In: YES
    user_id=967168

    The bug is in DbgRemoteView.cpp
    in function
    void CDbgRemoteView::AutoIndent()
    {
    :
    if (bAddExtraTab)
    {
    linebuff[pos] = '\t';
    linebuff[pos+1] = '\0';
    }

    :
    }

    see, it always insert "\t".

     
  • Hugh Gibson

    Hugh Gibson - 2004-02-19

    Logged In: YES
    user_id=732318

    Actually, this appears to be fixed by the bug fix I posted at
    http://sourceforge.net/tracker/index.php?
    func=detail&aid=896243&group_id=43297&atid=435860

     

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.