News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code Blocks went crazy? (Unstable, cannot backspace, deletes highlighted text)

Started by FriendlyFire, October 01, 2010, 02:03:03 AM

Previous topic - Next topic

FriendlyFire

So I created a new project and code blocks seems to have lost it.  As I said above, I cannot backspace except for white space.  Any code I highlight is deleted.  Most of the color coding and auto format features are gone, and it is just really unstable.  Trying to play with it, C::B will crash two or three minutes in every time.

This is effecting my old projects as well, so I assume I messed with some setting on accident but have no idea what I did.  Also, it seems weird that a setting change would cause the program to crash constantly.  I apologize if it is an amateur question, I tried searching but could not find any similar threads.

MortenMacFly

Quote from: FriendlyFire on October 01, 2010, 02:03:03 AM
I apologize if it is an amateur question, I tried searching but could not find any similar threads.
Well first of all you didn't mention anything about your System / OS and version of Code::Blocks you are using (release / nightly / self-compiled?!). Without that information we can do hardly anything.

Except one thing which you can always try: Delete you Code::Blocks configuration file "default.conf".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

FriendlyFire

You are right, I have windows 7 and C::B 10.05 with GCC.  Also, I searched for default in the code blocks folder and did not find that final.

On the flip side, windows crashed and now C::B works again.  So, I might be back to this thread again but for now, happy days.

MortenMacFly

Quote from: FriendlyFire on October 01, 2010, 06:57:47 AM
I searched for default in the code blocks folder and did not find that final.
For the record: That file is in the %APPDATA% folder of Windows. I am not sure where that is on Wind7, on WinXP it is usually located at "C:\Documents and Settings\Application Data\codeblocks".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Loaden

Quote from: MortenMacFly on October 01, 2010, 07:20:46 AM
Quote from: FriendlyFire on October 01, 2010, 06:57:47 AM
I searched for default in the code blocks folder and did not find that final.
For the record: That file is in the %APPDATA% folder of Windows. I am not sure where that is on Wind7, on WinXP it is usually located at "C:\Documents and Settings\Application Data\codeblocks".
WIN + R, input %APPDATA%, then press Enter.
Then you can got it, it's located at %APPDATA%\codeblocks always.