Author Topic: Exporting a file as HTML through the Console Runner?  (Read 5033 times)

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Exporting a file as HTML through the Console Runner?
« on: February 13, 2007, 04:46:19 pm »
I have a lot of files and don't want to manually go through each one in the GUI of Codeblocks, what are the arguments to export a file as an html file?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Exporting a file as HTML through the Console Runner?
« Reply #1 on: February 18, 2007, 04:28:00 am »
If it's what I think you mean, there's no way to do that. There are no arguments to call the exporter plugin through the command line, and converting the plugin to a standalone application is not that easy.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Exporting a file as HTML through the Console Runner?
« Reply #2 on: February 18, 2007, 01:22:14 pm »
If it's what I think you mean, there's no way to do that. There are no arguments to call the exporter plugin through the command line, and converting the plugin to a standalone application is not that easy.

Note though that by pure coincidence I was just about to add a member function for plugins to process the command-line so each plugin can accept its own arguments :).
Be patient!
This bug will be fixed soon...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Exporting a file as HTML through the Console Runner?
« Reply #3 on: February 19, 2007, 05:00:32 am »
If it's what I think you mean, there's no way to do that. There are no arguments to call the exporter plugin through the command line, and converting the plugin to a standalone application is not that easy.

Note though that by pure coincidence I was just about to add a member function for plugins to process the command-line so each plugin can accept its own arguments :).

Hmmm, that would help to implement that feature. Let me know when you implement it so I can start playing with it :wink:

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Exporting a file as HTML through the Console Runner?
« Reply #4 on: February 20, 2007, 11:38:25 am »
Quote
Hmmm, that would help to implement that feature. Let me know when you implement it so I can start playing with it

Done, check the svn commit logs.
Be patient!
This bug will be fixed soon...