11-28-2024, 10:15 AM
This thread is for questions and comments on my GimpHelper module to make writing plugins a bit easier by:
- keeping the boilerplate code to a minimum
- doing some housekeeping (undo groups and error catching)
- allowing as many checks as possible in an IDE to reduce the debug times in Gimp
- helping your IDE do useful code completion