Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Dreamweaver 2018Does the code mistake seem to be missing?

New Here ,
Jan 09, 2018 Jan 09, 2018

GAL]YNW$}H@RXQW1)JCP941.pngHere, my else is obviously wrong, but there's no hint in the 2018 version.C9(_TVLH6FKW`K6FHPH%ZTC.pngAnd in 2017, there is a clear hint.

578
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 11, 2018 Jan 11, 2018

Yes, CC2018 has Linting in HTML and CSS files that will show whichever errors it is set to display as red line numbers in Code View.

You can verify it is turned on under Edit > Preferences > Linting > make sure "Enable Linting" is checked.

Translate
Community Expert ,
Jan 09, 2018 Jan 09, 2018

Try a forum for Dreamweaver.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 10, 2018 Jan 10, 2018

The Linting in DW CC2018 only fires after saving. If you haven't saved the file there, it won't alert you to errors and inconsistencies.

In earlier versions it fired on open, change and save.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 10, 2018 Jan 10, 2018

Does the 2018 version have this function?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 11, 2018 Jan 11, 2018

Yes, CC2018 has Linting in HTML and CSS files that will show whichever errors it is set to display as red line numbers in Code View.

You can verify it is turned on under Edit > Preferences > Linting > make sure "Enable Linting" is checked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 17, 2018 Jan 17, 2018

I looked for it and found that I had opened the examination, but my obvious mistake was still unchecked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 18, 2018 Jan 18, 2018

ZXP(()]`C1BBQ1]9~J8G4LK.pngLook, I've set it up make sure "Enable Linting" is checked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2018 Jan 18, 2018
LATEST

My CC2018 no longer recognizes any error with your code either.

The Linter in DW is extremely limited in the errors/inconsistencies it actually shows.

My guess is, something that was set to "true" in the previous version's Linter is now defaulted to "false" in CC2018. It may be worthwhile to compare the two files to see if there is a difference that's easily changed, but it's probably better to just use online javascript validation tools than DW to warn you about .js errors.

I haven't used Linting for anything since it was added to DW and told me "double quotes are required on html attributes".

I turned it off a long time ago and stick with W3C validation tools for html and css and JSLint for javascipt.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines