Home
last modified time | relevance | path

Searched refs:GetCurrentLine (Results 151 – 175 of 227) sorted by relevance

12345678910

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/
H A Dstc.cpp382 int len = LineLength(GetCurrentLine()); in GetCurLine()
2597 int wxStyledTextCtrl::GetCurrentLine() { in GetCurrentLine() function in wxStyledTextCtrl
2932 int len = LineLength(GetCurrentLine()); in GetCurLineRaw()
/dports/x11-toolkits/scintilla/scite/src/
H A DSciTEBase.cxx370 std::string SciTEBase::GetCurrentLine() { in GetCurrentLine() function in SciTEBase
1554 std::string line = GetCurrentLine(); in StartCallTip()
1594 std::string line = GetCurrentLine(); in ContinueCallTip()
1669 const std::string line = GetCurrentLine(); in StartAutoComplete()
1694 const std::string line = GetCurrentLine(); in StartAutoCompleteWord()
1898 …const std::string linebuf(GetCurrentLine(), 0, currentPos); // Just get text to the left of the ca… in StartExpandAbbreviation()
H A DSciTEBase.h606 std::string GetCurrentLine();
/dports/editors/scite/scite/src/
H A DSciTEBase.cxx370 std::string SciTEBase::GetCurrentLine() { in GetCurrentLine() function in SciTEBase
1554 std::string line = GetCurrentLine(); in StartCallTip()
1594 std::string line = GetCurrentLine(); in ContinueCallTip()
1669 const std::string line = GetCurrentLine(); in StartAutoComplete()
1694 const std::string line = GetCurrentLine(); in StartAutoCompleteWord()
1898 …const std::string linebuf(GetCurrentLine(), 0, currentPos); // Just get text to the left of the ca… in StartExpandAbbreviation()
H A DSciTEBase.h606 std::string GetCurrentLine();
/dports/devel/py-pyface/pyface-7.2.0/pyface/wx/
H A Dshell.py765 line = self.GetCurrentLine()
771 line = self.GetCurrentLine()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dworkspacebrowserf.cpp551 int currentLine = control->GetCurrentLine() + 1; in OnTreeItemSelected()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/
H A Dwxscintilla.cpp383 int len = LineLength(GetCurrentLine()); in GetCurLine()
2590 int wxScintilla::GetCurrentLine () { in GetCurrentLine() function in wxScintilla
2881 int len = LineLength (GetCurrentLine()); in GetCurLineRaw()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/
H A Dstc.interface.h.in164 int GetCurrentLine();
H A Dstc.cpp.in275 int wxStyledTextCtrl::GetCurrentLine() {
672 int len = LineLength(GetCurrentLine());
H A Dstc.cpp448 int len = LineLength(GetCurrentLine()); in GetCurLine()
4137 int wxStyledTextCtrl::GetCurrentLine() { in GetCurrentLine() function in wxStyledTextCtrl
4534 int len = LineLength(GetCurrentLine()); in GetCurLineRaw()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteframe.cpp611 int line = editor->GetCurrentLine() + 1; // start at 1 in OnSTCUpdateUI()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/
H A Dstc.interface.h.in164 int GetCurrentLine();
H A Dstc.cpp.in275 int wxStyledTextCtrl::GetCurrentLine() {
672 int len = LineLength(GetCurrentLine());
H A Dstc.cpp448 int len = LineLength(GetCurrentLine()); in GetCurLine()
4137 int wxStyledTextCtrl::GetCurrentLine() { in GetCurrentLine() function in wxStyledTextCtrl
4534 int len = LineLength(GetCurrentLine()); in GetCurLineRaw()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dmacrosmanager.cpp252 m_ActiveEditorLine = cbSTC->GetCurrentLine() + 1; in RecalcVars()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/
H A Dstc.cpp.in287 int wxStyledTextCtrl::GetCurrentLine() {
594 int len = LineLength(GetCurrentLine());
H A Dstc.cpp476 int len = LineLength(GetCurrentLine()); in GetCurLine()
4760 int wxStyledTextCtrl::GetCurrentLine() { in GetCurrentLine() function in wxStyledTextCtrl
5067 int len = LineLength(GetCurrentLine()); in GetCurLineRaw()
/dports/math/gambit/gambit-16.0.1/library/src/
H A Dfile.cc68 int GetCurrentLine(void) const { return m_currentLine; } in GetCurrentLine() function in __anonaab4b1290111::GameParserState
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSScanner.cpp485 nsDependentSubstring nsCSSScanner::GetCurrentLine() const { in GetCurrentLine() function in nsCSSScanner
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSScanner.cpp406 nsCSSScanner::GetCurrentLine() const in GetCurrentLine() function in nsCSSScanner
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/
H A Dwxscintilla.cpp500 int len = LineLength(GetCurrentLine()); in GetCurLine()
4810 int wxScintilla::GetCurrentLine() { in GetCurrentLine() function in wxScintilla
5125 int len = LineLength(GetCurrentLine()); in GetCurLineRaw()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/AutoVersioning/
H A DAutoVersioning.cpp752 i = fileManifest.GetCurrentLine(); in UpdateManifest()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/codesnippets/
H A Dcodesnippetswindow.cpp810 … snippet.Replace(wxT("\n"), wxT('\n') + editor->GetLineIndentString(ctrl->GetCurrentLine())); in ApplySnippet()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DEditline.cpp1341 uint32_t Editline::GetCurrentLine() { return m_current_line_index; } in GetCurrentLine() function in Editline

12345678910