|
|
|
@ -60,6 +60,7 @@ namespace Source { |
|
|
|
class View : public Gtk::TextView { |
|
|
|
class View : public Gtk::TextView { |
|
|
|
public: |
|
|
|
public: |
|
|
|
View(); |
|
|
|
View(); |
|
|
|
|
|
|
|
virtual ~View() { } |
|
|
|
void ApplyConfig(const Config &config); |
|
|
|
void ApplyConfig(const Config &config); |
|
|
|
void OnLineEdit(const std::vector<Range> &locations, |
|
|
|
void OnLineEdit(const std::vector<Range> &locations, |
|
|
|
const Config &config); |
|
|
|
const Config &config); |
|
|
|
|