Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsohdubom
    • CommentTimeAug 11th 2008 edited
     permalink

    Although I´ve configure by modifying the preferences.itConfig to tab 2 and soft spaces, it works for new files and files that I saved in this configuration. There are 2 odd behaviour happening:

    1. In case I open an already existent file which tabulation that is other than that I set, it assumes its own settings

    2. The bundles: even when using a set like tab=2 with soft spaces when I insert, for ex: html and hit the tab key, it creates the html tag with 4 spaces:

    <html>
    ....
    </html>

    but I should return:

    <html>
    ..
    </html>

    • CommentAuthorestmatic
    • CommentTimeSep 24th 2008
     permalink
    Any info on sohdubom's second question? I have my default spacing set to 3 soft spaces, but the bundle snippets ignore that setting. Should there be some special variable, ${TAB}, that we could use for indentation so inType can replace it with the current tab setting?