Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: stahta01 on April 16, 2023, 12:11:10 am

Title: What is Simplest CB Plugin that does logging correctly?
Post by: stahta01 on April 16, 2023, 12:11:10 am
What is Simplest CB Plugin that does logging correctly?

GitBlocks is not doing the logging correctly to "Log & others" window; it keeps adding new tags.

Edit: I picked CppCheck plugin as one to try copying how it is done.
Edit2: GitBlocks seems to now attach and release correctly.

Tim S.
Title: Re: What is Simplest CB Plugin that does logging correctly?
Post by: ollydbg on April 17, 2023, 02:26:40 am
A plugin named "cccc" which only contains one source file would be simple to understand, it just add a single log panel once attached, and remove it when released.

Luckily you have solved your issue.