[rkward-tracker] [ rkward-Bugs-1595097 ] Disable hints / auto-completion in comments

SourceForge.net noreply at sourceforge.net
Mon Dec 4 18:41:10 UTC 2006


Bugs item #1595097, was opened at 2006-11-12 17:11
Message generated for change (Settings changed) made by tfry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1595097&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: user interface
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Thomas Friedrichsmeier (tfry)
Summary: Disable hints / auto-completion in comments

Initial Comment:
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)

----------------------------------------------------------------------

Comment By: Thomas Friedrichsmeier (tfry)
Date: 2006-11-15 14:23

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1595097&group_id=50231




More information about the rkward-tracker mailing list