Menu

#645 cmt_convert_tab_to_spaces will also remove the indenting tabs outside?

0.62
works-for-me
None
C
5
2016-03-22
2015-07-09
Yann Chou
No

when cmt_convert_tab_to_spaces = true
[tab1]// comment[tab]1
tab2
tab3
[tab4]/ comment[tab]2
[tab5][tab]comment[tab]3
[tab6]
/
tab7
the [tab] was replaced by spaces and also [tab1][tab4][tab5][tab6] was replaced too!
I think it should only replace the tabs 'inside' the comments?

Discussion

  • Yann Chou

    Yann Chou - 2015-07-09

    just reedit:

    [tab1]// comment[tab]1
    [tab2]code 1
    [tab3]code 2
    [tab4]/* comment[tab]2
    [tab5][tab]comment[tab]3
    [tab6]*/
    [tab7]code3
    
     

    Last edit: Yann Chou 2015-07-09
  • Guy Maurel

    Guy Maurel - 2015-11-09

    Have a look to the option:
    indent_with_tabs=number
    number could be 0, 1 or 2

     
  • Guy Maurel

    Guy Maurel - 2016-03-22
    • status: open --> works-for-me
    • assigned_to: Guy Maurel