NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Copy + Paste file to same directory


Joined: 02 Feb 2009
Posts: 2
Reply with quote
One thing I REALLY miss from recently moving from Zend IDE to the PHPeD is the ability to copy and paste to the same folder within the file viewer, zend would create a new file like:

index.php (Copy 1).php

Or something similar, this is a VERY handy feature IMO and I would love to have something similar in PhpED!
View user's profileFind all posts by willsemtoSend private message
Re: Copy + Paste file to same directory


Joined: 27 Apr 2007
Posts: 72
Reply with quote
willsemto wrote:
One thing I REALLY miss from recently moving from Zend IDE to the PHPeD is the ability to copy and paste to the same folder within the file viewer, zend would create a new file like:

index.php (Copy 1).php

Or something similar, this is a VERY handy feature IMO and I would love to have something similar in PhpED!


Hi, I have solved this using Integration - adding new command "Clone" like this:

Code:
cmd /C copy @FName@ @FName@_clone
View user's profileFind all posts by sirjardaSend private message


Joined: 13 Jan 2009
Posts: 11
Location: Central West NSW, Australia
Reply with quote
Thanks for that! Added to my tools.

Could I suggest that there be a macro with the @F_Ext@

eg
[code]
cmd /C copy @Path@@Name@_Copy.@F_Ext@
[code]
View user's profileFind all posts by jenolanSend private message


Joined: 27 Apr 2007
Posts: 72
Reply with quote
jenolan wrote:
Thanks for that! Added to my tools.

Could I suggest that there be a macro with the @F_Ext@

eg
[code]
cmd /C copy @Path@@Name@_Copy.@F_Ext@
[code]


Thanks, this is little better... Smile
View user's profileFind all posts by sirjardaSend private message


Joined: 02 Feb 2009
Posts: 2
Reply with quote
I've got this working, but is there anyway to auto-refresh the explorer so I can see my new files?

Thanks though, this has annoyed me so much!
View user's profileFind all posts by willsemtoSend private message


Joined: 03 Feb 2009
Posts: 10
Reply with quote
New users here: just posted the same enhancement request and then found your post.

How do you implement the macro that you have suggested?
View user's profileFind all posts by spyroSend private message
Copy + Paste file to same directory
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic