View Single Post
  #549  
Old 10.01.2019, 16:26
umax umax is offline
Mega Loader
 
Join Date: Nov 2014
Posts: 68
Default

Code:
disablePermissionChecks();
Great! This works perfectly and is more than I hoped for since it somehow seems to undermine Jiaz' security concerns:
Quote:
Originally Posted by Jiaz View Post
JDownloader asks permission for every api call or file access. You don't want to import a script from someone without checking it and voila, it sends personal data to somewhere else and then formats your computer That's why you have to *agree* every such action and there is a *don't show again' checkbox.
Quote:
Originally Posted by mgpai View Post
It is a feature of the editorKit (JSyntaxPane) used by JD (updated a few months back). While it is meant to make writing scripts easier, it is doing quite the opposite (at least for me).
Yes, it's annoying. I wonder if there is anyone who finds this unseful.
For larger projects I will now use an external editor.
Reply With Quote