AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Rename file without extension #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just two improvements needed

1 - Is it possible to select only the name of the file (without extension) 
when we want to rename a file?

2 - I need to grab the path of the listview 1 and the listview 2 in order 
to launch a file synchroniser. How do this?

Thanks a lot
Your project seems to be interesting
Please continue (Do you have a roadmap?, a dedicated forum?)

Original issue reported on code.google.com by Marc.GIR...@gmail.com on 9 Apr 2008 at 1:02

GoogleCodeExporter commented 9 years ago
I will look into both of these when I get a chance. 

1. Selecting just the filename (Vista and Servant Salamander pre-selects just 
the
filename, I think) should be relatively easy to implement. 

2. How would you suggest grabbing the path from both listviews? Should they be 
copied
into the clipboard? Would they be separated by a comma? Or would it be 
sufficient to
just have a way to grab the path easily for each listview? Maybe there could be 
a
tools menu that could be configured to launch a process with the selected 
listview's
path, or potentially, both paths could be passed to the process?

Thanks for the nice comments, I think you have entered the first outside issue 
to
this list :). My roadmap is basically the issue list, although it hasn't been
prioritized very well. But since this is a pretty small project with only one
developer, I haven't come up with real milestones as of yet. I do intend to 
implement
most of the orthodox file manager specs when I can. They are specified here:
http://www.softpanorama.org/OFM/Paradigm/Ofm_01.shtml#Ten_commandments. And the 
wiki
describing Orthodox file managers is: 
http://en.wikipedia.org/wiki/Orthodox_file_manager.

Original comment by longueur...@gmail.com on 9 Apr 2008 at 6:04

GoogleCodeExporter commented 9 years ago
Update owner.

Original comment by longueur...@gmail.com on 9 Apr 2008 at 6:06

GoogleCodeExporter commented 9 years ago
Hi thanks for your quick reply

I see you created a google forum. I am now registered as MG :)

1. This part give me headeache because I don't know very well shell in C#.

2. In fact I want to include another good opensource program which is
http://esync.sourceforge.net/ because I use it alldays. Its really done but I 
don't
know how to retrieve the paths of the two listviews (I know for just one, the
selected listview).

I know you have a lot of work (your roadmap grows with me :)) but it's a very 
good
thinks to have a good opensource file manager. I am with you of course for 
debugging,
help, tranlation in french if you include locale, and support like minor 
development... 

MG

Original comment by Marc.GIR...@gmail.com on 10 Apr 2008 at 4:10

GoogleCodeExporter commented 9 years ago
And of course promote your project :)

Original comment by Marc.GIR...@gmail.com on 10 Apr 2008 at 4:12

GoogleCodeExporter commented 9 years ago
Thanks very much for all of your help and encouragement :). If you ever want to
include some code, just submit a patch in the bug. Maybe at some point I can 
figure
out how to allow other devs to commit to the trunk.

As for issue #1, renaming a file without the extension, it has been added in 
r369 :).

I am still trying to figure out the best way to implement your second 
suggestion...

Original comment by longueur...@gmail.com on 10 Apr 2008 at 1:53

GoogleCodeExporter commented 9 years ago
Whow nice worK!!! Your the best :)

Only one thing if I press F2 on a file its OK but if I click on the file only 
all is 
selected. But it's not in a hurry.

For now I spent my time to understand a little more the C# shell but seems not 
really easy. Some piece of code will arrive later when all will be clear in my 
head :) and only if this can help you.

Original comment by Marc.GIR...@gmail.com on 10 Apr 2008 at 2:29

GoogleCodeExporter commented 9 years ago
You are right, r369 was only for the F2 way to rename a file -- I totally forgot
about the slow double-click. It should be working now, though. I came up with a
cleaner way to do it, as well :). Fixed in r370.

Original comment by longueur...@gmail.com on 11 Apr 2008 at 12:00

GoogleCodeExporter commented 9 years ago
#2 has been split into its own bug -- issue 75. Closing this one for renaming 
just
the file.

Original comment by longueur...@gmail.com on 17 Apr 2008 at 1:03