Python errors originating in the active text are now displayed at the top of the text area. Errors in other files/scripts still pop up a message as before and all errors are still printed to the console. This removes the need to switch to the console for local errors.

This commit is contained in:
2008-08-09 18:11:40 +00:00
parent 4c89ee7838
commit 83bcb9deff
3 changed files with 45 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ extern "C" {
int BPY_Err_getLinenumber( void );
const char *BPY_Err_getFilename( void );
const char *BPY_Err_getMessage( void );
int BPY_txt_do_python_Text( struct Text *text );
int BPY_menu_do_python( short menutype, int event );