| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -909,7 +909,7 @@ def add_to_incremental_search(self, char=None, backspace=False): | |||
| 909 | 909 | ||
| 910 | 910 | def update_completion(self, tab=False): | |
| 911 | 911 | """Update visible docstring and matches, and possibly hide/show completion box""" | |
| 912 | - # Update autocomplete info; self.matches_iter and self.argspec | ||
| 912 | + # Update autocomplete info; self.matches_iter and self.funcprops | ||
| 913 | 913 | # Should be called whenever the completion box might need to appear / dissapear | |
| 914 | 914 | # when current line or cursor offset changes, unless via selecting a match | |
| 915 | 915 | self.current_match = None | |
@@ -1272,7 +1272,8 @@ def move_screen_up(current_line_start_row): | |||
| 1272 | 1272 | infobox = paint.paint_infobox(info_max_rows, | |
| 1273 | 1273 | int(width * self.config.cli_suggestion_width), | |
| 1274 | 1274 | self.matches_iter.matches, | |
| 1275 | - self.argspec, | ||
| 1275 | + self.funcprops, | ||
| 1276 | + self.arg_pos, | ||
| 1276 | 1277 | self.current_match, | |
| 1277 | 1278 | self.docstring, | |
| 1278 | 1279 | self.config, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments