11-19-2022, 04:18 PM
(11-19-2022, 01:13 PM)Jack Wrote: Pete
what happened to your first post?
when I paste it in the QB64 IDE all indentation looks like this: ááááááá
It doesn't do that on mine. I have my IDE set up to auto indent, and when I paste to it, it shows up left justified, and then immediately indents the code pasted, without any visible leading characters.
I made Sam-Clip remove indentations when pasting into the clip utility, so pasting from the utility into the IDE would not have any leading characters. An IDE, set up with the auto indent feature, would do the indenting.
I'm using version 3.30. If you are using the latest version I may have to check and see if something has changed.
Oh, if your Sam-Clip window by any chance shows text with indentations, it shouldn't. Please let me know if this is the case so I can figure out how a paste into Sam-Clip didn't remove document indentation. Right now it is set up to remove CHR$(9) TAB, leading spaces, and CHR$(0). I did not include CHR$(255) in that trim function.
Thanks,
Pete