Editor Options (General) Does Show Deprecated Members in Code Completion apply to Ruby/Rails

View: New views
2 Messages — Rating Filter:   Alert me  

Editor Options (General) Does Show Deprecated Members in Code Completion apply to Ruby/Rails

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I am not seeing any differences when I select/clear the Show Deprecated
Members in Code Completion checkbox in the Options dialog box.

Does this checkbox apply to Ruby and Rails projects? If so, can someone
give me the steps to see before and after behavior?

Thanks

C

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Editor Options (General) Does Show Deprecated Members in Code Completion apply to Ruby/Rails

by Tor Norbye :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sep 24, 2008, at 3:22 PM, Chris Kutler wrote:

> Hello,
>
> I am not seeing any differences when I select/clear the Show  
> Deprecated Members in Code Completion checkbox in the Options dialog  
> box.
>
> Does this checkbox apply to Ruby and Rails projects? If so, can  
> someone give me the steps to see before and after behavior?

No, it doesn't apply.   There are a few APIs known to be deprecated,  
so we have a quickfix to go and find those - but it's not instrumented  
into the code itself (like Java's @Deprecated annotation) so code  
completion doesn't do anything about this.

-- Tor


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...