mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Create (and use if no -StylesheetURL is given) a default stylesheet, by copying an existing resource.
This commit is contained in:
parent
2c8528d973
commit
db0d5a15e7
5 changed files with 41 additions and 25 deletions
|
@ -464,7 +464,8 @@
|
|||
</item>
|
||||
<item><strong>StylesheetURL</strong>
|
||||
The URL of a CSS document to be used as the stadard stylesheet for
|
||||
generated autogsdoc files.
|
||||
generated autogsdoc files. If this is not specified the default of
|
||||
a local document default-styles.css is used.
|
||||
</item>
|
||||
<item><strong>SystemProjects</strong>
|
||||
This value is used to control the automatic inclusion of system
|
||||
|
@ -751,6 +752,7 @@ main(int argc, char **argv, char **env)
|
|||
defs = [NSUserDefaults standardUserDefaults];
|
||||
[defs registerDefaults: [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
@"Untitled", @"Project",
|
||||
@"default-styles.css", @"StylesheetURL",
|
||||
nil]];
|
||||
|
||||
// BEGIN test for any unrecognized arguments, or "--help"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue