Open all images using HandleExtraFileTypes. Set from a macro using setOption("openUsingPlugins", true).
(boolean b)
| 1602 | /** Open all images using HandleExtraFileTypes. Set from |
| 1603 | a macro using setOption("openUsingPlugins", true). */ |
| 1604 | public static void setOpenUsingPlugins(boolean b) { |
| 1605 | openUsingPlugins = b; |
| 1606 | } |
| 1607 | |
| 1608 | /** Returns the state of the openUsingPlugins flag. */ |
| 1609 | public static boolean getOpenUsingPlugins() { |