diff options
| author | Brian Potchik <brian@vector35.com> | 2018-03-28 21:11:21 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-03-28 21:11:21 -0400 |
| commit | 5055d38ef59c570d21dcb6ce6855961e270f1042 (patch) | |
| tree | f29a79bcc087c4ff363d6916a24c97270d081057 /docs | |
| parent | 928c3e87f6d58006f15a7f33ce9cb9c8dab1c5a5 (diff) | |
Add documentation for recent-file-limit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 0100eed0..073ccd33 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -264,6 +264,7 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to | ui | activeContent | boolean | True | Allow Binary Ninja to connect to the web to check for updates | | ui | colorblind | boolean | True | Choose colors that are visible to those with red/green colorblind | | ui | debug | boolean | False | Enable developer debugging features (Additional views: Lifted IL, and SSA forms) | +| ui | recent-file-limit | integer | 10 | Specify limit for number of recent files | | pdb | local-store-absolute | string | "" | Absolute path specifying where the pdb symbol store exists on this machine, overrides relative path | | pdb | local-store-relative | string | "symbols" | Path *relative* to the binaryninja _user_ directory, sepcifying the pdb symbol store | | pdb | auto-download-pdb | boolean | True | Automatically download pdb files from specified symbol servers | @@ -277,6 +278,7 @@ Below is an example `settings.json` setting various options: "activeContent" : false, "colorblind" : false, "debug" : true + "recent-file-limit" : 10 } "pdb" : { |
