I’m trying to insert a string at the cursor’s position.. I’m writing a syntax highlighter control and I’m wanting to make a function so the user can comment out a line of code. “// blah” all this would do is insert the specified comment identifier..
Share
1 Answer