Bug 380679 - Disable hints / auto-completion in comments
Summary: Disable hints / auto-completion in comments
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 15:11 UTC by RKWard Team
Modified: 2006-12-04 17:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RKWard Team 2006-11-12 15:11:51 UTC
-- Originally posted by (AT sourceforge.net): *anonymous --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/13 on 2017-05-30 15:26:36 +0100 --
Hi Thomas,

I like these new features:

\*function argument hinting in the console and script
editor 
\* as you type completion of R symbol names in the
script editor 
\* tab completion of R symbol names in the console

but can they be temporarily disabled when the user
types \# or \#\# to start writing a comment? I think
having the popups when I am writing code comments is
more disturbing than helpful. Example: 

I <- diag\(3\) \# making identity matrix

box pops up after "ma" in making, "id" in identity, and
"ma" in matrix giving all sorts of options that I am
not interested in when just writing comments.

Thanks,
Ben Goodrich \(same email if you have questions\)-- Labels: user interface --
Comment 1 Thomas Friedrichsmeier 2006-11-15 12:23:02 UTC
Logged In: YES 
user\_id=300591
Originator: NO

Fix in development version.

I only disable symbol name completion, and only in the script editor. In the console, completion has to be requested explicitely using Tab, so it should not interfere. Function argument hinting only gets triggered by existing function names followed by an opening brace, so in the vast majority of cases, you really are trying to write a function call \(even if it is commented\), then.

Leaving bug report open until the next version is released.
Comment 2 Thomas Friedrichsmeier 2006-11-15 12:23:02 UTC
- **assigned_to**: nobody --> tfry
- **status**: open --> open-fixed
Comment 3 Thomas Friedrichsmeier 2006-12-04 17:41:10 UTC
- **status**: open-fixed --> closed-fixed