On Thu, 28 May 2009 20:58:07 +1200, Lawrence D'Oliveiro wrote: > In message <[email protected]>, Steven D'Aprano > wrote: > >> A good UI standard should mean that: >> >> * all functionality should be discoverable without reading the manual; > > Which means no scripting languages are allowed?
"Should", not "must". In any case, once you've scripted some particular piece of functionality, the application should allow you to discover the existence of that script. Does the application have a "Scripts" or "Plugins" menu (or equivalent)? Or do you have to rummage around in the file system, looking for secret scripts in undocumented locations? -- Steven -- http://mail.python.org/mailman/listinfo/python-list
