Skip to main content
Inspiring
January 31, 2018
Answered

Cannot place cursor inside tag code editor

  • January 31, 2018
  • 1 reply
  • 1631 views

Hi there,

I'm upgrading to Dreamweaver CC from Dreamweaver CS 5.5. I noticed that when I click on any tag e.g. <a href="...>xyz</a>, the entire tag is highlighted. I just want to change the path that href refers to but I cannot put my cursor in the path and start typing as I use to do in DW 5.5. I can click in the properties window and type the path there.

Am I doing something wrong and is this how it's done in DW CC?

Joe

    This topic has been closed for replies.
    Correct answer Jon Fritz

    Let's see if it's the theme's fault, or maybe an installation issue...

    Go into Edit > Preferences > Interface
    Change the Code Theme to Solarized Light

    That "should" change the highlight color of the tag to a teal color, while changing the cursor color to black. It's still going to look like you have the entire tag selected when compared to CS5, but it's not as you'll see when you start typing. If you can't type, it probably be best to reinstall the software.

    It's exceptionally annoying and somewhat difficult to fix the highlight color in existing themes if you're not familiar with the mess Adobe made of code colring. Personally, I no longer use the built in themes in DW, preferring a modified dark version of one created by a user here in the forum in this thread...

    Dreamweaver cc 2018 (2017) OldSchool Light Theme

    1 reply

    Jon Fritz
    Community Expert
    Community Expert
    January 31, 2018

    You might be set to overwrite rather than insert text. Check the bottom right of the document window and click OVR if it's there so it changes to INS...

    If that's not it, have you actually tried typing?

    The default theme in DW makes it appear as if the entire tag is selected when you click into one, but it's not. Typing will act the same as previous versions, aside from the terrible highlighting method, as long as overwrite is not selected.

    Inspiring
    February 1, 2018

    I want to change the src path in the following tag from <script type="text/javascript" src="../scripts/topnav.js"></script> to <script type="text/javascript" src="../top/scripts/topnav.js"></script>.

    When I click on the tag, DW highlights the entire tag and it looks like this.

    I clicked just between / and s of scripts but as you can see, I don't see a blinking cursor so I wasn't sure if I can type there. Code theme is Classic. When I change that to Dark, then I see the cursor. Is there a way to change the color of cursor in Classic code theme.

    Also when I change app theme, DW CC crashes. Any idea why? I haven't loaded anything 3rd party.

    Thanks

    B i r n o u
    Legend
    February 1, 2018

    try double click on the src value