Code::Blocks Forums

User forums => Help => Topic started by: blessyou on December 15, 2012, 01:38:49 am

Title: Line-breaking leaves the text where it was
Post by: blessyou on December 15, 2012, 01:38:49 am
Hello!
I've reinstalled my OS and Codeblocks, put the newest version on.
Since the reinstall my line-breaking does not 'pull' the letters behind the cursor with it
example:
if i break the line in between the two numbers in the word
randomword63test
it should look like this:
randomword6
3test
but for me it just goes into the new line, but leaves the word as it was.
How do I change that ? I've tried reinstalling a few times with different options, comparing my Editor options with my colleague's, disabling pluggins, but still the same problem.

Thanks in advance.
Title: Re: Line-breaking leaves the text where it was
Post by: Alpha on December 16, 2012, 03:28:08 am
Did you press the Insert key?
Is your Shift key stuck?
Title: Re: Line-breaking leaves the text where it was
Post by: blessyou on December 16, 2012, 01:38:26 pm
oh yes, that fixed it, thx!