Anyone created custom context menu option?

Moderator: Project members

Post Reply
Message
Author
amandaB
500 Command not understood
Posts: 1
Joined: 2014-03-06 17:16
First name: amanda

Anyone created custom context menu option?

#1 Post by amandaB » 2014-03-06 17:22

I'm about to dive in and find where and how I can implement a custom context menu option.

Anyone have any examples or tips?

Will be a simple string parse, taking from the Copy URL(s) to clipboard and instead producing a server's corresponding http:// URL

(trying to avoid actions I have to do multiple times per day manually)

tateu
450 Internal Error
Posts: 38
Joined: 2004-11-13 01:19

Re: Anyone created custom context menu option?

#2 Post by tateu » 2014-03-20 01:33

I did pretty much the exact same thing. I have a bunch of other changes in my version of FileZilla so I can't remember if this covers them all, but search for "GETURL". It should show up in:
menus.xrc
RemoteListView.cpp
RemoteListView.h
RemoteTreeView.cpp
RemoteTreeView.h

Everywhere I found "GETURL," I duplicated it, renamed it "GETURLHTTP" and modified it to suit my needs.

Post Reply