[JBoss JIRA] Created: (JBIDE-4152) Vertical rather than Horizontal Split in Visual/Source Editor
by Drew Arrigoni (JIRA)
Vertical rather than Horizontal Split in Visual/Source Editor
-------------------------------------------------------------
Key: JBIDE-4152
URL: https://jira.jboss.org/jira/browse/JBIDE-4152
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.0.0.GA
Environment: Fedora 10, JBDS 2.0, JDK 1.5 x86_64
Reporter: Drew Arrigoni
Priority: Minor
Attachments: Split.png
It would be nice, especially for people with widescreen monitors, to be able to split the visual/source editor vertically, rather than horizontally. This would allow them to view the source, within a single tab, side by side. This is doable across multiple tabs but I don't know if there is any performance hit while doing it this way. It also means that you cannot move to another file with the window full screened without having to resize your tabs. This would be annoying for editing, say, an Entity file and a Form for that Entity at the same time.
Also, as part of this option, it would be nice to be able to define which side of the split the Source and Visual editors are on.
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-924) visualization of facelets tags in a seamgen project
by Carsten H?hne (JIRA)
visualization of facelets tags in a seamgen project
---------------------------------------------------
Key: JBIDE-924
URL: http://jira.jboss.com/jira/browse/JBIDE-924
Project: JBoss Tools
Issue Type: Bug
Reporter: Carsten H?hne
This is for JBossTools-200709200350-nightly-ALL
Visualization of ui:composition,ui:include and ui:decorate do not work correctly in a seamgen project
The problem is with absolute pathnames.
<ui:insert src="/somedir/somefile.xhtml"/> does not visualize the content
whereas <ui:insert src="somedir/somefile.xhtml"/> does not.
With an jsf-project both forms works
My problem. I have to use absolute pathnames. with relative ones my app will not run:-(
To reproduce genarate a seamgen project with Seam 2.0..0CR1
1.seam setup
2.seam new-project
3.copy the generated project to your eclipse workspace
4. do an import existing project into workspace
5. try
--
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
15 years, 7 months