- This topic has 35 replies, 10 voices, and was last updated 5 years, 10 months ago by timwebb.
-
AuthorPosts
-
elongartParticipantHi Ignacio, thanks for that fix, but I’m not seeing as an option for upgrading when entering to Eclipse Marketplace. How can I see that release for upgrading?
Aaron LaraMember@elongart, CodeMix is usually updated automatically after eclipse restarts. Please verify the installed version is
2018.10.30
by checking inPrefereces > CodeMix
. Also, you can manually trigger an update by executing the Quick Open command> Update CodeMix
(Quick open is accessed by performing Ctrl+Shift+P).Cheers!
Aaron Lara- This reply was modified 6 years ago by Aaron Lara.
elongartParticipantOh ok! The validation errors went away!
Thanks a lot!
somenduParticipantThis is working fine after the upgrade. The validation errors are the genuine ones which are showing now.
Thank you so much for the prompt action.
🙂
RogerParticipantI’m having a similar problem; Codemix CI 2018.10.30, Eclipse IDE for Java Developers Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200.
After upgrading to CodeMix, my Angular markup now has lots of markers like this:
Description Resource Path Location Type
The value of attribute [ (click) ] must be in double quotes. app.component.html /ui/src/app line 47 CodeMix ValidationThe local standard is to use single quotes; and I haven’t been able to find a preference to shut this down, so my Problems view is littered with red herrings.
I also have several of these:
Description Resource Path Location Type
Implementation of project facet webclipse.typescript could not be found. Functionality will be limited. ui Unknown Faceted Project Problem…but I’m not able to remove the facet from the project.
Assistance welcomed,
-r
support-swapnaModeratorRoger,
Thank you for trying CodeMix. Sorry that you are seeing problems.
To fix the problem with missing webclipse.typescript facet, please edit the
org.eclipse.wst.common.project.facet.core.xml
located under the project’s .settings folder, remove this line and save it :<installed facet="webclipse.typescript" version="1.0"/>
Regarding the validation errors about double quotes, can you please recheck if the project’s tslint.json has the correct settings for the quotes?
`”quotemark”: [
true,
“single”
]`
If the settings in the tslint.json are right and you are still seeing the errors being reported, then please share with us the tslint.json along with the code snippet for which the error is reported to help us investigate further. Also share with us the Angular version of the project.Apologies for inconvenience caused.
–Swapna
Genuitec Support
RogerParticipantThanks, this has me sorted.
Angular generated a new tslint.json file in the src directory that doesn’t mirror the settings I was using before migrating to the latest. Once I merged these copies, the double-quote warning cleared up.
Tweaking the …core.xml files resolved the facet warnings as well.
I’m set; thanks for the easy fixes and fast turnaround,
-r
support-swapnaModeratorRoger,
Glad that you are all set.
Let us know if you see any other issues.–Swapna
Genuitec Support
elongartParticipantHello team,
Yesterday the issue I reported on thread #601256 came back :-(. Any ideas what could be causing the re-rising on this solved bug?
(I had the exactly same problem reported on that thread, you can check the screenshoot)
Thanks in advance!
support-swapnaModeratorelongart,
We pushed an update yesterday which no longer supports User Settings in CodeMix to simplify and avoid possible confusion with Workspace Settings.
Can you please reconfigure
javascript.implicitProjectConfig.checkJs
and any other settings in CodeMix > Settings > Workspace Settings and check if you are still seeing the validation errors? Also please retry tweaking the settings as suggested by Ignacio in his previous response : CodeMix -> Validation and Build -> Disabled Validators -> Enable project specific setting for disabled validators and play with the settings to see if it helps.If none of the above suggestions help, then please share with us more details about installed extensions, whether you have installed/disabled any extensions recently etc.
Apologies for inconvenience caused.
–Swapna
Genuitec Support
elongartParticipantWhat do you mean about reconfigure
javascript.implicitProjectConfig.checkJs
? Right now it hasfalse
, I changed it totrue
and nothing happened. Also I tried uncheckingEnable project specific setting for disabled validators
and nothing.Regards
Salvador CabreraMemberHi elongart,
In order to narrow down what’s causing the issue, can you please share what extensions you have currently installed and enabled?
Best Regards,
Sal
elongartParticipantHi, attached are the extension I have installed.
I also have another issue on HTML / CSS files where tab width don’t get the value I set of “2”. The workaround is to change to a different value, click Apply, then set back to “2” and Apply again. It’s a nightmare since I have to do this every time for each HTML / CSS file I open.
Sorry If I’m mixing issues, let me know If I should open another thread.
Attachments:
You must be logged in to view attached files.
Salvador CabreraMemberHi elongart,
Why don’t we go on a Live Chat to get more details about these issues?
You just need to click on:Help -> CodeMix -> Live Chat...
Best Regards,
Sal
Salvador CabreraMemberHi elongart,
First i want to thank you again for spending some time by going on a Live Chat session.
Based on this Live Chat session we have the following outcome:
1.- The validation errors went away after clearing them from the Markers view.
2.- We have reproduced the problem described in #603781 about tab width.
There seems to be a problem with some editor related settings for CodeMix which will be fixed in the next maintenance release.Best Regards,
Sal -
AuthorPosts