[Ext] Drag de Go 0.2.5

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
gdixith
Posts: 43
Joined: March 8th, 2006, 1:49 am
Location: India

Post by gdixith »

thanks for reply,here is my response

>>1
hope to see in next version

>>2
I mean add link to external applications like download managers (drag and drop a link to download with DAP or Internet download accelerator etc)

>>3
It support .jpg & other image files and .xpi, My suggestion is to add support for .exe files, vedio and audio files etc

>>4
Have a look at Mr Tech Local Install's Archiving an extenssion
It shows a statusbar progress meter like <i>Archiving: example.xpi:10%</i>
User avatar
CPU
Posts: 624
Joined: August 13th, 2004, 4:22 pm
Location: Houston, Texas
Contact:

Post by CPU »

i have the extension installed on FF trunk builds (3.0a1)

and i cannot perform any gesture, i get these errors

Code: Select all

Error: redeclaration of const Ci
Source File: chrome://dragdego/content/main.js
Line: 38

Error: redeclaration of const Ci
Source File: chrome://dragdego/content/search.js
Line: 36

Error: DragdeGo is not defined
Source File: chrome://browser/content/browser.xul
Line: 1

Error: currentWindow.DragdeGo has no properties
Source File: chrome://dragdego/content/prefs/ddg-Pref.js
Line: 196
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051114 Firefox/1.5 - Build ID: 2005111403
User avatar
wadpro
Posts: 64
Joined: April 12th, 2006, 4:20 am

Post by wadpro »

cool ext. thx!
yukichi
Posts: 16
Joined: July 17th, 2006, 11:19 am
Location: Osaka, Japan

Post by yukichi »

Hi, gdixith
The distribution of .exe files, vedio and audio files are supported by it's web site, so I'll try except article 3.
postscript
Enable to download link with external download managers, I will use FlashGot`s function "FlashGot Link", if it`s author allows to use it.
(It supports many external download managers, and reduce resource for someone who do not want this feature.
In this extension, dragged selection is recognized as Text, so it is difficult to use "FlashGot Selection".)


Thanks, CPU
I`ll correct it by the upcoming version.
Dimanish
Posts: 24
Joined: December 22nd, 2005, 9:39 am

Post by Dimanish »

yukichi
If it's not hard for you, please, add gesture for opening link in new tab after current tab (on the right side of the current tab).
User avatar
pirlouy
Posts: 232
Joined: February 11th, 2005, 6:29 am
Location: France

Post by pirlouy »

Dimanish, add this code in your userchrome.js :)

Code: Select all

/* Open tab near the current one */
eval("gBrowser.addTab ="+gBrowser.addTab.toString().replace(
'if (!blank)',
'this.moveTabTo(t,this.mCurrentTab._tPos+1);'+
'if (!blank)'));
Dimanish
Posts: 24
Joined: December 22nd, 2005, 9:39 am

Post by Dimanish »

pirlouy
I don't want always open tab's after current, it's better to use optional gestures in Drag de Go for this.
User avatar
pirlouy
Posts: 232
Joined: February 11th, 2005, 6:29 am
Location: France

Post by pirlouy »

Sorry. :)
Dimanish
Posts: 24
Joined: December 22nd, 2005, 9:39 am

Post by Dimanish »

And one more wish: cancel current gesture if we click right mouse during it execution, like in Opera.
yukichi
Posts: 16
Joined: July 17th, 2006, 11:19 am
Location: Osaka, Japan

Post by yukichi »

Hi, Dimanish

Gesture "opening link in new tab after current tab" sees off this time, because a setting dialog becomes complex.
And enable to cancel current gesture like you said, it needs to add delay time before execute gesture.
So it is not a good idea.
Also, if you drop on a area with nix sign (e.g. status bar), current gesture will cancel.
m)
Posts: 14
Joined: May 17th, 2005, 9:46 am

feature request x2

Post by m) »

1. It would be nice to have one of the options to open in IE Tab or IE (two other extensions).

2. Since this extension has more options than gestures, maybe consider any drag to pull up a drag-context menu with those specific options.
gdixith
Posts: 43
Joined: March 8th, 2006, 1:49 am
Location: India

Post by gdixith »

I support <b>marc_b</b>'s 2nd request
It would be more conviniant to have a menu for some extra options just like file save menu
yukichi
Posts: 16
Joined: July 17th, 2006, 11:19 am
Location: Osaka, Japan

Post by yukichi »

Hi, marc_b and gdixith

Thanks for the requests.

What do you think which is the best way to show drag-context menu.

1. Add it to gesture.
2. Push a key while dragging.(I don't want to use click, because it will conflict with the rocker gesture of AIO or Mouse gesture.)
    I release a new dev version 0.2.3.1 (en-US locale only).
  • Fixed bug(disabled in Firefox3.0a1)
  • Add "FlashGot Link" gesutre and add it to FileSave Menu. (It is necessary to install FlashGot.)
  • Support for the Theme (.jar file)
  • Add download status handler (internal function)
m)
Posts: 14
Joined: May 17th, 2005, 9:46 am

Post by m) »

1. Add it to gesture.
Do you mean the gesture fields will have "show drag-context menu" in addition to all of the other options?

2. Push a key while dragging.(I don't want to use click, because it will conflict with the rocker gesture of AIO or Mouse gesture.)
The ctrl key would be my pick. I use mouse gestures (as well as grab and drag) and I don't see how a click would conflict with the rocker gesture. Do you mean drag then right click?

#1 would be my pick. I would set one of the four drag directions to this option and use it exclusively.

Also, please consider a timeout when we change our mind.

Thanks for your reply!
yukichi
Posts: 16
Joined: July 17th, 2006, 11:19 am
Location: Osaka, Japan

Post by yukichi »

OK I will add a timeout, "show drag-context menu" to gesture.
And enable to cancel current gesture in the timeout by right-clicking.
Post Reply