diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 17:59:26 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 18:03:27 +0200 |
commit | 9e649ffdf288d09e80ca727c8f444be548b1a571 (patch) | |
tree | 97cf20bf4878a29313428876cffe2be55d13543c | |
parent | 9b76435280ae143d2903da4adbdfd57457bade7a (diff) | |
download | Nim-9e649ffdf288d09e80ca727c8f444be548b1a571.tar.gz |
Mentions expected order of idetools suggest results.
-rw-r--r-- | doc/idetools.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index 4ba4a4511..ce6062e63 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -119,7 +119,9 @@ separators!). The typical usage scenario for this option is to call it after the user has typed the dot character for `the object oriented call -syntax <tut2.html#method-call-syntax>`_. +syntax <tut2.html#method-call-syntax>`_. Idetools will try to return +the suggestions sorted first by scope (from innermost to outermost) +and then by item name. Invokation context |