Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
List of community Patches
kkez:
Patch name : [ Patch #1104 ] "Fold all on file open" fix
Bug fixed:
--- Quote ---The 2531 revision introduced a new feature but also the bug i reported here: https://developer.berlios.de/bugs/?func=detailbug&bug_id=7780&group_id=5358
The problem is that the file is opened after the SetEditorStyles() call, because SetLineNumberColWidth(); needs the editor line count. But the "fold all on file open" feature needs to be called before the file is opened. So i splitted SetEditorStyles() in two function, one to be called before the file is opened, one to be called after.
You can still call SetEditorStyles() that will call both these functions.
--- End quote ---
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1104&group_id=5358
Is applied to the core code : Yes
TheTuxKeeper:
Patch name : [ Patch #1107 ] Renamed console_runner(.exe) to cb_console_runner(.exe)
Changes :
- renamed console_runner(.exe) to cb_console_runner(.exe)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=3260.0
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1107&group_id=5358
Is applied to the core code : Yes
kkez:
Patch name : [ Patch #1108 ] Set windres' regex to have higher priority than the other
Bug fix :
- [ Bug #7393 ] CB hangs when error in a .rc file
Link to the forum where it can be discussed: none
Link to the patch at Berlios : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1108&group_id=5358
Is applied to the core code : Yes
kai:
Patch name : [ Patch #1106 ] catch all signals in gdb and not only SIGSEGV
Problems fixed :
- C::B only checked for SIGSEGV and other signals like SIGFPE were ignored in a debug session.
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1106&group_id=5358
Is applied to the core code : no
-----------------------------------------------------------------------
Patch name : [ Patch #1109 ] also update debug windows when source is not available
Problems fixed :
- in a debug session using gdb after a SIGSEGV C::B did not update the debug windows when the source file was unknown. this patch adds a regular expression to check for lines like "0xb000000 in ?? ()"
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1109&group_id=5358
Is applied to the core code : no
-----------------------------------------------------------------------
kkez:
Patch name : [ Patch #1110 ] Unfold if folding is turned off
Bug fix :
- [ Bug #7785 ] Code stays folded after deactivating folding
Link to the forum where it can be discussed: none
Link to the patch at Berlios : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1110&group_id=5358
Is applied to the core code : Yes
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version