Author Topic: List of community Patches  (Read 78238 times)

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #45 on: March 27, 2006, 05:41:28 pm »
Patch name : [ Patch #957 ] Conditional jump or move depends on uninitialised value(s)
Problem fixed:
 - One if-statement in cbThreadPool::SetConcurrentThreads depends on the uninitialised value of one member.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=957&group_id=5358
Is applied to the core code : Yes.
« Last Edit: March 29, 2006, 12:20:53 am by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #46 on: March 27, 2006, 05:42:55 pm »
Patch name : [ Patch #958 ] Remove some memory-leaks
Problem fixed:
 - This patch removes some memory-leaks.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2721.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=958&group_id=5358
Is applied to the core code : Yes.
« Last Edit: April 05, 2006, 01:00:20 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

sethjackson

  • Guest
Re: List of community Patches
« Reply #47 on: March 29, 2006, 08:29:55 pm »
Patch name : [ Patch #968 ] Half of Feature Request #1962
Feature added:
 - http://developer.berlios.de/feature/?func=detailfeature&feature_id=1962&group_id=5358
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=968&group_id=5358
Is applied to the core code : Yes.
« Last Edit: April 08, 2006, 02:40:43 pm by sethjackson »

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #48 on: March 30, 2006, 08:52:58 pm »
Patch name : [ Patch #973 ] Fix crash on Linux (caused by the removed DDE-option)
Problem fixed:
 - The Linux version still has one line of code that refers to the now removed DDE-option in the environment-settings-dialog and without this ressource the line will dereference a 0-pointer and this leads to a crash. This patch removes this line as it is useless without this ressource.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2696
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=973&group_id=5358
Is applied to the core code : Yes.
« Last Edit: March 31, 2006, 11:48:37 am by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #49 on: April 01, 2006, 03:30:16 pm »
Patch name : Make Search->Find and Search->Find in files more consistent
Problem fixed:
 - There is a little inconsistensy when opening the search-dialoge: If accessed through Search->Find both tabs are visible. But if accessed through Search->Find in files only the tab for "Find in files" is there. But as long as there is an open editor the other tab should be there, too. This patch makes the behaviour of "Search->Find" and "Search->Find in files" more consistent.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=978&group_id=5358
Is applied to the core code : Yes.
« Last Edit: April 24, 2006, 09:51:04 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #50 on: April 08, 2006, 08:22:09 pm »
Patch name : [ Patch #985 ] Feature Request #2119 (swap header/source enchancement)
Problem fixed:
 - This patch implements feature request #2119 (swap header/source enchancement): https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=2119&group_id=5358
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=985&group_id=5358
Is applied to the core code : Yes.
« Last Edit: May 12, 2006, 10:37:13 am by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

sethjackson

  • Guest
Re: List of community Patches
« Reply #51 on: April 27, 2006, 07:38:40 pm »
Patch name : [ Patch #1016 ] bool cbEditor::SaveAs()
Problem fixed :
 - http://forums.codeblocks.org/index.php?topic=2987.0
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2987.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1016&group_id=5358
Is applied to the core code : Yes.
« Last Edit: April 27, 2006, 08:35:27 pm by sethjackson »

Offline Typz

  • Single posting newcomer
  • *
  • Posts: 3
Re: List of community Patches
« Reply #52 on: May 01, 2006, 01:07:54 pm »
Patch name : Microsoft VC++ 2005 support
Problems fixed :
  The Microsoft VC++ 2003 has been superceded by the free edition of Microsoft VC++ 2005 (VC++Express). The platform SDK still needs   to be installed separatly, though.
  This patch adds support for this compiler (new options, better platform SDK auto-detection, additional path configuration needed).
Link to the forum where it can be discussed : None.
Link to the patch at sourceforge : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1024&group_id=5358
Is applied to the core code : no

sethjackson

  • Guest
Re: List of community Patches
« Reply #53 on: May 05, 2006, 08:10:21 pm »
Patch name : [ Patch #1031 ] Caret Period
Feature added :
 - Allow the user to set the caret "blink" period.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1031&group_id=5358
Is applied to the core code : Yes.
« Last Edit: May 31, 2006, 05:43:14 pm by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #54 on: May 11, 2006, 10:10:53 pm »
Patch name : [ Patch #1043 ] Bug #7099
Problem fixed :
 - http://developer.berlios.de/bugs/?func=detailbug&bug_id=7099&group_id=5358
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1043&group_id=5358
Is applied to the core code : Yes.
« Last Edit: May 16, 2006, 04:54:00 pm by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #55 on: May 19, 2006, 07:49:45 pm »
Patch name : [ Patch #1062 ] Bug #7208
Bug fixed :
 - http://developer.berlios.de/bugs/?func=detailbug&bug_id=7208&group_id=5358
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=1062&group_id=5358
Is applied to the core code : No.

sethjackson

  • Guest
Re: List of community Patches
« Reply #56 on: May 22, 2006, 04:37:34 pm »
Patch name : [ Patch #1065 ] Margin width
Feature added :
 - The user can now set the width of the line numbers column (Unfortunately I have yet to figure out how to get it to dynamically adjust).
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=1065&group_id=5358
Is applied to the core code : Yes.
« Last Edit: May 22, 2006, 11:00:51 pm by sethjackson »

Offline Defender

  • Multiple posting newcomer
  • *
  • Posts: 49
Re: List of community Patches
« Reply #57 on: May 22, 2006, 07:13:46 pm »
Patch name : [ Patch #1066 ] Dynamic line number column width setting
Refined :
 - Now C::B dynamically adjusts the width of the line numbers column.
Link to the forum where it can be discussed : topic
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1066&group_id=5358
Is applied to the core code : No.

// I don't know why it was added multiple times, they are all the same... sorry anyways
« Last Edit: May 23, 2006, 08:20:01 am by Defender »

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: List of community Patches
« Reply #58 on: May 23, 2006, 06:25:16 am »
Patch name : [ Patch #1072 ] Dynamic line number column width setting
Refined & Fixed:
 - Adjusted patch 1066 to check the configuration file for whether or not to use dynamic line width.
 - Adjusted patch 1066 to use wxWindow::GetExtent to properly account for text size, in both the dynamic and fixed cases.
 - Added check box option to Editor->General Settings->Other Options
Link to the forum where it can be discussed : Original Topic.
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1072&group_id=5358
Is applied to the core code : No.

EDIT:  This patch will be updated to more the check box to the "Gutters, margins, etc.." pane and to incorporate sethjackson's patch which allows you to manually set it.  I will change the units from pixels, to actual numbers though.
« Last Edit: May 23, 2006, 03:49:43 pm by Game_Ender »

Offline Defender

  • Multiple posting newcomer
  • *
  • Posts: 49
Re: List of community Patches
« Reply #59 on: May 23, 2006, 04:40:16 pm »
Patch name : [ Patch #1074 ] Dynamic line number column width setting final
Refined :
 - Should work fine now, with all the additions of thomas, sethjackson, and Game_Ender, hope it is ok, for everyone now :)
Link to the forum where it can be discussed : topic
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1074&group_id=5358
Is applied to the core code : No.

-------------
Updated patch greys out the spincontrol when needed.
Update2 treats wisth as chars.
« Last Edit: May 24, 2006, 07:26:46 am by Defender »