codeblocks_sf icon indicating copy to clipboard operation
codeblocks_sf copied to clipboard

DEAD Unofficial GIT clone of C::B repo in SourceForge

Results 9 codeblocks_sf issues
Sort by recently updated
recently updated
newest added

Update the wxSmithSTC component. * Remove the stc source and use the scintilla component provided by wxWidgets * Update the code generation of the RichTextCtrl (asserts, or wrong behavior on...

This patch allows running any target with a hosted application which allows developers to use run to, for example, launch the target binary in an emulator or send it to...

Add detection and right usage of line endings and indentation to wxSmith As mentioned in chat, here is a pull request for better commenting and discussing

MemoryDump update. I left all the new functions, I checked the patch, everything works.

Replacing the m_pText->clear() function with the replace function, it works faster. Replace 2 appendText calls with one writeText call, speed up when outputting bytes greater than 512, writeText is faster.

I have not had the time to test these changes. Tim S.

Add object search folder for PCH. Change or add sdk.h include. This change resulted in my build time dropping from 25 seconds to 8 seconds. Tim S.

This pull request extends the debugger with memory range watches http://forums.codeblocks.org/index.php/topic,21457.30.html in addition it fixes a bug where debugger events are not fired cb92b4a and adds additional debugger events that...

This is the port from sqplus to sqrat The _[NOT COMPILE]_ marked commits do not compiler, because the project files are not updated until 77c1e3e52a74324117e36a52eb3bb70936133db5 . I have split up...