Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Syntax Edit
  New Posts New Posts RSS Feed - Insert Text
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Insert Text

 Post Reply Post Reply
Author
Message
Guybrush View Drop Down
Groupie
Groupie


Joined: 15 October 2007
Location: Germany
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guybrush Quote  Post ReplyReply Direct Link To This Post Topic: Insert Text
    Posted: 23 January 2008 at 5:58am
As one can insert an empty line from the program, so automatically move the LineMarks?
With the Function InsertText, the LineMarks do nothing.
Thanks
Back to Top
AndreiM View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 18 August 2007
Status: Offline
Points: 132
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndreiM Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2008 at 10:33am
Use CXTPSyntaxEditCtrl members like:
  CXTPSyntaxEditCtrl::InsertString
  CXTPSyntaxEditCtrl::InsertTextBlock
  CXTPSyntaxEditCtrl::InsertRow
  CXTPSyntaxEditCtrl::RemoveRow
  CXTPSyntaxEditCtrl::DeleteBuffer
  CXTPSyntaxEditCtrl::DeleteSelection
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.