On OSX if you change Code::Blocks font size, the program crashes. There is a workaround for this problem: Search for default.conf configuration file in this location:
/Users/username/Library/Application Support/codeblocks/default.conf
Close the IDE and add these lines as a child element in the <editor> section:
<FONT>
<str>
<![CDATA[0;18;75;90;90;0;Monaco;0]]>
</str>
</FONT>
The second number (18 on the image) is the default font size when Code::Blocks starts. Edit this number to the desired size.
A bejegyzés trackback címe:
Kommentek:
A hozzászólások a vonatkozó jogszabályok értelmében felhasználói tartalomnak minősülnek, értük a szolgáltatás technikai üzemeltetője semmilyen felelősséget nem vállal, azokat nem ellenőrzi. Kifogás esetén forduljon a blog szerkesztőjéhez. Részletek a Felhasználási feltételekben és az adatvédelmi tájékoztatóban.