Page 1 of 1
Textpad Addons
Posted: Fri Oct 19, 2012 3:09 pm
by static
Is there any documentation on creating addons for textpad? For example, is there a way to add an item to the right click menu and define its behavior?
Posted: Mon Oct 22, 2012 9:55 pm
by woho
no context menu modifiying
macros - record your mouseclicks with the textpad macro recorder (not editable afterwards)
tools - call external programs/ batchfiles to which you can pass the current directory, current file, current textselection with toolmacros like $File
look at the excellent online help of textpad and
http://www.textpad.com/add-ons/index.html where users provide their external tools and macros
wo