Author Topic: ListToolbox Plugin  (Read 7272 times)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
ListToolbox Plugin
« on: June 19, 2012, 04:34:21 am »
As promised, 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

ListToolbox v0.1
« Last Edit: July 12, 2012, 05:32:19 pm by Alpha »

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: ListToolbox Plugin
« Reply #1 on: July 12, 2012, 05:33:27 pm »
I needed more features, so here is v0.2 - it adds custom macro based output formatting.

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: ListToolbox Plugin
« Reply #2 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...
« Last Edit: July 12, 2012, 08:23:02 pm by carra »

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: ListToolbox Plugin
« Reply #3 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).