Gimp/plug-ins/script-fu/libscriptfu/script-fu.def
bootchk 20b19b960e ScriptFu: fix #10307 plugin call display not effective
This benefits script authors and testers of ScriptFu.

Now a call to (display "foo") in a plugin goes to the terminal where GIMP started.
Whether interactive or in batch mode.

Make TS errors go to an error port instead of the output port.

Tool plugins: Console, Eval, Server get error messages from the error port.
TextConsole not changed. Tools behave per new doc "ScriptFu Tools" at dev web site.

Driveby fix of SF Server: send whole message instead of byte by byte.

Driveby comments and more semantic checking of set-output-port in TS.

Add test plugin test-display.scm
2024-04-25 12:51:00 +00:00

19 lines
600 B
Modula-2

EXPORTS
script_fu_extension_is_busy
script_fu_find_and_register_scripts
script_fu_set_run_mode
script_fu_init_embedded_interpreter
script_fu_set_print_flag
script_fu_redirect_output_to_gstr
script_fu_redirect_output_to_stdout
script_fu_print_welcome
script_fu_interpret_string
script_fu_get_success_msg
script_fu_get_error_msg
script_fu_get_gerror
script_fu_run_read_eval_print_loop
script_fu_register_quit_callback
script_fu_register_post_command_callback
script_fu_search_path
script_fu_find_scripts_create_PDB_proc_plugin
script_fu_find_scripts_list_proc_names