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

sethjackson

  • Guest
Re: List of community Patches
« Reply #60 on: May 31, 2006, 05:42:38 pm »
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.
« Last Edit: June 05, 2006, 02:45:08 pm by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #61 on: June 05, 2006, 03:09:05 pm »
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.
« Last Edit: June 09, 2006, 07:35:12 pm by sethjackson »

sethjackson

  • Guest
Re: List of community Patches
« Reply #62 on: June 05, 2006, 07:32:20 pm »
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.
« Last Edit: June 09, 2006, 07:35:23 pm by sethjackson »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #63 on: June 07, 2006, 05:25:52 pm »
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
« Last Edit: June 09, 2006, 04:38:45 pm by kkez »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #64 on: June 07, 2006, 05:27:35 pm »
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
« Last Edit: June 09, 2006, 04:38:55 pm by kkez »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #65 on: June 07, 2006, 10:50:18 pm »
Patch name : [ Patch #1104 ] "Fold all on file open" fix
Bug fixed:
Quote
The 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
« Last Edit: June 09, 2006, 04:39:03 pm by kkez »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: List of community Patches
« Reply #66 on: June 08, 2006, 06:58:26 pm »
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.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
« Last Edit: June 09, 2006, 05:15:28 pm by daniel2000 »
Nightly builds for openSUSE

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #67 on: June 08, 2006, 07:01:05 pm »
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
« Last Edit: June 09, 2006, 04:39:12 pm by kkez »

Offline kai

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: List of community Patches
« Reply #68 on: June 08, 2006, 07:33:59 pm »
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
-----------------------------------------------------------------------

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #69 on: June 08, 2006, 07:40:30 pm »
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
« Last Edit: June 09, 2006, 04:39:22 pm by kkez »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: List of community Patches
« Reply #70 on: June 08, 2006, 09:00:11 pm »
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
« Last Edit: June 09, 2006, 05:15:42 pm by daniel2000 »
Nightly builds for openSUSE

sethjackson

  • Guest
Re: List of community Patches
« Reply #71 on: June 08, 2006, 11:24:14 pm »
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.
« Last Edit: June 09, 2006, 03:49:37 pm by sethjackson »

Offline kai

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: List of community Patches
« Reply #72 on: June 09, 2006, 02:49:39 pm »
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

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #73 on: June 09, 2006, 05:22:13 pm »
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
« Last Edit: July 15, 2006, 10:18:24 pm by kkez »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: List of community Patches
« Reply #74 on: June 09, 2006, 05:22:45 pm »
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
« Last Edit: July 15, 2006, 10:18:45 pm by kkez »