Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: wall_john on December 27, 2006, 03:42:27 pm

Title: some patchs for codeblocks by wj
Post by: wall_john 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]
Title: Re: some patchs for codeblocks by wj
Post by: killerbot 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.
Title: Re: some patchs for codeblocks by wj
Post by: Game_Ender 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.