Bug 70809 - [content assist] Allow to show parameter hints for read-only files
Summary: [content assist] Allow to show parameter hints for read-only files
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-26 07:06 EDT by David Pérez CLA
Modified: 2004-07-26 10:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Pérez CLA 2004-07-26 07:06:45 EDT
I have a Java source file that isn't checked out.  
I use VSSPlugin.
I select Edit | Parameter Hints to see which parameters require a function.
I'm asked to check out the file.
Why? I'm not willing to modify it.
Comment 1 Dani Megert CLA 2004-07-26 10:10:07 EDT
Code assist and parameter hints are part of typing support and only available on
writeable files. We cannot change this for code assist but parameter hints could
be made available for read-only files.