[JBoss JIRA] Commented: (JBIDE-509) intelligent navigation support for seam variable names
by Victor Rubezhny (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-509?page=comments#action_12398746 ]
Victor Rubezhny commented on JBIDE-509:
---------------------------------------
Case 1: Link from Seam Variable name used in Seam EL expression (XHTML/XML/Java Strings in JavaEditor) to it's factory method:
1.1. User moves the mouse cursor over the Seam variable while Ctrl key is pressed.
1.2. The variable is highlighted and underlined in the editor.
1.3. If user pressed mouse button while Ctrl-key is pressed the following steps are to be performed:
- First we have to decide if the pointed variable has its factory method. If it's true the the source file with that factory method is to be openned in the editor (or brought to front if the editor is already openned), the factory method is to be revealed and selected in the editor.
- If there is no factory method for the variable the source file with the variable declaration is to be openned in the editor (or brought to front if the editor is already openned), the variable declaration is to be revealed and selected in the editor.
> intelligent navigation support for seam variable names
> ------------------------------------------------------
>
> Key: JBIDE-509
> URL: http://jira.jboss.com/jira/browse/JBIDE-509
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Seam
> Reporter: Max Andersen
> Assigned To: Victor Rubezhny
> Fix For: 2.1
>
>
> @DataModel
> private List<Message> messageList;
> @Factory("messageList")
> public void findMessages()
> {
> messageList = em.createQuery("from Message msg order by msg.datetime desc").getResultList();
> }
> - link from messageList to its @Factory method, and link from "messageList" to the property.
> - ctrl+G shows related locations in .java, .xhtml, components.xml, etc.
--
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
18 years, 2 months
[JBoss JIRA] Created: (JBIDE-1710) Remove/Add JSF capabilities
by Aliaksey Nis (JIRA)
Remove/Add JSF capabilities
---------------------------
Key: JBIDE-1710
URL: http://jira.jboss.com/jira/browse/JBIDE-1710
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Environment: WindowsXP SP2
jbds-win32-1.0.0.GA.jar
JBoss Developer Studio
Version: 1.0.0.GA
Build: JBossTools-200801300019-nightly-ALL
JDK 1.5_08
Reporter: Aliaksey Nis
1. Create JSF 1.2 KickStart project.
2. In Web projects view - right click on project name. Select Jboss tools>Remove JSF capabilities.
3. Remove capabilities.
4. In package explorer view - right click on project name. Select Jboss tools>Add JSF capabilities.
5. Servlet version 2.5 can not be selected.
--
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
18 years, 2 months