Opened 12 years ago
Closed 9 years ago
#8185 closed Patch (outdated)
Add the ability to save and restore opened tabs
Reported by: | Iliya | Owned by: | Rahul Nanwani |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | restore, tabs | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
Add the ability to save and restore opened tabs, and possibly modify command line argument "--site" so that it was possible to connect to multiple servers in a separate tabs.
Attachments (1)
Change History (15)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Status: | accepted → assigned |
---|
comment:4 by , 12 years ago
The two features are completely different. I would be working on the ability to save and restore tabs.
comment:6 by , 12 years ago
What should be the ideal way to save the tab data? An XML file or like firefox does - a file in JSON format.
As of now, as a test, I stored in a text file but that obviously is a wrong way to do
comment:7 by , 12 years ago
It is more correct to keep opened tabs as is done with job queue - in SQL-Lite ...\config\queue.sqlite3
But, the last server instance is stored in XML format in the node <LastServer> in file \config\filezilla.xml
The text file is not a right way, you can take one of used methods of storage in FileZilla.
comment:8 by , 12 years ago
Done with it.
Stores the tab data in an XML file.
Restores it (and prompts for password before connection in a new tab) and after restoring deletes the file.
I want to know how to submit the changes I have made. Please help.
follow-up: 11 comment:10 by , 12 years ago
yes.. i have made the changes on my local machine. where do i submit them?
comment:11 by , 12 years ago
Replying to rnanwani:
yes.. i have made the changes on my local machine. where do i submit them?
You create a patch using "diff -u", attach the patch to this tracker item, give instructions on how to apply this patch and turn this tracker item into type "patch".
comment:12 by , 12 years ago
Type: | Feature request → Patch |
---|
i have attached the unified diff
patch using it in the /src directory
There should be 2 menu items for save and restore tabs.
comment:13 by , 12 years ago
Status: | assigned → moreinfo_assigned |
---|
Can you please reduce the patch to the relevant files? It contains the difference of many generated files. Best would be to just do svn diff.
comment:14 by , 9 years ago
Resolution: | → outdated |
---|---|
Status: | assigned → closed |
Only request one feature per feature request!
This feature request is ONLY about the ability to save/restore opened tabs. Using multiple "--site" parameters is covered by RFE #8179.