Kaydet (Commit) 6e4eece9 authored tarafından LarsGit223's avatar LarsGit223 Kaydeden (comit) elextr

manual: added documentation about replacement of 'untitled.ext' with filename (#1804)

On "Save As..." a text in the form 'untitled.ext' will be replaced with the chosen
filename if it is found in the first 3 lines of the document. This PR adds a description
of the feature to the manual. Fixes #753.
üst 7fd73a06
......@@ -538,6 +538,15 @@ there is a selection, only the selected text is copied. This can be
useful when making temporary copies of text or for creating
documents with similar or identical contents.
Automatic filename insertion on `Save As...`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If a document is saved via `Document->Save As...` then the filename is
automatically inserted into the comment header replacing text like
`untitled.ext` in the first 3 lines of the file. E.g. if a new ``.c``
file is created using `File->New (with Template)` then the text `untitled.c`
in line 2 would be replaced with the choosen file name on `Save As...`
(this example assumes the default file templates being used).
Character sets and Unicode Byte-Order-Mark (BOM)
------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment