News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

List of community Patches

Started by killerbot, December 28, 2005, 09:31:26 AM

Previous topic - Next topic

kkez

#75
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

kkez

#76
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  :)

TheTuxKeeper

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.next.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

Der Meister

#78
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.
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.

ironhead

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.

kkez

#80
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:

TDragon

#81
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
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

iw2nhl

#82
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.next.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)

iw2nhl

#83
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.next.codeblocks.org/index.php?topic=3645.0
Link to the patch at BerliOS: None
Is applied to the core code: Yes

iw2nhl

#84
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.next.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())

sethjackson

#85
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.

sethjackson

#86
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.

sethjackson

#87
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.

Defender

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

Der Meister

#89
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.
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.