On 2015-09-13 17:58, Martin Schreiber wrote: > There are no reports and I never saw the effect myself. > Please send the original file so I can try to reproduce the problem.
https://raw.githubusercontent.com/graemeg/fpGUI/develop/src/gui/fpg_edit.pas Around line 1408 you will find the TfpgBaseEdit.GetClientRect() function. Like I mentioned, on a restart of the IDE the problem goes away for a while. So it is intermittent, but it has occurred enough times during the last few days, that it is definitely not a coincidence or a once-off issue. I have noticed somewhat of a pattern in the pasted code. The "combining of two lines into one" normally appears in the first few lines. Say the anything in the first 1-4 lines of text, and the combining of lines doesn't seem to occur more that once in pasted text. And when it occurs, I can reproduce the problem with that same set of code - until I restart the IDE. I also double checked my originating code with another text editor, that can show hex view, for any hidden characters at the point where lines are combined. No odd characters were ever found. I'm assuming MSEide doesn't apply any code formatting on paste - like Lazarus loves to do (damn annoying). Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

