Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: anhkenyt on September 26, 2020, 10:21:21 am

Title: Vim plugins to CodeBlock (ubuntu)
Post by: anhkenyt on September 26, 2020, 10:21:21 am
Hi everyone!!
I am new to codeBlocks. I am trying to install vim plugins. I already have codeblocks installed under ubuntu 18.04. I found the source code of vim plugins at the link below. By the way, thanks to the author.
http://forums.codeblocks.org/index.php?topic=19281.0 (http://forums.codeblocks.org/index.php?topic=19281.0)
However, when I download it I haven't seen the file .cbplugin in that.
So anyone can help me to install this? Thank you so much.
Title: Re: Vim plugins to CodeBlock (ubuntu)
Post by: oBFusCATed on September 26, 2020, 12:00:57 pm
.cbplugin is the binary file produced after building the plugin. If you don't have it then you have to build the plugin.
Title: Re: Vim plugins to CodeBlock (ubuntu)
Post by: anhkenyt on September 26, 2020, 04:44:53 pm
Hi oBFusCATed,
Thanks for your quick answer. If you give me some suggestions for building the vim plugin from source code, that would've been incredible.
Excuse me if that stupid question.
Title: Re: Vim plugins to CodeBlock (ubuntu)
Post by: oBFusCATed on September 26, 2020, 10:07:15 pm
I don't know which particular vim plugins you're talking about, but they are not developed or supported by the C::B devs as far as I know.
You'll have to ask their author to help you build them.