|
|
|
@ -257,6 +257,7 @@ Source::View::View(const boost::filesystem::path &file_path, const boost::filesy |
|
|
|
|
|
|
|
|
|
|
|
set_tooltip_and_dialog_events(); |
|
|
|
set_tooltip_and_dialog_events(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_tab_width(4); //Visual size of a \t hardcoded to be equal to visual size of 4 spaces
|
|
|
|
tab_char=Config::get().source.default_tab_char; |
|
|
|
tab_char=Config::get().source.default_tab_char; |
|
|
|
tab_size=Config::get().source.default_tab_size; |
|
|
|
tab_size=Config::get().source.default_tab_size; |
|
|
|
if(Config::get().source.auto_tab_char_and_size) { |
|
|
|
if(Config::get().source.auto_tab_char_and_size) { |
|
|
|
|