[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2594) Move configuration for EL to jboss tools preferensis, that it's can be used not only by visual page editor.

Eugene Stherbin (JIRA) jira-events at lists.jboss.org
Mon Aug 18 09:34:59 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12425462#action_12425462 ] 

Eugene Stherbin commented on JBIDE-2594:
----------------------------------------

1. I'm using standard resources api  and GlobalELReferenceList extends from ResourceReferenceList class. For replace el-variable string using ElService The code below demostrate how you can replace el variable.
ElService.getInstance().replaceEl(IFile resourceFile, String resourceString) where resourceFile is opened page and resourceString is string that contains el expression and  that will replaced.

2.  I can move to another package. I put in org.jboss.tools.vpe.editor.css package because all logic for Absolute,Relative folders and for Included taglibs was in org.jboss.tools.vpe.editor.css package too.

3. They are stored in workspace. See org.eclipse.core.resources.IResource#setPersistentProperty(QualifiedName key, String value) throws CoreException method.

 

> Move configuration for EL to jboss tools preferensis, that it's can be used not only by visual page editor.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-2594
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2594
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor
>    Affects Versions: 3.0.0.alpha
>            Reporter: Maxim Areshkau
>            Assignee: Eugene Stherbin
>             Fix For: 3.0.0.beta1
>
>         Attachments: pickture1.png.jpg
>
>
> This issue related to JBIDE-2010

-- 
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

        



More information about the jbosstools-issues mailing list