[jbosstools-issues] [JBoss JIRA] (JBDS-3340) provide option for disable html preview

Konstantin Marmalyukov (JIRA) issues at jboss.org
Mon Feb 9 05:40:49 EST 2015


    [ https://issues.jboss.org/browse/JBDS-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038704#comment-13038704 ] 

Konstantin Marmalyukov commented on JBDS-3340:
----------------------------------------------

{quote}Konstantin Marmalyukov don't we have a way to turn it off already (i.e. we had setting in past to default to source view) and why is the javascript in the browser even able to block rest of eclipse - aren't it running in a non-UI thread ?{quote}
We can set an option to open source tab by default - this dropdown is in visual editor preferences. Have no idea why this can happen. Will be very good if [~regdeve] will give me his project.

Btw I don't sure where the actual problem is. If Jim needs to switch off live refreshing - it's easy to do, but this options is not in preferences. It can be done only with visual editor action bar.

> provide option for disable html preview
> ---------------------------------------
>
>                 Key: JBDS-3340
>                 URL: https://issues.jboss.org/browse/JBDS-3340
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: visual-page-editor-core
>         Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
>            Reporter: jim harber
>            Assignee: Konstantin Marmalyukov
>            Priority: Critical
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything. 



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list