Help to Remove "Open With CodeLite" Feature from Explorer

CodeLite installation/troubleshooting forum
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Help to Remove "Open With CodeLite" Feature from Explorer

Post by hbr_in »

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
User avatar
eranif
CodeLite Plugin
Posts: 6367
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

Post by eranif »

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
Make sure you have read the HOW TO POST thread
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Re: Help to Remove "Open With CodeLite" Feature from Explorer

Post by hbr_in »

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
User avatar
eranif
CodeLite Plugin
Posts: 6367
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

Post by eranif »

hbr_in wrote:Can you proide an option to associate Codelite with Selected FileTypes. At Installation &/or from the Editor Settings Menu.
Please submit a feature request for this one
hbr_in wrote:Can you also give a command line option to load codelite without any plugins
This sounds like a good idea, have u tried disabling plugins from the 'Plugins -> Manage Plugins ...'?
hbr_in wrote:or tags loaded.
Do you mean the tags database?
eranif wrote:this will speedup the Initial startup of codelite.
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.

Eran
Make sure you have read the HOW TO POST thread
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Re: Help to Remove "Open With CodeLite" Feature from Explorer

Post by hbr_in »

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
Post Reply