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

sethjackson

#60
Patch name : [ Patch #1091 ] HTML lexer
Feature added :
- Seperate the XML, and HTML lexing
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=1091&group_id=5358
Is applied to the core code : Yes.

sethjackson

#61
Patch name : [ Patch #1097 ] Make lexer
Feature added :
- Added a Makefile lexer.
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=1097&group_id=5358
Is applied to the core code : Yes.

sethjackson

#62
Patch name : [ Patch #1098 ] Properties lexer
Feature added :
- Added a properties lexer.
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=1098&group_id=5358
Is applied to the core code : Yes.

kkez

#63
Patch name : [ Patch #1102 ] "Unfold on error" correction
Bug fixed:
- When an error line is hidden in a folded block and this block is not visible to user, GotoLine (called before UnfoldBlock()) ensure the first line before the folded block is visible (instead of the error line, that is later unfolded with his block). Editor now first call UnfoldBlock..() and then GotoLine().
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=1102&group_id=5358
Is applied to the core code : Yes

kkez

#64
Patch name : [ Patch #1103 ] Error limit notification fix
Bug fixed:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=7781&group_id=5358 / http://developer.berlios.de/bugs/?func=detailbug&bug_id=7767&group_id=5358 (it's the same bug reported two times)
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=1103&group_id=5358
Is applied to the core code : Yes

kkez

#65
Patch name : [ Patch #1104 ] "Fold all on file open" fix
Bug fixed:
QuoteThe 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.
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

#66
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.next.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
Nightly builds for openSUSE

kkez

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

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

TheTuxKeeper

#70
Patch name : [ Patch #1111 ] Changed autotools wxGTK version check from 2.4.2 to 2.6.0
Changes :
- Changed autotools check of the wxGTK version from 2.4.2 to 2.6.0 (configure.in)
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1111&group_id=5358
Is applied to the core code :  Yes
Nightly builds for openSUSE

sethjackson

#71
Patch name : [ Patch #1112 ] Bug #7640
Bug fixed :
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=7640&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=1112&group_id=5358
Is applied to the core code :Yes.

kai

Patch name : [ Patch #1113 ] Bugfix: change value in debug->watches did not work
Changes :
C::B sent the command
"set variable Watches.test.value=0"
instead of the desired command
"set variable test.value=0"

this patch fixes this

Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1113&group_id=5358
Is applied to the core code :  No

kkez

#73
Patch name: [ Patch #1114 ] Fix for crash on dblclk on workspace in the start here page
Bug fixed:
- [ Bug #7606 ] Error (crash, ndkkez), if a workspace file is double-clicked
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=1114&group_id=5358
Is applied to the core code: Yes

kkez

#74
Patch name: [ Patch #1115 ] StartHere page rewritten and history always visible
Feature added:
It always show the history, even if no file is present. (before there was only the image if there was no history 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=1115&group_id=5358
Is applied to the core code: Yes