paulh-rnd / TabbedBoxMaker

Inkscape tabbed box generator plugin - quickly design complex "finger jointed" boxes
GNU General Public License v2.0
200 stars 47 forks source link

fix to make it work on inkscape1.0 #39

Closed roastedneutrons closed 2 years ago

roastedneutrons commented 3 years ago

Commented out tags in inx files to make it compatible with inkscape 1.0 (1.0+r73+1), which is the latest stable release as of this writing. In its existing state, the extension is greyed out in the menu. The solution is to remove dependency tags, as described here: https://wiki.inkscape.org/wiki/index.php/Updating_your_Extension_for_1.0#Updating_.2A.inx_files

So, I have commented them out and it is working fine now.

edbrannin commented 2 years ago

(I'm not the maintainer, but I'd suggest deleting the tags entirely)

paulh-rnd commented 2 years ago

Apologies for the massive delays on this. Appreciate you going in and suggesting a fix, I've implemented this change in the former beta branch and merged all those changes to master. As suggested, the tags were deleted rather than commented out. Thanks again.