Lines Matching full:tabsize
1312 set, the default of 4 is used. The tabsize is set per document. Setting1313 the tabsize to 0 disables row/column tracking.1326 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }1328 int TabSize() const { return tabsize; }1362 int tabsize;