News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

codeblocks full reset

Started by bekabo, June 03, 2020, 02:05:21 AM

Previous topic - Next topic

bekabo

 :) can any one explain how to fully reset codeblock setting and format setting, I tried removing codeblocks with control panal and
deleting app data codeblock setting .

didnt work :'(. :'( :'( :'( :(

bekabo

I deleted all temps btw. and deleted codeblocks registery keys.

stahta01

Did you delete the Code::Blocks configuration files?

On Windows, look under "%APPDATA%\CodeBlocks" folder.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bekabo

yeah I tried that like 5 times , reinstalled then tried that again nothing changes. :'( :'( :'( :'( :'(

stahta01

So, I am guessing your problem is not in Code::Blocks.

Post what your problem is and maybe some one can help!

Link to FAQ on how to report Compiler Problem.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bekabo

I actually tried to reinstall that bec my editor wont format my code for unknown reason so its an editor problem ,
so how is that problem is not a codeblocks problem.

stahta01

Quote from: bekabo on June 03, 2020, 02:45:02 AM
I actually tried to reinstall that bec my editor wont format my code for unknown reason so its an editor problem ,
so how is that problem is not a codeblocks problem.

Since, you refused to report any information I guessed it was a Compiler problem!
There is no mind readers providing support!

I have no idea what you mean by "bec".

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bekabo

bec = becasue , and I Wanted to reinstall to resert my editor formattor setting,

but it wont work, if I can't reset it , guess I use another IDE .
  ty for replying :)

stahta01

Quote from: bekabo on June 03, 2020, 02:53:07 AM
bec = becasue , and I Wanted to reinstall to resert my editor formattor setting,

but it wont work, if I can't reset it , guess I use another IDE .
  ty for replying :)

Without information no one can help you!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

I have no idea what OS you are using!
I have no idea what you tried to do!
I have no idea what you thought should happen!
I have no idea what version of Code::Blocks you are using!

And, I have no idea why you posted no useful information!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bekabo

I am using windows 10,
my auto indention wont work correctly with funcions (cruley brackets)

so why I try to int main() { press enter }

it will be {
} no space

I thought it will {
space
}

I wanted to reset to fix , cant fix it .

and what is tim S. meaning

oBFusCATed

Sorry, but it is still not possible to understand what is your problem.
I could guess that you're complaining that C::B doesn't insert a line with indentation, but this is just a guess.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

bekabo

yeah , its simple like that , and it happend for no reason ,  I was writing a program then this problem happend.

bekabo

the problem happen with functions only, is it supposed to indent a line when I press enter after int main(){enter},

and becomes int main() {
        something here
}

or I am just dumb.

oBFusCATed

Yes, it works almost fine (sometimes it double indents), even with open brace on the same line style.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]