Scripting: replace PyCrust shell with enhanced PyAlaMode shell.

This commit is contained in:
Strontium
2015-12-21 09:55:31 -05:00
committed by Wayne Stambaugh
parent a11bbffe9b
commit c3d3a7a4c8
7 changed files with 294 additions and 43 deletions
+2 -2
View File
@@ -24,14 +24,14 @@
* Initializes the Python engine inside pcbnew
*/
bool pcbnewInitPythonScripting( const char * aUserPluginsPath );
bool pcbnewInitPythonScripting( const char * aUserScriptingPath );
void pcbnewFinishPythonScripting();
#ifdef KICAD_SCRIPTING_WXPYTHON
void RedirectStdio();
wxWindow* CreatePythonShellWindow( wxWindow* parent );
wxWindow* CreatePythonShellWindow( wxWindow* parent, const wxString& aFramenameId );
class PyLOCK
{