Home
last modified time | relevance | path

Searched refs:editorTopLine (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectlayoutloader.cpp172 pf->editorTopLine = 0; in Open()
207 pf->editorTopLine = getInt; in Open()
276 …if (f->editorOpen || f->editorPos || f->editorPos_2 || f->editorTopLine || f->editorTopLine_2 || f… in Save()
293 cursor_1->SetAttribute("topLine", f->editorTopLine); in Save()
H A Dprojectfile.cpp35 editorTopLine(0), in ProjectFile()
71 editorTopLine(pf.editorTopLine), in ProjectFile()
H A Dcbeditor.cpp981 m_pControl->ScrollToLine(m_pProjectFile->editorTopLine); in SetProjectFile()
1039 m_pProjectFile->editorTopLine = m_pControl->GetFirstVisibleLine(); in UpdateProjectFile()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DBrowseTrackerLayout.cpp239 if (f->editorOpen || f->editorPos || f->editorTopLine || f->editorTabPos) in Save()
249 cursor->SetAttribute("topLine", f->editorTopLine); in Save()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dprojectfile.h163 int editorTopLine; // layout info variable