Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Alpha on June 19, 2012, 04:34:21 am

Title: ListToolbox Plugin
Post by: Alpha on June 19, 2012, 04:34:21 am
As promised (http://forums.codeblocks.org/index.php/topic,16463.msg111690.html#msg111690), announcing ListToolbox: a general purpose text manipulation tool.  Input text is broken into an array based the selection of several options (whitespace, symbols, regex, etc), is processed (options to remove duplicates, sorting, capitalization), and is reformatted (custom separators, line character limits, etc).  Steps can be quickly chained by looping the output back into the input.

Download: ListToolbox v0.2 (https://skydrive.live.com/redir.aspx?cid=5183ac017415bf92&resid=5183AC017415BF92!133&parid=5183AC017415BF92!123&authkey=!)

ListToolbox v0.1 (https://skydrive.live.com/redir.aspx?cid=5183ac017415bf92&resid=5183AC017415BF92!132&parid=5183AC017415BF92!123&authkey=!)
Title: Re: ListToolbox Plugin
Post by: Alpha on July 12, 2012, 05:33:27 pm
I needed more features, so here is v0.2 - it adds custom macro based output formatting.
Title: Re: ListToolbox Plugin
Post by: carra on July 12, 2012, 08:20:55 pm
Is there something wrong with your settings? I downloaded 0.2 and just having opened the C::B project the Global Variable Editor pops up. When I click on "close", a messagebox appears and tells me "Are you sure you want to save an invalid global variable?"

This keeps happening with variables "cb" and "wx". So just in case I mess my configurations, I have left it on hold for now...
Title: Re: ListToolbox Plugin
Post by: Alpha on July 13, 2012, 10:01:10 pm
The search directories use these variables ($(#wx) for wxWidgets installation dir, and $(#cb) for the location of Code::Blocks' source).  As long as these two global variables are created before opening the project, the message box should not come up (or, at least it does not on my computer).