gimp/plug-ins/script-fu/console
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
..
meson.build
script-fu-console-editor.c plug-ins: fix build warnings. 2023-06-25 23:43:40 +02:00
script-fu-console-editor.h
script-fu-console-history.c SF Console history persist as GStrv setting. 2023-06-25 18:28:03 +00:00
script-fu-console-history.h SF Console history persist as GStrv setting. 2023-06-25 18:28:03 +00:00
script-fu-console-total.c plug-ins: fix build warnings. 2023-06-25 23:43:40 +02:00
script-fu-console-total.h
script-fu-console.c ScriptFu: fix #10307 plugin call display not effective 2024-04-25 12:51:00 +00:00
script-fu-console.h plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00