Save the Display position for every buffer opened to restore the position the next time

This commit is contained in:
2012-05-10 16:01:03 +02:00
parent 277045cde4
commit bbb1ea0a93
3 changed files with 44 additions and 6 deletions

View File

@@ -63,6 +63,8 @@ class CodeView :public ewol::WidgetScrooled
color_ts m_textColorBg; //!< Background color
int32_t m_bufferID;
bool m_buttunOneSelected;
etk::VectorType<coord2D_ts> m_lineNumberList;
void UpdateNumberOfLineReference(int32_t bufferID);
// drawing elements :
ewol::OObject2DTextColored m_OObjectTextNormal[NB_BOUBLE_BUFFER];
ewol::OObject2DTextColored m_OObjectTextBold[NB_BOUBLE_BUFFER];