[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6259) Add an option to Preferences to disable/enable code completion for getteres and setters in EL.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu May 6 15:20:05 EDT 2010


Add an option to Preferences to disable/enable code completion for getteres and setters in EL.
----------------------------------------------------------------------------------------------

                 Key: JBIDE-6259
                 URL: https://jira.jboss.org/jira/browse/JBIDE-6259
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: JSF, jsp/jsf/xml source editing
            Reporter: Alexey Kazakov
            Assignee: Victor Rubezhny
             Fix For: 3.2.next


Now we show properties as well as corresponding getters and setters.
For example if we have 
public String name;
public String getName(){...}
public void setName(String name){...}

we suggest #{name|getName()|setName()}

Let's add it to preferences and user will be albe to enable getteres setters in CA. I think by defualt it whould be disabled because it's not useful in most cases. EL validator should recognize such methods even if CA for them is disabled.

Also if we have some method (not setter or getter) we include two proposals: method, method(). Let's have the only method() in CA. Validator should recognize both.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list