Hi guys,
I have a sourceview widget and I would like to iterate over the lines rather than get_source_buffer(). Could not find any applicable material so I wanted to ask on your expertise if there is a nice way to do it ?
Current status ;
RefPtr<Gsv::Buffer> buf = source_view.get_source_buffer () ;
cout << buf->get_text() << std::endl;
std::string test = buf->get_text();
I am on GTK3 with gtksourceviewmm 3,