Hi,
How to remove the "Open With CodeLite" Feature from Explorer Contecxt menu after Installation. I tried removing from Registry but it re-appeared.
TIA
Regards
Gururaja
Help to Remove "Open With CodeLite" Feature from Explorer
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Help to Remove "Open With CodeLite" Feature from Explorer
This entry is added at installation. CodeLite does not add it on runtime, so once delete, it should not be appeared again
Remove this entry:
HKEY_CLASSES_ROOT\*\shell\Open With CodeLite\
This should remote it from the explorer shell menu
Eran
Remove this entry:
HKEY_CLASSES_ROOT\*\shell\Open With CodeLite\
This should remote it from the explorer shell menu
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Help to Remove "Open With CodeLite" Feature from Explorer
Hi,
Can you proide an option to associate Codelite with Selected FileTypes. At Installation &/or from the Editor Settings Menu.
Also Presently Since OPen with Codelite option is provided, Can you also give a command line option to load codelite without any plugins or tags loaded. this will speedup the Initial startup of codelite.
Regards
Gururaja
Can you proide an option to associate Codelite with Selected FileTypes. At Installation &/or from the Editor Settings Menu.
Also Presently Since OPen with Codelite option is provided, Can you also give a command line option to load codelite without any plugins or tags loaded. this will speedup the Initial startup of codelite.
Regards
Gururaja
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Help to Remove "Open With CodeLite" Feature from Explorer
Please submit a feature request for this onehbr_in wrote:Can you proide an option to associate Codelite with Selected FileTypes. At Installation &/or from the Editor Settings Menu.
This sounds like a good idea, have u tried disabling plugins from the 'Plugins -> Manage Plugins ...'?hbr_in wrote:Can you also give a command line option to load codelite without any plugins
Do you mean the tags database?hbr_in wrote:or tags loaded.
To speedup codelite loading time, uncheck 'File -> Load last session on startup'eranif wrote:this will speedup the Initial startup of codelite.
Some facts:
1. The 'tags' has no affect on startup time - since it is only involves a single call of sqlite3_open()
2. Disabling 'Load Last Session' will give you the desired effect
3. The only plugin that does some work on startup is the 'Svn' plugin
4. The most time consuming operation, is the building of the 'File Explorer' tab - which currently you can not turn off.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Help to Remove "Open With CodeLite" Feature from Explorer
Hi,
>>Please submit a feature request for this one
Sure will do
>>This sounds like a good idea, have u tried disabling plugins from the 'Plugins -> Manage Plugins ...'?
I need this to be done from command line. Like open a file from Command line or from context menu inside explorer. This can be overridden if Multiple session is Disabled. By Not Loadin the plugings, i can startup the codelite faster for that session. This way i can run codelitelike a normal editor
>>Do you mean the tags database?
Yes. And the reason for this is same as above.
>>To speedup codelite loading time, uncheck 'File -> Load last session on startup'
>>Some facts:
>>1. The 'tags' has no affect on startup time - since it is only involves a single call of sqlite3_open()
>>2. Disabling 'Load Last Session' will give you the desired effect
>>3. The only plugin that does some work on startup is the 'Svn' plugin
>>4. The most time consuming operation, is the building of the 'File Explorer' tab - which currently you can not turn off.
Thanks for the tips.
I am Requesting these features ( like /NoLoadPlugin, /NoLoadTagDBase, /NoLastSession, /MultiInstn) so that the users can add the same as per individual needs.
Thanks for consideration
Regards
Gururaja
>>Please submit a feature request for this one
Sure will do
>>This sounds like a good idea, have u tried disabling plugins from the 'Plugins -> Manage Plugins ...'?
I need this to be done from command line. Like open a file from Command line or from context menu inside explorer. This can be overridden if Multiple session is Disabled. By Not Loadin the plugings, i can startup the codelite faster for that session. This way i can run codelitelike a normal editor
>>Do you mean the tags database?
Yes. And the reason for this is same as above.
>>To speedup codelite loading time, uncheck 'File -> Load last session on startup'
>>Some facts:
>>1. The 'tags' has no affect on startup time - since it is only involves a single call of sqlite3_open()
>>2. Disabling 'Load Last Session' will give you the desired effect
>>3. The only plugin that does some work on startup is the 'Svn' plugin
>>4. The most time consuming operation, is the building of the 'File Explorer' tab - which currently you can not turn off.
Thanks for the tips.
I am Requesting these features ( like /NoLoadPlugin, /NoLoadTagDBase, /NoLastSession, /MultiInstn) so that the users can add the same as per individual needs.
Thanks for consideration
Regards
Gururaja