[JBoss JIRA] Created: (JBIDE-2613) speed of editing in visual page editor
by Max Rydahl Andersen (JIRA)
speed of editing in visual page editor
--------------------------------------
Key: JBIDE-2613
URL: https://jira.jboss.org/jira/browse/JBIDE-2613
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
That we made text editing in the src editor fast by postponing updates to the visual editor is great! Much better user experience.
Similar having the caret in the visual part is a big plus too....BUT does the editing in the visual part have to be *that* slow ?
(it takes a second or two to insert a single character in a paragraph...and if i type many letters it is only shown in the source part and *then" in visual part - because of the the fix we did to the src part delaying updates)
Can't we somehow let mozilla insert the text as we type and when the user pauses we update the src part and consequently the visual part afterwards ?
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-1805) Processing unvisible tags in VPE
by Sergey Vasilyev (JIRA)
Processing unvisible tags in VPE
--------------------------------
Key: JBIDE-1805
URL: http://jira.jboss.com/jira/browse/JBIDE-1805
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Sergey Vasilyev
Assigned To: Sergey Vasilyev
Fix For: LATER
Add to the bottom of the visual part of VPE a list of invisible tags that exist in source part. To give a possibility of navigation through invisible tags.
Example:
If we have in the source part the following code:
...
<body>
...
<input type="text" value="test" />
<input type="hidden" value="id" />
<input type="submit" />
...
</body>
</html>
In the visual part we should have:
see attach invisible_tags.jpg
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-1481) can't change url-pattern
by Sergey Dzmitrovich (JIRA)
can't change url-pattern
-------------------------
Key: JBIDE-1481
URL: http://jira.jboss.com/jira/browse/JBIDE-1481
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Sergey Dzmitrovich
Assigned To: Maxim Areshkau
1.Create Seam Project : File -> New -> Seam Web Project
a. 1 step : input Project Name, select target runtime, target server.
b. 2 step : leave default values
c. 3 step : leave default values
d. 4 step :remove "*.seam" url-mapping-pattern and add "*.faces" url-mapping-pattern
e. 5 step : leave default values
2. open web.xml and observe that url-patterns is "*.seam" all the same
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-2678) Ctrl + Click EL expressions containing brackets
by Tim Evers (JIRA)
Ctrl + Click EL expressions containing brackets
-----------------------------------------------
Key: JBIDE-2678
URL: https://jira.jboss.org/jira/browse/JBIDE-2678
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.2
Environment: I have this issue on all releases so far. I havn't tested 3.0.0
Reporter: Tim Evers
I was going to raise this as a feature request, but I think ultimately this is a bug. Because the desired behaviour of the Ctrl+Click should be that it is able to resolve attributes and methods.
If I have the following method in my Seam Bean:
public void contactsMenuItemClicked() {
.....
}
Then in my .xhtml file reference it like this:
<rich:menuItem id="contactsMenuItem"
value="Contacts"
action="#{TenureMenuActionBean.contactsMenuItemClicked}"/>
I can Ctrl+Click on 'contactsMenuItemClicked' and it will take me to the method.
However, if i reference it like this in my xhtml I am unable to Ctrl+Click on the method name.
<rich:menuItem id="contactsMenuItem"
value="Contacts"
action="#{TenureMenuActionBean.contactsMenuItemClicked()}"/>
This also means that any method that takes parameters cannot be followed as well.
So, I cannot follow any EL expression like this:
<h:commandLink
id="selectRowLink"
action="#{TenureSearchController.selectedRowClicked(tenure)}"
--
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
17 years, 10 months