- This topic has 3 replies, 2 voices, and was last updated 14 years, 9 months ago by
support-shalini.
-
AuthorPosts
-
blodgett.donaldMemberI am attempting to create a custom dictionary, but it is being ignored. By this I mean that I get the prompt stating that there is no user dictionary set (even though I have been able to successfully set this up previously).
Now I have tried to just create a new dictionary file, this works in that a new file is created, but the words that I select to add are never inserted into the file, nor are words already in the file identified as being in my custom dictionary file.
support-shaliniMemberblodgett.donald,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. What is the editor that you are working with?
3. Are there any errors in the log file located at workspace dir > .metadata > .log?
4. Can you list out the steps in detail to replicate the issue?
blodgett.donaldMemberSorry for the delayed response,
I thought at the time I was seeing this in all editors, but it appears to only be occurring in the JavaScript editor.
There are no errors generated in the log file.
In order to reproduce the issue, I follow these steps:
– Open a JavaScript file using the JavaScript editor
– Type a word that is not likely in the default dictionary (my name for example) as a comment
– See the incorrectly spelled word indicator
– Press CTRL+1 with the cursor next to the word to display the list of options for correcting it
– Select the “Add ‘word‘ to dictionary” option
– See message indicating that a user dictionary is required to add words and confirming if I want to configure it now.
– I click Yes on the message
– See the Spelling Preferences dialog displayed with my previously set user dictionary already set correctly
– I click Apply, then OK
– The word is still seen as incorrectly spelled
– I look in the user dictionary and find that the word is not present, if I had not previously added it when using the Java editor, or it is there if I did add it through the Java editor*** Date: Tuesday, May 11, 2010 10:21:26 AM EDT ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse 8.5\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\MyEclipse 8.5\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\MyEclipse 8.5\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/MyEclipse 8.5 -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
support-shaliniMemberblodgett.donald,
Thank you for the detailed steps. I could replicated this at my end.
I have raised a PR with the dev team. -
AuthorPosts