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

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #75 on: June 12, 2006, 08:33:26 pm »
Patch name: [ Patch #1124 ] Menu item to open the default workspace
Feature added:
Added menu item to open the default workspace if a different workspace is open
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=1124&group_id=5358
Is applied to the core code: Yes
« Last Edit: July 15, 2006, 10:19:14 pm by kkez »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #76 on: June 12, 2006, 08:34:31 pm »
Patch name: [ Patch #1125 ] Replace in files
Feature added:
[ Feature Request #2058 ] Replace in files
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=1125&group_id=5358
Is applied to the core code: Yes with some changes by mandrav  :)
« Last Edit: July 15, 2006, 10:19:37 pm by kkez »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: List of community Patches
« Reply #77 on: June 15, 2006, 02:28:16 am »
Patch name: [ Patch #1132 ] Added autotools option to install sdk headers
Feature added:
SDK headers can be installed by autotools
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3293.0
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1132&group_id=5358
Is applied to the core code: No
Nightly builds for openSUSE

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #78 on: June 30, 2006, 12:08:48 pm »
Patch name : [ Patch #1176 ] Feature Request #2308: Multiline Program Parameters
Problem fixed:
 - This patch implements feature request #2308 (Multiline Program Parameters): https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=2308&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=1176&group_id=5358
Is applied to the core code : Yes.
« Last Edit: July 06, 2006, 07:10:16 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 ironhead

  • Almost regular
  • **
  • Posts: 210
Re: List of community Patches
« Reply #79 on: July 15, 2006, 01:26:30 am »
Patch Name: [ Patch #1207 ] Have codecompletion work on editor activate as well as save
Problem Fixed:
- Previously the codecompletion dialog would parse the headers only when the active file was saved
- This patch causes the codecompletion plugin to parse the headers whenever a file is activated (like the file is opened by a user, or when a file is opened as part of the project opening)
Link to the fourm where it can be discussed: None.
Line to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1207&group_id=5358
Is applied to the core code: No.

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #80 on: July 22, 2006, 07:07:28 pm »
Patch name: [ Patch #1231 ] Fix for help plugin crash when only one item in the list
Plugin bug fix:
When there's only one help item in the list in the configuration dialog, the down button is enabled and if you click it CB will crash.
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=1231&group_id=5358
Is applied to the core code: Yes

//100th post  :mrgreen:
« Last Edit: July 22, 2006, 09:37:59 pm by kkez »

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: List of community Patches
« Reply #81 on: July 23, 2006, 11:01:53 pm »
Patch name: [ Patch #1233 ] Double-click or Enter runs wizard/template
Feature added:
Wizards in the "New from template" dialog can be run by double-clicking (or by selecting and hitting Enter), using the EVT_LIST_ITEM_ACTIVATED event.
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=1233&group_id=5358
Is applied to the core code: Yes
« Last Edit: July 26, 2006, 09:37:23 pm by TDragon »
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: List of community Patches
« Reply #82 on: July 26, 2006, 08:00:56 pm »
Patch name: Wrong messages in "Build messages"
Feature added:
Show correct "Build messages" if compilation failed (for errors not in the code).
Show correct "Build messages" if "Abort" button is pressed.
Now it always shows "=== Build finished: 0 errors, 0 warnings ===" (which is not true ;-)).
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3614.0
Link to the patch at BerliOS: None
Is applied to the core code: No (but no more needed, at least for the first part about errors)
« Last Edit: July 31, 2006, 03:58:41 pm by iw2nhl »

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: List of community Patches
« Reply #83 on: July 26, 2006, 08:04:50 pm »
Patch name: FindDialog improvement
Feature added:
In "Find in files" dialog, if the chosen scope is not "Search path", "Recurse sub directories" and "Hidden files" are not disabled as they should. This patch fixes that.
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3645.0
Link to the patch at BerliOS: None
Is applied to the core code: Yes
« Last Edit: July 27, 2006, 11:56:27 pm by iw2nhl »

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: List of community Patches
« Reply #84 on: July 26, 2006, 09:45:08 pm »
Patch name: Hourglass during project loading
Feature added:
Add an hourglass mouse pointer during project loading (to give feedback to the user of underlying work)
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3641.0
Link to the patch at BerliOS: None
Is applied to the core code: Yes (but with troubles, should be fixed in OnDropFiles())
« Last Edit: July 31, 2006, 04:00:16 pm by iw2nhl »

sethjackson

  • Guest
Re: List of community Patches
« Reply #85 on: August 01, 2006, 08:43:11 pm »
Patch name : [ Patch #1259 ] Wrong path to compiler settings
Problem fixed :
 - The debugger plugin gives the wrong path to the compiler settings menu option.
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=1259&group_id=5358
Is applied to the core code : Yes.
« Last Edit: August 02, 2006, 12:12:45 am by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #86 on: August 02, 2006, 12:11:57 am »
Patch name : [ Patch #1262 ] Make lexer
Problem fixed :
 - The sample code filename is wrong (It is my fault I believe :oops: ).
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=1262&group_id=5358
Is applied to the core code : Yes.
« Last Edit: August 02, 2006, 12:59:56 pm by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #87 on: August 04, 2006, 08:12:02 pm »
Patch name : [ Patch #1271 ] Bug #8254
Problem fixed :
 - http://developer.berlios.de/bugs/?func=detailbug&bug_id=8254&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=1271&group_id=5358
Is applied to the core code : Yes.
« Last Edit: August 04, 2006, 08:44:13 pm by sethjackson »

Offline Defender

  • Multiple posting newcomer
  • *
  • Posts: 49
Re: List of community Patches
« Reply #88 on: August 14, 2006, 09:52:16 am »
Patch name : [ Patch #1320 ]
Problem fixed : Missing WX_CFG macro in some contrib projects.
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=1320&group_id=5358
Is applied to the core code : no

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #89 on: August 20, 2006, 01:33:43 am »
Patch name : [ Patch #1361 ] Fix for bug #8444
Problem fixed:
 - This patch fixes bug #8444 (Saved empty files areleft as Untitled# in Opened-Files list.).
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=1361&group_id=5358
Is applied to the core code : Yes.
« Last Edit: August 20, 2006, 11:16:35 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.