|
|
|
@ -31,7 +31,7 @@ Source::View::View() { |
|
|
|
override_font(Pango::FontDescription("Monospace")); |
|
|
|
override_font(Pango::FontDescription("Monospace")); |
|
|
|
set_show_line_numbers(true); |
|
|
|
set_show_line_numbers(true); |
|
|
|
set_highlight_current_line(true); |
|
|
|
set_highlight_current_line(true); |
|
|
|
set_smart_home_end(Gsv::SMART_HOME_END_ALWAYS); |
|
|
|
set_smart_home_end(Gsv::SMART_HOME_END_BEFORE); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
string Source::View::GetLine(const Gtk::TextIter &begin) { |
|
|
|
string Source::View::GetLine(const Gtk::TextIter &begin) { |
|
|
|
|