int main() {return 0;}
Is there anything helpful in the debug report ?
After removing all additional plugins the problem disappeared :(
Maybe I found a strange bug in 5432 and 5456.
There is no effect when I set the syntax background color in the syntax highlighting setting panel. :?
What OS ?
Can you explain exactly what colour you tried to change, that does not work.
I just tried several backgrounds for C++ on linux and there aren't any problems.
Can codeblocks editor recognize the proprocess blocks.
I open the save file in both Codeblocks and NotePad++. It seems that NotePad++ works well. See the screen shot below.
Can codeblocks editor recognize the proprocess blocks.
I open the save file in both Codeblocks and NotePad++. It seems that NotePad++ works well. See the screen shot below.
Just check "Settings -> Editor -> Folding -> Fold preprocessor commands".
Here is the Thread Search problem. (I'm using Windows XP)
In Setting->Editor-> I use "ISO-8859-1" and select "AS fallback encoding".
I open the source code of codeblocks. When I use the Thread Search or context menu->Find occurrence of some words, it will prompt a lot of messages saying many filed can't be opened. See the screen shot below.
Is there something wrong? Thank you!
HI, After unchecking "Allow only one running instance" in Setting -> General settings .
I found that I can still run one instance of c::b. (windows xp)
Is this a bug?
Thanks.
HI, After unchecking "Allow only one running instance" in Setting -> General settings .
I found that I can still run one instance of c::b. (windows xp)
Is this a bug?
Thanks.
Read what the next checkbox right after "Allow only one running instance" does and you understand.
Feature need for the 1024*768 screen.
Hi, I think a horizontal Scroll bar is need to show the build output. Because the output string will be truncated. See the screen shot below.
Thank you!
Feature need for the 1024*768 screen.
Hi, I think a horizontal Scroll bar is need to show the build output. Because the output string will be truncated. See the screen shot below.
Thank you!
The horizontal scrollbar should appear if you make the column larger. Maybe a quick method to expand it to the longest error message would be desirable. In Windows it can be achieved by double clicking the extender of the column, but not in Linux.
Feature need for the 1024*768 screen.
Hi, I think a horizontal Scroll bar is need to show the build output. Because the output string will be truncated. See the screen shot below.
Thank you!
The horizontal scrollbar should appear if you make the column larger. Maybe a quick method to expand it to the longest error message would be desirable. In Windows it can be achieved by double clicking the extender of the column, but not in Linux.
Index: src/plugins/debuggergdb/debuggeroptionsprjdlg.h
===================================================================
--- src/plugins/debuggergdb/debuggeroptionsprjdlg.h (revision 5471)
+++ src/plugins/debuggergdb/debuggeroptionsprjdlg.h (working copy)
@@ -15,6 +15,7 @@
class cbProject;
class wxListBox;
class DebuggerGDB;
+class CodeBlocksEvent;
class DebuggerOptionsProjectDlg : public cbConfigurationPanel
{
Windows NON PCH Build Fix
What about new relize verstion. Was no one since Feb 2008.Yeah, what's the problem with releasing a new version? Some people say that Code::Blocks development isn't active... It would be perfect if a new release appeared.
Some people say that Code::Blocks development isn't active...Those are ignorants. Why support them?
Some people say that Code::Blocks development isn't active...Those are ignorants. Why support them?
Some people say that Code::Blocks development isn't active...Those are ignorants. Why support them?
We are not ignorants!!! I cannot convince my company to start using C::B only because there are no new versions and there are no updates. Lot of companies and people (specially today) will come with money if you will publish more versions and updates.
Perfect is the enemy of new.
To clarify: If you don't see that we basically bring a new release witch each nightly that you are indeed ignoring our work. Period.We are not ignorants!!!Some people say that Code::Blocks development isn't active...Those are ignorants. Why support them?
I really hope I did not offend anybody ...Don't you worry...
Implementing something like a one-click-update-to the-last nightly [...]Well - the script to build the installer(s) are in SVN, too. So everybody can create the installation themselves if (s)he likes to have an installer that can also update an old version. It's very easy! For example: On Windows all you need is NSIS, the NSI script file from SVN and a compiled C::B (nightly). It should work right out-of-the-box. in addition the WiKi features a lot help on that topic, too.
Be sure companies will start contributing.
We're using Code::Blocks in production.
I want to vote for just renaming the "nighties" into something like "updates" or whatever, put them in an installer and link to them from the main page via the download link. It will improve CB's popularity of which all will profit.
We're using Code::Blocks in production.
I want to vote for just renaming the "nighties" into something like "updates" or whatever, put them in an installer and link to them from the main page via the download link. It will improve CB's popularity of which all will profit.
I agree too, many people shift to other IDEs because they think codeblocks is dead. I like codeblocks and I would like to see more people using it, because it is full-featured, multi-platform, really cool IDE ;)
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
I have not had time to verify the release works and has this fix it it.It has. :-)
Hi,
If my memory is good enough, wxTextFile is used to parse files.
I have no problem if I use UTF8 for encoding.
Some details at this thread (http://forums.codeblocks.org/index.php/topic,9075.msg65943.html#msg65943).
I have no time for development for now. The two items on my TODO list are this one and the size optimization for small screens with yesno patch.
Dje