Home
last modified time | relevance | path

Searched refs:SetSelectionEnd (Results 1 – 25 of 128) sorted by relevance

123456

/dports/editors/micro/micro-2.0.10/internal/buffer/
H A Dcursor.go152 func (c *Cursor) SetSelectionEnd(pos Loc) { func
206 c.SetSelectionEnd(c.Loc.Move(1, c.buf))
208 c.SetSelectionEnd(c.Loc)
219 c.SetSelectionEnd(c.OrigSelection[1])
223 c.SetSelectionEnd(c.Loc.Move(1, c.buf))
327 c.SetSelectionEnd(c.Loc.Move(1, c.buf))
346 c.SetSelectionEnd(Loc{forward, c.Y}.Move(1, c.buf))
367 c.SetSelectionEnd(c.OrigSelection[1])
378 c.SetSelectionEnd(Loc{forward, c.Y}.Move(1, c.buf))
390 c.SetSelectionEnd(loc)
[all …]
H A Dbuffer_test.go54 cursor.SetSelectionEnd(op.end)
182 cursor.SetSelectionEnd(op.end)
/dports/editors/micro/micro-2.0.10/internal/action/
H A Dactions.go95 h.Cursor.SetSelectionEnd(h.Cursor.Loc)
611 h.Cursor.SetSelectionEnd(end)
677 h.Cursor.SetSelectionEnd(end)
870 h.Cursor.SetSelectionEnd(match[1])
895 h.Cursor.SetSelectionEnd(match[1])
915 h.Cursor.SetSelectionEnd(match[1])
957 h.Cursor.SetSelectionEnd(match[1])
984 h.Cursor.SetSelectionEnd(match[1])
1261 h.Cursor.SetSelectionEnd(h.Buf.End())
1692 c.SetSelectionEnd(match[1])
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsITextControlFrame.h29 NS_IMETHOD SetSelectionEnd(int32_t aSelectionEnd) = 0;
H A DnsTextControlFrame.h115 NS_IMETHOD SetSelectionEnd(int32_t aSelectionEnd) override;
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dtext_selection_controller.cpp72 SET(selection_end, end, SetSelectionEnd); in SetSelection()
/dports/devel/wxformbuilder/source/src/rad/codeeditor/
H A Dcodeeditor.cpp191 m_code->SetSelectionEnd( m_code->GetSelectionStart() ); in OnFind()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTextBoxBase.cs550 document.SetSelectionEnd (line, pos, true);
554 document.SetSelectionEnd (document.selection_start.line, document.selection_start.pos, true);
580 document.SetSelectionEnd (value + selection_length, true);
582 document.SetSelectionEnd (value, true);
806 document.SetSelectionEnd(last, last.text.Length, true); in SelectAll()
821 document.SetSelectionEnd(last, last.text.Length, false); in SelectAllNoScroll()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DTextControlState.h363 MOZ_CAN_RUN_SCRIPT void SetSelectionEnd(const dom::Nullable<uint32_t>& aEnd,
H A DHTMLTextAreaElement.cpp628 void HTMLTextAreaElement::SetSelectionEnd( in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
631 mState->SetSelectionEnd(aSelectionEnd, aError); in SetSelectionEnd()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsTextEditorState.h320 void SetSelectionEnd(const mozilla::dom::Nullable<uint32_t>& aEnd,
H A DHTMLTextAreaElement.cpp631 void HTMLTextAreaElement::SetSelectionEnd( in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
633 mState.SetSelectionEnd(aSelectionEnd, aError); in SetSelectionEnd()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DTextControlState.h433 MOZ_CAN_RUN_SCRIPT void SetSelectionEnd(const dom::Nullable<uint32_t>& aEnd,
H A DHTMLTextAreaElement.cpp611 void HTMLTextAreaElement::SetSelectionEnd( in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
614 mState->SetSelectionEnd(aSelectionEnd, aError); in SetSelectionEnd()
H A DHTMLTextAreaElement.h263 MOZ_CAN_RUN_SCRIPT void SetSelectionEnd(
/dports/www/firefox/firefox-99.0/dom/html/
H A DTextControlState.h433 MOZ_CAN_RUN_SCRIPT void SetSelectionEnd(const dom::Nullable<uint32_t>& aEnd,
H A DHTMLTextAreaElement.cpp609 void HTMLTextAreaElement::SetSelectionEnd( in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
612 mState->SetSelectionEnd(aSelectionEnd, aError); in SetSelectionEnd()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DTextControlState.h433 MOZ_CAN_RUN_SCRIPT void SetSelectionEnd(const dom::Nullable<uint32_t>& aEnd,
H A DHTMLTextAreaElement.cpp611 void HTMLTextAreaElement::SetSelectionEnd( in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
614 mState->SetSelectionEnd(aSelectionEnd, aError); in SetSelectionEnd()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLTextAreaElement.cpp792 HTMLTextAreaElement::SetSelectionEnd(int32_t aSelectionEnd) in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
796 SetSelectionEnd(selEnd, error); in SetSelectionEnd()
801 HTMLTextAreaElement::SetSelectionEnd(const Nullable<uint32_t>& aSelectionEnd, in SetSelectionEnd() function in mozilla::dom::HTMLTextAreaElement
H A DHTMLTextAreaElement.h286 void SetSelectionEnd(const Nullable<uint32_t>& aSelectionEnd, ErrorResult& aError);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/
H A Dastyleplugin.cpp296 control->SetSelectionEnd(end); in FormatEditor()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGuiColorTextEdit/
H A DTextEditor.h240 void SetSelectionEnd(const Coordinates& aPosition);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dformatindent.cpp193 control->SetSelectionEnd(pos_selEnd); in FormatSelection()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A DTextEditor.h249 void SetSelectionEnd(const Coordinates& aPosition);

123456