Home
last modified time | relevance | path

Searched refs:selCurrentPos (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.cxx4025 int selCurrentPos, selAnchorPos; in LineSelection() local
4030 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4033 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4036 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4041 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4042 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4045 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4049 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4050 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4054 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.cxx4012 int selCurrentPos, selAnchorPos; in LineSelection() local
4017 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4020 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4023 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4028 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4029 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4032 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4036 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4037 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4041 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.cxx4322 int selCurrentPos, selAnchorPos; in LineSelection() local
4327 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4330 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4333 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4338 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4339 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4342 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4346 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4347 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4351 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.cxx4432 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4437 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4440 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4443 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4448 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4449 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4452 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4457 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4461 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.cpp4398 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4403 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4406 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4409 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4414 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4415 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4418 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4422 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4423 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4427 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.cxx4418 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4423 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4426 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4429 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4434 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4435 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4438 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4442 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4443 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4447 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.cxx4348 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4353 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4356 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4359 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4364 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4365 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4368 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4372 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4373 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4377 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp4398 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4403 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4406 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4409 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4414 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4415 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4418 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4422 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4423 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4427 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp4398 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4403 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4406 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4409 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4414 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4415 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4418 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4422 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4423 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4427 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp4398 Sci::Position selCurrentPos, selAnchorPos; in LineSelection() local
4403 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4406 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4409 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4414 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4415 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4418 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4422 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4423 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4427 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.cxx4439 Sci::Position selCurrentPos; in LineSelection() local
4445 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4448 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4451 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4457 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4460 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4464 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4465 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4469 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.cxx4435 Sci::Position selCurrentPos; in LineSelection() local
4441 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4444 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4447 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4452 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4453 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4460 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4461 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4465 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.cxx4435 Sci::Position selCurrentPos; in LineSelection() local
4441 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4444 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4447 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4452 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4453 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4460 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4461 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4465 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/editors/textadept/scintilla/src/
H A DEditor.cxx4439 Sci::Position selCurrentPos; in LineSelection() local
4445 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4448 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4451 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4457 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4460 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4464 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4465 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4469 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/editors/scite/scintilla/src/
H A DEditor.cxx4439 Sci::Position selCurrentPos; in LineSelection() local
4445 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
4448 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
4451 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
4456 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
4457 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4460 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
4464 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
4465 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
4469 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx6110 int selCurrentPos, selAnchorPos; in LineSelection() local
6115 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
6118 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
6121 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
6126 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
6127 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6130 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
6134 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
6135 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6139 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx6069 int selCurrentPos, selAnchorPos; in LineSelection() local
6074 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
6077 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
6080 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
6085 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
6086 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6089 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
6093 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
6094 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6098 SetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx6110 int selCurrentPos, selAnchorPos; in LineSelection() local
6115 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
6118 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
6121 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
6126 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
6127 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6130 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
6134 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
6135 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6139 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx6200 int selCurrentPos, selAnchorPos; in LineSelection() local
6205 selCurrentPos = pdoc->LineStart(lineCurrent_ + 1); in LineSelection()
6208 selCurrentPos = pdoc->LineStart(lineCurrent_); in LineSelection()
6211 selCurrentPos = pdoc->LineStart(lineAnchor_ + 1); in LineSelection()
6216 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, false) + 1; in LineSelection()
6217 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6220 selCurrentPos = StartEndDisplayLine(lineCurrentPos_, true); in LineSelection()
6224 selCurrentPos = StartEndDisplayLine(lineAnchorPos_, false) + 1; in LineSelection()
6225 selCurrentPos = pdoc->MovePositionOutsideChar(selCurrentPos, 1); in LineSelection()
6229 TrimAndSetSelection(selCurrentPos, selAnchorPos); in LineSelection()