reznoa
reznoa
it's init timing problem. using const value is better then using java.getStaticFieldValue. as-is: ``` jinst.events.once('initialized', function onInitialized() { Statement.CLOSE_CURRENT_RESULT = java.getStaticFieldValue('java.sql.Statement', 'CLOSE_CURRENT_RESULT'); }); ``` to-be: ``` Statement.CLOSE_CURRENT_RESULT = 1; ```...
it call getClientInfo instead getHoldability ``` diff --git a/lib/connection.js b/lib/connection.js index d4ed3ff..f163ddb 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -168,7 +168,7 @@ Connection.prototype.getClientInfo = function(name, callback) { }; Connection.prototype.getHoldability = function(callback)...
it create and use user.config file on subdir of My Documents. so i have to handle it, too. i think it's not portable feature.
top, bottom, left, right guideline will help
"Fix DPI" dialog is inconvenient when i need to fix many pages. (ex: scaned by mobile app) It would be great if i could change the DPI in the "Margins"...