[JBoss JIRA] Commented: (JBIDE-675) Large JSF file are too slow to handle, making editor useless for them
by Maxim Areshkau (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-675?page=comments#action_12399259 ]
Maxim Areshkau commented on JBIDE-675:
--------------------------------------
I have reproduced this issue. This problem caused by function VpeVisualDomBuilder.updateElement(Node sourceNode).
In our VPE when we forms visual part we create maps(SourceNode <-> Visual Node).When we editing source node, the source node are changed.
So we can't get visual node in map to update this, when we can't get visual node, we trying get parent node and update then all children nodes. If parent node is heavy node( like f:view in employee.xhtml) to update this node vpe need a long time.
> Large JSF file are too slow to handle, making editor useless for them
> ---------------------------------------------------------------------
>
> Key: JBIDE-675
> URL: http://jira.jboss.com/jira/browse/JBIDE-675
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, Visual Page Editor
> Affects Versions: ExadelStudioPro4
> Environment: Eclipse 3.2.2
> Exadel Studio 4.0.4
> Kubuntu Feisty Fawn
> 1G RAM
> CPU Intel(R) Pentium(R) 4 CPU 2.80GHz, HyperThreading activated
> Reporter: David Delbecq
> Assigned To: Sergey Vasilyev
> Priority: Critical
> Fix For: 2.1
>
> Attachments: .classpath, copy_dump.txt, edit_dump1.txt, edit_dump2.txt, editStructure.txt, JBIDE-675.tar.gz, loading_dump.txt, profiling.tar.gz, stacktraces-rhd2b1.log.gz, tree.txt
>
>
> Post to JIRA, following recommandatiopn here: http://jboss.com/index.html?module=bb&op=viewtopic&t=115447
> When editing JSF files That contains quite a lot of include, it take commonly up to 20 seconds for one character i type to get it's way to the screen. I can even see, after 10 seconds, the cursor goes on step right, and after a new 10 second the character appear in front of the cursor. This make it impossible to use JSF editor from exadel to edit such file, i have to ressort to plain xml editor without completion for facelets tags.
> I will be posting attachement containing description of files involved (sorry, no file content).
--
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, 1 month
[JBoss JIRA] Commented: (JBDS-178) DocBook Investigation
by Gleb Galkin (JIRA)
[ http://jira.jboss.com/jira/browse/JBDS-178?page=comments#action_12399151 ]
Gleb Galkin commented on JBDS-178:
----------------------------------
When you need to break a page in the required place of PDF version doc., you can use "Hard page breaks":
1. add the following template to your customization layer (for example in fopdf.xsl)
<xsl:template match="processing-instruction('hard-pagebreak')">
<fo:block break-after='page'/>
</xsl:template>
2. put the following processing instruction in your document where you want an unconditional page break:
<para>Some text in a paragraph</para>
<?hard-pagebreak?>
<para>The following code snippet illustrates
the technique.</para>
> DocBook Investigation
> ----------------------
>
> Key: JBDS-178
> URL: http://jira.jboss.com/jira/browse/JBDS-178
> Project: Developer Studio
> Issue Type: Task
> Components: documentation
> Affects Versions: 1.0.0.GA
> Reporter: Svetlana mukhina
> Assigned To: Anatoly Fedosik
> Priority: Optional
> Fix For: 1.1
>
>
> Learn more about DocBook, the tags that we use in our xml, the attributes of the main tags, 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, 1 month