News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

List of community Patches

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

Previous topic - Next topic

JThedering

#90
Patch name: [ Patch #1367 ] D support added to depslib
Feature added:
D import parsing capability added to the depslib, so dependent code is recompiled
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=1367&group_id=5358
Is applied to the core code: Yes

Der Meister

#91
Patch name : [ Patch #1387 ] OpenedFilesTree did not get updated properly
Problem fixed:
- If you doubleclick on a file in the project explorer that is already open Code::Blocks selects the correct editor page for this file but does not update the OpenedFilesTree.
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=1387&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.

JThedering

Patch name: [ Patch #1308 ] 17x17 images manually resized to 16x16(to avoid assert fail)
Problem fixed:
17x17 images manually resized to 16x16(to avoid assert fail)
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=1308&group_id=5358
Is applied to the core code: No
//Had to post the file here, because berlios doesn't handle binary files correctly.

[attachment deleted by admin]

sethjackson

#93
Patch name: [ Patch #1465 ] wxWidgets wizard fix
Problem fixed:
- http://forums.next.codeblocks.org/index.php?topic=4005.msg31645#msg31645
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=1465&group_id=5358
Is applied to the core code: Yes.

JThedering

#94
Patch name: [ Patch #1497 ] Added special Scintilla commands to the edit menu
Feature added:
Added special Scintilla commands to the edit menu
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=1497&group_id=5358
Is applied to the core code: Yes.

sethjackson

#95
Patch name: [ Patch #1499 ] To-Do List
Feature added:
- The To-Do list can now handle doxygen style to-do items.
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=1499&group_id=5358
Is applied to the core code: Yes.

kkez

Patch name: [ Patch #1527 ] Added regex for 'Instantiated from here' compiler output
Feature added:
- Added regex for 'Instantiated from here' compiler output
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=1527&group_id=5358
Is applied to the core code: No.

Der Meister

#97
Patch name : [ Patch #1529 ] OpenFileTree was once more not updated correctly
Problem fixed:
- If you create an empty file and save it when you are asked to save it the OpenedFilesTree does not change the name of this file. See my comment to the patch on berlios for more details.
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=1529&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.

JThedering

Patch name: [ Patch #1538 ] Assert failure fixes
Problem fixed:
- Many assert failures in wx debug mode
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=1538&group_id=5358
Is applied to the core code: No

JThedering

Patch name: [ Patch #1539 ] Wrong XRCCTRL usage assert failure fixes
Problem fixed:
- XRCCTRL-specific assert failures in wx debug mode
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=1539&group_id=5358
Is applied to the core code: No

sethjackson

#100
Patch name: [ Patch #1558 ] wxFlatnotebook tab style
Feature added:
- Code::Blocks now supports the VC8 tab style of wxFlatnotebook. :D
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=1558&group_id=5358
Is applied to the core code: Yes.

Der Meister

Patch name : [ Patch #1562 ] Enable gpm for wxGTK
Problem fixed: Re-enable gpm for wxGTK-builds (working version (hopefully))
Link to the forum where it can be discussed : http://forums.next.codeblocks.org/index.php?topic=4209.0
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1562&group_id=5358
Is applied to the core code : No.
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.

takeshimiya

Patch name: [ Patch #1569 ] wxWidgets wx-config support in Windows
Feature added:
- Code::Blocks now supports wxWidgets wx-config in Windows wizard templates too.
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=1569&group_id=5358
Is applied to the core code: No.

sethjackson

#103
Patch name: [ Patch #1579 ] HTML Build Log
Bug fixed:
- The <head></head> tags were missing......
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=1579&group_id=5358
Is applied to the core code: Yes.

Game_Ender

Wow, awesome work JThedering I hope all those changes improve stability.  Due to the size of your patch I hope it applies soon before someone goes and edits the functions you updated.