Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/adapt-it/adaptit
Browse files Browse the repository at this point in the history
  • Loading branch information
adaptitbruce committed Mar 18, 2024
2 parents 4ccfb56 + 000bb77 commit 8d5af9a
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 71 deletions.
11 changes: 11 additions & 0 deletions source/Adapt_It.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32227,6 +32227,17 @@ bool CAdapt_ItApp::OnInit() // MFC calls this InitInstance()
}
// whm 6Mar2024 testing above
*/
/*
// whm 16Mar2024 testing my revision of AddParagraphMarkers() below
wxString rBuffer = _T("This is test line 1\r\nThis is test line 2\rThis is test line 3\nThis is test line 4\\p This is test line 5\n\\p");
CAdapt_ItDoc* pDoc = GetDocument();
bool bIsUnstructured = pDoc->IsUnstructuredPlainText(rBuffer);
bIsUnstructured = bIsUnstructured;
int nTextLen = (int)rBuffer.Length();
pDoc->AddParagraphMarkers(rBuffer, nTextLen);
nTextLen = nTextLen;
// whm 16Mar2024 testing my revision of AddParagraphMarkers() above
*/

// wxLogDebug(_T("%s:%s line %d, m_szView.x = %d , m_szView.y = %d"), __FILE__, __FUNCTION__,
// __LINE__, m_szView.x, m_szView.y);
Expand Down
Loading

0 comments on commit 8d5af9a

Please sign in to comment.