diff options
author | Araq <rumpf_a@web.de> | 2012-07-30 23:07:19 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-30 23:07:19 +0200 |
commit | 674c05f426d586deba1401270f78b74c22c540bc (patch) | |
tree | 320432ef06fcfc607ef0e65ab416b84c03803716 /doc | |
parent | b0c11d3efbcfc3cd2e8d852ec196930ebace91ad (diff) | |
download | Nim-674c05f426d586deba1401270f78b74c22c540bc.tar.gz |
made compiler more robust for idetools; implemented idetools.usages
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 5077de4db..9a642addb 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -13,8 +13,9 @@ Advanced commands: //idetools compiler support for IDEs: possible options: --track:FILE,LINE,COL track a file/cursor position --suggest suggest all possible symbols at position - --def list all possible symbols at position + --def list all possible definitions at position --context list possible invokation context + --usages list all usages of the symbol at position Advanced options: -m, --mainmodule:FILE set the project main module |