Disable default delete dialogue box

CodeLite installation/troubleshooting forum
deep01
CodeLite Curious
Posts: 1
Joined: Sat Nov 26, 2016 4:04 pm
Genuine User: Yes
IDE Question: C++
Contact:

Disable default delete dialogue box

Post by deep01 »

I want to disable the dialogue box asking me "Do you also want to delete the file <some_source_file.name> from disc"Image this comes after this Image. I do not want to be asked for it when I'm just removing it (by right click option "remove") from the source of my project. This box has default option "yes", which upon pressing enter key deletes it permanently in one go, which I would never want. So I want to ask How could I disable it?
I don't see any good reason to be asked to permanently a file if one only wants to remove it, but the dialogue box always accompanies next to the remove dialogue box.
_______________________________________________________
CodeLite version: 9.2.7
Not self compiled version of CodeLite
OS: Debian 8.2
Compiler: GCC 4.9
__________________
Reproduced: GitHub
Last edited by deep01 on Wed Nov 30, 2016 6:55 am, edited 2 times in total.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Disable default delete dialogue box

Post by eranif »

I saw that question on superusers (and since I am dont have a login there, I could not answer)
The answer is short: please open a bug report + an *exact* steps of how to reproduce this
Make sure you have read the HOW TO POST thread
Post Reply