Difference between revisions of "Python plugins"
From Code::Blocks
(Created page with "Category:Code::Blocks 3rd Party Plugins {{Infobox_Plugin| name = Python | logo = File:Generic-plugin.png | developer = dmoore | maintainer = | version = }} A s...") |
|||
Line 12: | Line 12: | ||
==See also== | ==See also== | ||
* [[File Manager plugin|File Manager plugin]]: As an alternative to setting up Code::Blocks projects for your python programs, just interact with your code using the files tab in the Management pane the provided by the File Manager plugin. | * [[File Manager plugin|File Manager plugin]]: As an alternative to setting up Code::Blocks projects for your python programs, just interact with your code using the files tab in the Management pane the provided by the File Manager plugin. | ||
− | * [[Tools+ plugin|Tools+ plugin]]: | + | * [[Tools+ plugin|Tools+ plugin]]: Configure commands on the Tools+ menu to run your python programs using your preferred command line. |
Latest revision as of 05:12, 26 January 2015
A set of plugins that aim to make C::B more useful for python programmers. It adds code completion for python files, python debugging support. Source code can be downloaded from the codeblocks-python on github .
See also
- File Manager plugin: As an alternative to setting up Code::Blocks projects for your python programs, just interact with your code using the files tab in the Management pane the provided by the File Manager plugin.
- Tools+ plugin: Configure commands on the Tools+ menu to run your python programs using your preferred command line.