aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
384 stars 62 forks source link

Some Feature Requests of ClipJump #2

Closed gopikrish2000 closed 10 years ago

gopikrish2000 commented 10 years ago

I am some what new to ClipJump , I think the following features additions will add a lot of comfort to the users. [ using win 7 64 bit , clipjump v9.9.3 exe]

  1. In ClipJump History shows all channels data combined , please add one more column or some indicator like [channelName] at the beginning of clip to know which channel it is present in .
  2. In the paste popup mode , all actions currently we are doing are possible through one left hand only like ( ^c, ^x, ^z, ^space ) but for changing the channels we need to use arrows (two hands) . May be ^b to change the channel in the popup mode will be very good.
  3. Also i don't want duplicate copies to be present , I saw in ini file ( is_duplicate_copied=1 ) i changed it to 0 also , still duplicates are getting copied . I don't know , is it possible to not have duplicates in the same channel ??
  4. In ClipJump History , we generally do either preview (mouse double click) or paste to current app . Upon doing a mouse middleclick if it does the paste, will be very good.

Above features will make the clipjump even better

aviaryan commented 10 years ago
  1. History Tool is independent of the channels and only contains data copied to clipjump irrespective of anything. What things are stored in history depend on your configured settings and a history clip is not a representative of a channel clip. I know, what people expect here is a editor/viewer to edit contents in a channel and some take history tool to be that thing which it infact is not. I will try to make it because it can be a very useful feature and I see that some people ask for it.
  2. I first made Up and down keys to change channels because they were supposed to do what they mean and because Up and down was also used in the Channel Selector GUI. Now I think providing an option to use A and D instead of Up and Down can be a good enough idea. Thanks for your idea.
  3. If I will be able to create *1 feature, this feature will also become available.
  4. You mean a middle mouse shortcut to paste with Insta-Paste instead of Space. That would be a good enough idea and as I use laptop, I couldn't have thought of that.
gopikrish2000 commented 10 years ago

Thanks for accepting features , yes editing , middle click paste in History window will be very good . Actually i use Stroke plus and ahk , use lot of mouse than keyboard so middle click will be good .

Also i don't exactly understood the use of pit channel , only difference i think is data will be there but won't be shown in the History Tool , so why not create a new channel and delete those clips. ( If pit channel is like , it will automatically delete clips after some 30 min time then it does something , otherwise its not adding any additional value )

One more thing , (currently running exe ) i have my custom ahk file and clipjump.ahk , i want to merge these both into one . Is #include clipjump.ahk at end of my ahk file will work or not ?? ( tray icon actions i'm not changing in my custom ahk file )

aviaryan commented 10 years ago

Other channels affect the history whereas clip channel doesn't . If you create a new channel x , it will always affect the history whereas channel named as pit will not.

No it will not work simply. Clipjump.ahk has several dependencies in the lib/.. folder. You will have to fix the #include in the Clipjump.ahk file (see the very end of the file) and then include it at the end of the auto-execute section of your custom script. Still there may be chances of conflicts and so I say don't use Clipjump this way.

JnLlnd commented 10 years ago

I don't see benefits to merge your scripts Why not simply add a line in your autoexec script to "Run, ClipJump.ahk" or "Run, CliJump.exe". Or, just run ClipJump independently using its "Run at startup" option (in the Tray menu).

aviaryan commented 10 years ago

Maybe @gopikrish2000 wants to low the memory usage. Clipjump has idle memory consumption of around 700 kb just. btw thanks @JnLlnd for the input.

gopikrish2000 commented 10 years ago

I'm not worried about memory bcoz i know it wont take more than 5MB but thing is I always want StrokePlus , my custom ahk script , clip jump running 24 * 7 ( 3 things , 3 icons on icon tray) . As clipJump is also build on ahk , I thought to merge these two , so that maintaining wise it will be easier (2 things ) but not overly difficult now .

I noticed just now , i created new channel , added clips those came in history and deleted all , those still there in history , is history tool independent of paste popup deletes ? (Confused ) Ideally i think there should be a sync between the paste popup and History Tool , if you delete there it should be deleted here also , otherwise ppl will delete in some channels and again need to remember what they have deleted and delete the same in history tool also (double work) to really delete that data .

JnLlnd commented 10 years ago

I see.It would be good if AHK could regroup all it's script icons in one icon in the tray. I did not know StrokePlus. Interesting!

o -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | Courriel ..: Courriel@JeanLalonde.ca | Web .......: JeanLalonde.ca | Téléphone .: 514-347-4316 | LinkedIn ..: ca.linkedin.com/in/jeanlalonde | Twitter ...: @JnLLnd | Skype .....: JLalonde33 | Facetime ..: Courriel@JeanLalonde.ca

2013/12/21 gopikrish2000 notifications@github.com

I'm not worried about memory bcoz i know it wont take more than 5MB but thing is I always want StrokePlus , my custom ahk script , clip jump running 24 * 7 ( 3 things , 3 icons on icon tray) . As clipJump is also build on ahk , I thought to merge these two , so that maintaining wise it will be easier (2 things ) but not overly difficult now .

Reply to this email directly or view it on GitHubhttps://github.com/avi-aryan/Clipjump/issues/2#issuecomment-31067795 .

aviaryan commented 10 years ago

discussion over. The features are added.