MyEclipse: JavaScript Editor Freezes khoshsirat - Mar 13, 2012 - 09:04 AM Post subject: JavaScript Editor Freezes
Hi
I have MyEclipse Bling (but in the about window it is blue version: Build id: 10.0-Blue-20111028)
the problem is that in MyEclipse javascript editor when I want to copy a text using ctrl+c or Edit->Copy, the whole IDE freezes and I have to kill java proccess
In other editors it works fine
please help mesupport-swapna - Mar 13, 2012 - 10:38 AM Post subject:
khoshsirat,
Sorry that you are seeing this issue with MyEclipse.
Can you answer some more questions for us ?
1) Can you share the Installation Details from MyEclipse > Installation Summary > Installation Details ?.Also mention the OS details.
2) Is your workspace very large ? Do you have any third party plugins installed?
3) Clear the .log file which is located at <workspace dir>/.metadata/.log. Replicate the issue and attach the .log file for us to investigate.
4) Is it a .js file which you are working with ? Can you clarify if you are seeing this issue with multiple files when opened with ME JavaScript Editor?
5) If you have the chance, can you please switch to a new workspace and check if you are seeing the same issue ?khoshsirat - Mar 13, 2012 - 12:01 PM Post subject: Installation Details:
*** Date:
Tuesday, March 13, 2012 2:06:07 PM IRST
** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Blue Edition
Version: 10.0 Blue
Build id: 10.0-Blue-20111028
My OS:
Windows 7 version 6.1 Build 7601 ServicePack 1
my workspace is large
I'm using SVN Plugin version 1.8.5 and Maven 3.0
Yes, it is a .js file
I have myEclipse version 6.0 already installed in same system (beside version 10 but in another workspace) but that is working well
I think some thing is wrong with the myEclipse JavaScript Editor. because as I mentioned earlier, it's working fine in all other myEclipse editors
as I push the ctrl+c buttons, the IDE freezes and I have to kill its proccess, so nothing will add to the Log file
there's no difference if I open one .js file or multiple files with other extensions, when I want to copy a text it immediately freezes.
I have installed the Aptana Studio Plugin (for editing the .js file) and it's also working fine as other editorssupport-denis - Mar 13, 2012 - 04:20 PM Post subject:
khoshsirat,
Please try opening Windows->Preferences global menu, then navigate to MyEclipse->Files and Editors->Java Script->Editor->Typing. Turn off everything in "When pasting" group and let me know if it helps.
If the solution above does not help, please try creating a new workspace, creating a simple web project using ME wizard, then importing a single JS file (you got issues with in an old workspace) and check whether ctrl+c works this time. So, new workspace, simple project, single JS file.
Also please let me know if this issue appeared before you installed Aptana or after that.
Best regards,
Denis.khoshsirat - Mar 14, 2012 - 07:22 AM Post subject:
this issue appeared before I installed Aptana.
today I wanted to "Turn off everything in 'When pasting' group", but before that, I just changed the proxy settings (in our company we are using a proxy to connect to internet)
now it's working fine and I can't force the IDE to freeze again.
I think there's something wrong with the proxy setting. because when I change the proxy setting the log file repeatedly contains this:
!ENTRY org.eclipse.core.net 1 0 2012-03-14 09:14:10.945
!MESSAGE System property https.proxyHost is set to 192.168.0.11 but should not be set.
!ENTRY org.eclipse.core.net 1 0 2012-03-14 09:14:10.947
!MESSAGE System property https.proxyPort is set to 8080 but should not be set.
and also when I open the myEclipse JavaScript editor, the Progress view contains several job with this name:
Requesting JavaScript AST from selectionkhoshsirat - Mar 14, 2012 - 02:18 PM Post subject:
hi again
I found the reason. It's because of proxy setting
we are using a proxy server to connect to internet in our company
when I set the network connection setting on direct mode, the javaScript editor can not connect to Internet and the IDE Freezes.
but other editors are working well, so the problem is with the MyEclipse JavaScript Editorkhoshsirat - Mar 14, 2012 - 04:59 PM Post subject:
I turned off 'Update Imports' (from Windows->Preferences->MyEclipse->Files and Editors->Java Script->Editor->Typing) and it worked
Thank yousupport-denis - Mar 15, 2012 - 12:02 AM Post subject:
khoshsirat,
What happens if you put your old proxy settings back? Does it start freezing again on Ctrl+C?
Also please let me know if it freezed -only- after pushing Ctrl+C or there was a chance to freeze on just selection.
Best regards,
Denis.khoshsirat - Mar 15, 2012 - 06:28 AM Post subject:
when I select a text, it doesn't freeze
only when I press ctrl+c or select 'Copy' from 'Edit' menu, it freezes
I don't know if it help you but I have turned off all validations
if I turn on 'Update Imports' and I have direct access to internet, it doesn't freeze
if I turn on 'Update Imports' and I have indirect access to internet, it freezes, even when I configure network settings correctly (yesterday I had direct access to internet)
anyway, the main point is that other editors(for example: MyEclipse JSP Editor) are working fine