News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't mark a script as TRUSTED with 20.03

Started by KodamaDeveloped, May 30, 2020, 04:58:10 AM

Previous topic - Next topic

KodamaDeveloped

This is my third question for migrating Code::Blocks setting from 17.12 to 20.03, thank you.

- Open [Scripting console] dialog by [View|Script console].
- Execute the following by [Command] text box.
    IO.RemoveFile(_T("Dummy.dat"))
- [Security Warning!] dialog pops up.
- Choose "Mark this script as TRUSTED for this session" on [Choose your action] drop down list.  Click [OK] to close the dialog.
- Open [Scripting settings] dialog by [Settings|Scripting].  Open [Trusts] tab page.

With 17.12, an anonymous script is registered with Signatre=0 and Temp?=Yes.  With 20.03, it is not registered.

BlueHazzard

Can you open a ticket for this?
This seems to be a bug...

KodamaDeveloped