Issue 290: Context Menu not working
http://bitbucket.org/tortoisehg/stable/issue/290/context-menu-not-working
Adrian Buehlmann / abuehl on Sun, 14 Jun 2009 17:55:44 +0200:
Comment:
What's really amazing is you say you have this debug out for non-repo
directory:
{{{
[2584] [THG] DllMain
[2584] [THG] DllMain
[2584] [THG] DllMain
[2584] [THG] DllGetClassObject clsid = {B456DBA0-7BF4-478C-937A-05130C2C212E}
[2584] [THG] DllGetClassObject clsname = CLSID_TortoiseHg0
[2584] [THG] CShellExt::QueryInterface: IID_IContextMenu
[2584] [THG] CShellExt::QueryInterface: IID_IShellExtInit
[2584] [THG] CShellExt::Initialize
[2584] [THG] pIDFolder: 0
[2584] [THG] pDataObj: 0x3b11158
[2584] [THG] hDrop uNumFiles = 1
[2584] [THG] DragQueryFile [0] = D:\Studium\Master\3. Semester (SS
2009)\Master Thesis
[2584] [THG] CShellExt::QueryInterface: UNKNOWN CLSID
[2584] [THG] CShellExt::QueryInterface: UNKNOWN CLSID
[2584] [THG] CShellExt::QueryInterface: UNKNOWN CLSID
[2584] [THG] CShellExt::QueryContextMenu
[2584] [THG] InsertMenuItemByName: name = clone
[2584] [THG] AddMenuList: idCmd = 0 name = clone
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\menuclone.ico
[2584] [THG] InsertMenuItemByName: name = init
[2584] [THG] AddMenuList: idCmd = 1 name = init
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\menucreaterepos.ico
[2584] [THG] InsertMenuItemByName: name = userconf
[2584] [THG] AddMenuList: idCmd = 2 name = userconf
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\settings_user.ico
[2584] [THG] InsertMenuItemByName: name = thgstatus
[2584] [THG] AddMenuList: idCmd = 3 name = thgstatus
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\menumerge.ico
[2584] [THG] InsertMenuItemByName: name = about
[2584] [THG] AddMenuList: idCmd = 4 name = about
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\menuabout.ico
[2584] [THG] CShellExt::QueryContextMenu: adding main THG menu
[2584] [THG] GetTortoiseIcon: loading C:\Program
Files\TortoiseHg\icons\hg.ico
}}}
from which I take the menu entries are inserted in the order:
{{{
clone/init/config/update icons (=thgstatus)/about
}}}
but you say you see context menu entries in the order:
{{{
clone/create/update icons/global settings/about
}}}
which is not the same.
Looks like we have to puzzle something here. Thanks for providing all the info.
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop