News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Strange behavior when editing...

Started by PerryWerneck, November 17, 2009, 01:49:53 AM

Previous topic - Next topic

PerryWerneck

Hi,

I just build codeblocks from svn on Mandriva 2010 and I'm getting a strange behavior in editor: When a file is open or selected all the text is selected; like I was pressed ^A and, if I deselect and change something the cursor goes to the first position on text.

Any help would be appreciated.

---
Perry Werneck
Brasilia - DF - Brazil

Jenna

Did you use a fresh checkout ?

If you use automake-system, run "make clean" and "./bootstrap" before "./configure ...".
If you use C::B's project-files remove "src/devel", "src/output", "src/.objs " and "src/include/*.gch" to be absolutely sure nothing older remains.

When using "automake" be sure the pch's are deleted ("src/include/*.gch").

PerryWerneck

Ops. My fault! I forgot the "make clean"   :oops:
---
Perry Werneck
Brasilia - DF - Brazil