Home
last modified time | relevance | path

Searched refs:get_selection_bound (Results 1 – 25 of 69) sorted by relevance

123

/dports/deskutils/gnote/gnote-41.1/src/
H A Dundo.cpp182 buffer->move_mark (buffer->get_selection_bound (), in undo()
196 buffer->move_mark (buffer->get_selection_bound(), in redo()
279 buffer->move_mark (buffer->get_selection_bound(), in undo()
296 buffer->move_mark (buffer->get_selection_bound(), in redo()
391 buffer->move_mark (buffer->get_selection_bound(), start_iter); in undo()
403 buffer->move_mark (buffer->get_selection_bound(), start_iter); in redo()
442 buffer->move_mark (buffer->get_selection_bound(), start_iter); in undo()
498 buffer->move_mark (buffer->get_selection_bound(), iter); in undo()
517 buffer->move_mark (buffer->get_selection_bound(), iter); in redo()
558 buffer->move_mark (buffer->get_selection_bound(), iter); in undo()
[all …]
H A Dnotemanager.cpp357 buffer->move_mark(buffer->get_selection_bound(), selection); in create_note_from_template()
/dports/deskutils/gnote/gnote-41.1/src/plugins/bugzilla/
H A Dinsertbugaction.cpp46 buffer->move_mark(buffer->get_selection_bound(), buffer->get_iter_at_offset(m_offset)); in undo()
64 buffer->move_mark(buffer->get_selection_bound(), buffer->get_iter_at_offset(m_offset)); in redo()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/modules/
H A Dmove.py102 buf.move_mark(buf.get_selection_bound(), start)
105 buf.move_mark(buf.get_selection_bound(), start)
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/multiedit/multiedit/
H A Dviewactivatable.py400 buf.move_mark(buf.get_selection_bound(), piter)
429 mm = buf.get_iter_at_mark(buf.get_selection_bound())
652 buf.move_mark(buf.get_selection_bound(), insert)
748 buf.move_mark(buf.get_selection_bound(), start)
762 buf.move_mark(buf.get_selection_bound(), end)
840 buf.move_mark(buf.get_selection_bound(), iterwas)
/dports/editors/gedit/gedit-40.1/plugins/snippets/snippets/
H A Dplaceholder.py142 self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
144 self.buf.move_mark(self.buf.get_selection_bound(), self.begin_iter())
273 self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
H A Dcompletion.py151 buf.move_mark(buf.get_selection_bound(), buf.get_start_iter())
/dports/editors/pluma/pluma-1.26.0/plugins/snippets/snippets/
H A DPlaceholder.py136 self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
138 self.buf.move_mark(self.buf.get_selection_bound(), self.begin_iter())
267 self.buf.move_mark(self.buf.get_selection_bound(), self.end_iter())
H A DCompletion.py134 buf.move_mark(buf.get_selection_bound(), buf.get_start_iter())
/dports/editors/setzer/Setzer-0.4.1/setzer/document/search/
H A Dsearch.py119 bound_iter = buffer.get_iter_at_mark(buffer.get_selection_bound())
148 bound_iter = buffer.get_iter_at_mark(buffer.get_selection_bound())
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTextBuffer.t81 isa_ok($buffer -> get_selection_bound(), "Gtk2::TextMark");
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailtextview.c168 static gint get_selection_bound (GtkTextBuffer *buffer);
1492 selection_bound = get_selection_bound (buffer); in _gail_text_view_mark_set_cb()
1544 gail_text_view->previous_selection_bound = get_selection_bound (buffer); in _gail_text_view_changed_cb()
1585 get_selection_bound (GtkTextBuffer *buffer) in get_selection_bound() function
1646 gail_text_view->previous_selection_bound = get_selection_bound (buffer); in insert_idle_handler()
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dfindbar.py150 buf.move_mark(buf.get_selection_bound(), end_iter)
/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/t/
H A Dzz-GtkTextBuffer.t94 isa_ok($buffer -> get_selection_bound(), "Gtk3::TextMark");
/dports/textproc/meld-legacy/meld-1.8.6/meld/ui/
H A Dfindbar.py170 buf.move_mark( buf.get_selection_bound(), it )
/dports/editors/gobby/gobby-0.4.13/src/
H A Ddocument.cpp673 if(result == cpp_buffer->get_selection_bound()->get_iter() ) in insert_impl()
674 cpp_buffer->move_mark(cpp_buffer->get_selection_bound(), begin); in insert_impl()
/dports/deskutils/zim/zim-0.74.3/tools/
H A Dinternationalizer.py170 self.textview.scroll_mark_onscreen(buffer.get_selection_bound())
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_base.cpp72 get_buffer()->select_range(iter, get_buffer()->get_selection_bound()->get_iter()); in on_motion_notify_event()
1091 auto selection_start_iter = get_buffer()->get_selection_bound()->get_iter(); in on_key_press_event()
1118 auto selection_start_iter = get_buffer()->get_selection_bound()->get_iter(); in on_key_press_event()
1400 …auto last_selection_bound = std::make_shared<Mark>(get_buffer()->get_selection_bound()->get_iter()… in setup_extra_cursor_signals()
1477 if(iter == get_buffer()->get_selection_bound()->get_iter()) in setup_extra_cursor_signals()
1483 if(iter == get_buffer()->get_selection_bound()->get_iter()) in setup_extra_cursor_signals()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/colorpicker/
H A Dcolorpicker.py227 if mark != buf.get_insert() and mark != buf.get_selection_bound():
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dtext.h515 int get_selection_bound() const;
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/modules/find/
H A Dfinder.py194 buf.move_mark(buf.get_selection_bound(), buf.get_iter_at_mark(buf.get_insert()))
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextbuffer.h663 Glib::RefPtr<TextBuffer::Mark> get_selection_bound();
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dtext.hg112 _WRAP_METHOD(int get_selection_bound() const, clutter_text_get_selection_bound)
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextbuffer.h637 Glib::RefPtr<TextBuffer::Mark> get_selection_bound();
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/visualizer/visualizer/
H A Dipython_view.py526 selection_mark = self.text_buffer.get_selection_bound()

123