Author Topic: some patchs for codeblocks by wj  (Read 5080 times)

wall_john

  • Guest
some patchs for codeblocks by wj
« on: December 27, 2006, 03:42:27 pm »
patch.1 codeblocks_codecompletion_browse.patch
When we use 'Find declaration..' or 'Find implementation..'', this patch can record
the old position in files, and we can go back or forward.

patch.2 codeblocks_wxscintilla_inputmethod.patch
a patch for it can't trigger input method filter in wxGTK.

patch.3 codeblocks_cbeditor_size.patch
a patch for cbeditor resize bug in wxGTK

[attachment deleted by admin]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: some patchs for codeblocks by wj
« Reply #1 on: December 27, 2006, 04:11:07 pm »
thanks, could you post each patch at berlios (if http doesn't wrok for the berlios page, try https) and could give a little bit more explanation. Many thanks.

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: some patchs for codeblocks by wj
« Reply #2 on: December 29, 2006, 09:02:42 am »
I think the editor resize bug is happens when you try to move the message pane (the one at the bottom) anywhere above where its starts and it just draw overtop of the editor instead of shrinking the editor window.