[JBoss JIRA] Created: (JBIDE-3451) VPE - Preferences - please remove or rename "Default Editor Tab"
by Vitali Yemialyanchyk (JIRA)
VPE - Preferences - please remove or rename "Default Editor Tab"
----------------------------------------------------------------
Key: JBIDE-3451
URL: https://jira.jboss.org/jira/browse/JBIDE-3451
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.0.0.cr1
Reporter: Vitali Yemialyanchyk
Assignee: Maxim Areshkau
Priority: Minor
Maxim, as you told me "Default Editor Tab" selection means default editor tab selection for new created jsp file (for example), in other rest cases vpe remember it's last open state. When i press "Preferences" and "Default Editor Tab" i expect to change something usefull for current editor.
We can easy remove it and always open "Visual/Source" for new created files.
Or it should be renamed into something like this "Default Editor Tab for new VPE files" - this name help you avoid questions.
--
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
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-2016) There are issues with the feature "code completion now respect "var" attributes in e.g. h:dataTable"
by Adrian Mitev (JIRA)
There are issues with the feature "code completion now respect "var" attributes in e.g. h:dataTable"
----------------------------------------------------------------------------------------------------
Key: JBIDE-2016
URL: http://jira.jboss.com/jira/browse/JBIDE-2016
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Environment: jboss tools nightly build 0404/2008, windows vista,
Reporter: Adrian Mitev
Attachments: pic1.jpg
Having the following code:
<h:dataTable value="#{myBean.users}" var="user">
<h:column>
<h:outputText value="#{user" />
</h:column>
</h:dataTable>
public class MyBean {
private List<User> users;
//getters and setters for users
}
public class User {
private String userName;
//getter and setter for userName
}
--------------------------
When the project is seam project and the class MyBean is annotated with @Name("myBean"), the CA in the dataTable works as expected.
When the project is seam project and the class MyBean is NOT annotated with @Name, but it's defined as managed bean in faces-config.xml there is CA only for the var of the datatable, but not for the properties of the var - see pic1.jps
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months