Saving Files: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |Title=4. Saving files |prev=Man 2 ch05s03 |Subtitle=Chapter V. Working with files and folders |next=Man …')
 
m (moved Man 2 ch05s04 to Saving Files: Title updates (BV))
 
(4 intermediate revisions by one other user not shown)
Line 4: Line 4:
|lang=en
|lang=en
|rev=2.0.0
|rev=2.0.0
|st=d
|Title=4. Saving files
|Title=4. Saving files
|prev=Man 2 ch05s03
|prev=Man 2 ch05s03
Line 14: Line 15:
If the file does not exist already on the disk, you will be presented with the following dialog window:  
If the file does not exist already on the disk, you will be presented with the following dialog window:  


[[File:Man2_saving_untitled_file.png]]
[[File:Man2_saving_untitled_file.png|none|frame|Saving an untitled File]]
 
'''Figure V.9. Saving an untitled File'''


If the file already exists on the disk, no dialog window pops up. It is assumed that the file name does not change.
If the file already exists on the disk, no dialog window pops up. It is assumed that the file name does not change.
Line 22: Line 21:
When a document has been modified, the filename is shown in red in the document tabs; morever if you right click on the tabs, the full path is shown in red in the list that will pop up.  
When a document has been modified, the filename is shown in red in the document tabs; morever if you right click on the tabs, the full path is shown in red in the list that will pop up.  


[[File:Man2_modified_file_tooltip.png]]
[[File:Man2_modified_file_tooltip.png|none|frame|A modified Document in the Documents' List]]
 
'''Figure V.10. A modified Document in the Documents' List'''


By default a backup is made during save. The original file is copied to the same filename with a tilde '''~''' appended. This suffix and the backup behaviour can be changed in the preferences under Files.
By default a backup is made during save. The original file is copied to the same filename with a tilde '''~''' appended. This suffix and the backup behaviour can be changed in the preferences under Files.
Line 32: Line 29:
You can also save a document under a different name, using the Save As... ('''Shift+Ctrl+S''') menu entry, or the Save As... icon in the main tool bar. The original file will still exist.  
You can also save a document under a different name, using the Save As... ('''Shift+Ctrl+S''') menu entry, or the Save As... icon in the main tool bar. The original file will still exist.  


[[File:Man2_saving_as_file.png]]
To save all modified files, you can use the <tt>File → Save All</tt> menu entry. This will save all documents that have been modified and present you with a save dialog if some files are new files.
 
'''Figure&nbsp;V.11.&nbsp;Saving a File under a new Name'''
 
To save all modified files, you can use the File → Save All menu entry. This will save all documents that have been modified and present you with a save dialog if some files are new files.




Line 47: Line 40:
|nextname=5.&nbsp;Renaming files
|nextname=5.&nbsp;Renaming files
}}
}}
[[Category: Manual 2]]

Latest revision as of 15:53, 26 June 2010


4. Saving files

To save a document, you can use the File menu, the Save icon in the tool bar, or press the shortcut key combination Ctrl+S.

If the file does not exist already on the disk, you will be presented with the following dialog window:

Saving an untitled File

If the file already exists on the disk, no dialog window pops up. It is assumed that the file name does not change.

When a document has been modified, the filename is shown in red in the document tabs; morever if you right click on the tabs, the full path is shown in red in the list that will pop up.

A modified Document in the Documents' List

By default a backup is made during save. The original file is copied to the same filename with a tilde ~ appended. This suffix and the backup behaviour can be changed in the preferences under Files.

Before saving the file, Bluefish will check if the original file was changed on disk, using the last modified time and the file size. On some file systems the last modified time is sometimes not very precise (most notably on samba mounts). This makes Bluefish think the file is modified when it is not. This check can be changed in the preferences under Files.

You can also save a document under a different name, using the Save As... (Shift+Ctrl+S) menu entry, or the Save As... icon in the main tool bar. The original file will still exist.

To save all modified files, you can use the File → Save All menu entry. This will save all documents that have been modified and present you with a save dialog if some files are new files.