View code view options hidden characters problem

When I turn on the Hidden characters I get extra tab symbols at the end of the line of code. These will somtimes lay on top of or beyond the paragraph symbol. I have tried using other font and font sizes and some do work better than others. It seems like the text in the code view dosn't respect the hidden characters at all and some times the cursor looks like it is one place but edits a character over one space. Any ideas on the best font and size to use and is there any one else experincing this and or a fix?

Not sure I understand the issue you're having. 
I'm using CS6 ver 12.2, build 6006 on Windows. 
The font is Courier New 12pt.
See screenshot.
Nancy O.

Similar Messages

  • Oracle.adf.view.rich.pprNavigation.OPTIONS on give problem with servlets

    I recentrly fix ADF_FACES-60058 using in web.xml:
    <context-param>
    <param-name>oracle.adf.view.rich.newWindowDetect.OPTIONS</param-name>
    <param-value>on</param-value>
    </context-param>
    and now bc this change, when i call a sevlet using ajax.. all my servlets stop working...
    =( This mean this is not good fix...

    Hi i am getting now after fix problem with my servlet( Delete servlet and use Backing bean instead)
    javax.servlet.ServletException: java.lang.InternalError: name is too long to represent
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:266)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:473)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:141)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
    =/

  • DW CS6 horizontal scrolling bug in code/design view & code view alone

    I posted a video demonstrating the issue.
    Dreamweaver CS6 12.02 Build 6006
    http://www.youtube.com/watch?v=E7x5QZWNfk0
    Will there be a fix in the works?

    Believe me Thomas, I know exactly what you are going through.  I used to work for a company that used an archaic ecommerce platform called Marketlive.  It was a beast, but caused more problems than what it was worth.  But the companies that have grown with them have become so big they are afraid of change themselves.  Unfortunately, you just have to make with what you have.  Personally I'd still try to push about the paths because a find and replace could still be done ont he database side, although a bit more complicated than DW's because you would have to write a query to replace the values, but still possible.  Honestly, I would just do without the preview and just code as if DW is your text editor and then upload and test.  I wish there was a better answer, but even when I was in the tough situation that's what I worked with.  If they don't like how time consuming it can be that way, then you need to show management how you could save time and money.

  • Syntax coloring in code view not working in CS6

    I just got CS6 installed for Windows XP, first time using it, and the HTML syntax is no longer color coded like I was used to in CS5 and earlier.. I assume you would turn this on/off through View > Code View Options > Syntax Coloring, but when I try to select this, nothing happens and the option remains unchecked in the menu.
    It seems to be the only thing in the Code View Options menu that I cannot turn on/off, but it's not grayed out or turning up any error messages or anything...
    Any idea what's going on?

    I didn't have a previous version of Creative Suite before this, so nothing to clean off. It's a work PC that just got set up with CS6 for the first time - I wasn't able to find that cache file (the instructions are for CS5 and earlier), but since this started happening straight out of the box, I'm not sure the cache would be the problem?
    And no, the "Syntax Coloring" option is not greyed out - it's actually black, so looks like it SHOULD be selectable, but I click it and nothing happens, and it remains unchecked. That's the confusing thing.. no obvious hurdles to toggling that option...

  • No colored code view

    I have the problem that my dreamweaver 8 don't displays
    colored codes in the code view
    can somebody help me?
    plz

    A.Translator wrote:
    > Edit > Preferences > Code Coloring
    That allows you to change the default colours. If Code view
    isn't
    displaying the default colours, go to View > Code view
    options, and
    select Syntax coloring. This option is toggled on and off by
    selecting
    it. If there is a check mark next to Syntax coloring, it's
    on. If
    there's no check mark, it's off.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Jquery and DWCS4 Code View Annoyance

    Hi all,
    I'm experiencing a bit of aggravation in the way DW handles jquery in code view. If i type:
    $('div.chapter a').click(function () {
    ...and this press the enter key, the cursor does not go to the begginning of the next line (where the "$" is in the line above) but it annoyingly starts right below the "{" (bracket) and I have to press backspace 4 times or so to get the cursor where I want it. Anyone else experience this and is there a fix for it? I get tired of hitting that backspace key all the time....

    I had "auto indent" selected under View->Code View Options. I turned it off and it fixed the problem but time will tell how it affects other coding. When coding a PHP "if" statement for example, pressing "enter" after the initial statement like this:
    if ($this = array() {
    now puts me at the start of the new line, under the "if" whereas before it conveniently indented it.
    Whata pain...

  • Text wrapping in code view

    In Preferences, I have checked the option Automatic wrapping
    after column
    76. However some rows can't wrap at the specified column
    because the tags in
    that rows can't be destributed in two lines. So, DW (8 and
    now CS3)
    hard-breake them at the end of the window, resulting in a new
    line without
    line number (I have Line numbers checked under View > Code
    view options
    menu).
    Is there a setting for not breaking those tags at the end of
    the window?
    (I'm only speaking about the long tags and not the plain
    text, that I srtill
    want it wrapped at column 76 so, I can't uncheck the Option
    Word wrap under
    View > Code view options menu, because it overrides the
    wrapping after
    column 76 option of the Preferences, making not only the long
    tags exceeding
    window's right edge, but plain text, too).
    Thank you in advance
    Please, remove hyphens to contact me

    Tun off this setting:
    View > Code View Options > Word Wrap
    HTH,
    Randy
    > In Preferences, I have checked the option Automatic
    wrapping after
    > column 76. However some rows can't wrap at the specified
    column because
    > the tags in that rows can't be destributed in two lines.
    So, DW (8 and
    > now CS3) hard-breake them at the end of the window,
    resulting in a new
    > line without line number (I have Line numbers checked
    under View > Code
    > view options menu).
    >
    > Is there a setting for not breaking those tags at the
    end of the window?
    > (I'm only speaking about the long tags and not the plain
    text, that I
    > srtill want it wrapped at column 76 so, I can't uncheck
    the Option Word
    > wrap under View > Code view options menu, because it
    overrides the
    > wrapping after column 76 option of the Preferences,
    making not only the
    > long tags exceeding window's right edge, but plain text,
    too).

  • How can I remove the blue vertical stripe in Code View?

    I am using Dreamweaver CS5.5. When I open a document in Code View, there is a blue vertical stripe on the left of the document. This blue stripe bothers me when I try to concentrate on my work and I would like to remove it. Is there a way to do this? Is it a bug? Please help.
    Thank you!

    Funny - until you mentioned it, I had never noticed that it was even blue, and I'm in Code view 24x7!
    You can try turning on line numbers (VIEW | Code View Options > Line Numbers) - at least that will put something else in that vertical bar that is useful.

  • Line breaks in code view

    I'm using Dreamweaver in 90% of the time in code view, and there is one thing I dont like and I can't seem to fix it.
    When I have a log text the text breaks at the end of my screen and continues at the next line, instead of giving me a horizontal scrollbar at the bottom of the page.
    Is there an option to make this happen?

    Dreamweaver has two types of word wrapping in Code view: hard wrapping, which is off by default, and soft wrapping, which is on by default.
    Soft wrapping works like a word processor by moving text onto the next line when it reaches the right border, but does not insert a newline character. To turn off soft wrapping, go to View > Code View Options, and click Word Wrap. It's a toggle on-off option. With a check mark alongside, it's on. Just click to remove the check mark and turn off soft wrapping.
    Hard wrapping, by the way, is in Preferences > Code Format. It's not recommended, because it breaks JavaScript.

  • Code View Wrong Color

    After I posted the message about changing the default font
    for the application I applied the results and the default font
    changed.
    Then my code font was fine except it mostly turned BLUE. How
    can I make it BLACK again?
    Roger
    [email protected]

    Roger,
    First, make sure the syntax (i.e. code) coloring is turned on
    here:
    View > Code View Options > Syntax Coloring
    If that's on, then you have a syntax error on your page at
    the place
    where the coloring changes from "fine" to "BLUE". The
    coloring is for
    more than just making you page look pretty!
    Hope this helps,
    Randy
    > Then my code font was fine except it mostly turned BLUE.
    How can I make it
    > BLACK again?

  • Dreamweaver code view problem with Turkish fonts

    All my preferences is set to Turkish encoding, but only at the code window Turkish characters aren't displayed right. If i type directly into the code window, everything is ok. but if i write something to design windowi the characters change automatically. i'm attaching a picture to show.
    thanks in advance.

    What you see there is not a problem. It's the expected result.
    When the Web first started, it supported only unaccented characters. So, to create letters like ö, it was necessary to use HTML entities, which is what you see in Code view.
    Nowadays, browsers support Unicode (UTF-8), which doesn't need to convert accented characters.
    Go into Preferences (from the Edit menu on Windows, Dreamweaver window on a Mac), and select the New Document category. Set encoding to UTF-8. To change existing pages, use Modify > Page Properties, and select Title/Encoding.
    With UTF-8, ö will still be ö in Code view.

  • Problem with disabled code view

    Hi,
    I've a problem with a template-based website which works fine
    in design view but will not allow edits in code view (with the
    exception of the contents of the <title> element). The
    template has multiple editable regions and has been deployed on
    quite a few occasions to multiple authors with varying
    configurations without any trouble before, but now it is causing
    quite a bit of head-scratching!
    The problem originally manifested in Dreamweaver MX 2004 on
    Windows 2000. An upgrade to Dreamweaver 8 has taken place and the
    issue persists. Testing on a similar computer using a standard
    shared drive in Windows shows the same problem in Dreamweaver 8 but
    was fine in Dreamweaver MX. Working with a copied set of files on a
    remote computer (Win2k and DW MX 2004) seems to somehow resolve /
    circumvent the problem and the code view works fine. Unfortunately
    this isn't an option for the main authors of the site who have only
    their current machines available.
    The fifth post down in a
    thread
    over at DMXzone seems to refer to a similar problem, but the
    workaround highlighted there has not worked for me.
    I'm not really a heavy Dreamweaver user but I can normally
    figure things out. This one however has got me stumped - anybody
    got any ideas? (Apologies if it's a really simple setting or flag
    that I should know about, but I've not been able to find anything!)
    Cheers,
    Dan

    Ca you post a link to the page, please?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "yorkdan" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    >
    > I've a problem with a template-based website which works
    fine in design
    > view
    > but will not allow edits in code view (with the
    exception of the contents
    > of
    > the <title> element). The template has multiple
    editable regions and has
    > been
    > deployed on quite a few occasions to multiple authors
    with varying
    > configurations without any trouble before, but now it is
    causing quite a
    > bit of
    > head-scratching!
    >
    > The problem originally manifested in Dreamweaver MX 2004
    on Windows 2000.
    > An
    > upgrade to Dreamweaver 8 has taken place and the issue
    persists. Testing
    > on a
    > similar computer using a standard shared drive in
    Windows shows the same
    > problem in Dreamweaver 8 but was fine in Dreamweaver MX.
    Working with a
    > copied
    > set of files on a remote computer (Win2k and DW MX 2004)
    seems to somehow
    > resolve / circumvent the problem and the code view works
    fine.
    > Unfortunately
    > this isn't an option for the main authors of the site
    who have only their
    > current machines available.
    >
    > The fifth post down in a
    >
    http://www.dmxzone.com/forum/topic.asp?topic_id=33748
    > seems to refer to a similar problem, but the workaround
    highlighted there
    > has
    > not worked for me.
    >
    > I'm not really a heavy Dreamweaver user but I can
    normally figure things
    > out.
    > This one however has got me stumped - anybody got any
    ideas? (Apologies if
    > it's
    > a really simple setting or flag that I should know
    about, but I've not
    > been
    > able to find anything!)
    >
    > Cheers,
    > Dan
    >
    >
    >

  • Code view redraw problem

    http://www.screencast.com/t/SFy5Snl9
    Had this problem since the latest update or so.  Opening a page and checking split view or code view gives a blank screen. Closing and opening page restores code. 
    Mac, DW 5.x   OS 10.6.7
    Reported this as a bug.

    Had this SAME problem on my MacBookPro (10.6.4 and CS5) onyl it happened most when I did a "save as". The new document would open and the code section would be empty. A "hard reboot" would remedy it for the first time I repoened DW, but once I closed it and repoened it, the problem came back. I just learned to live with it since it wasn't damaging the integrity of the documents, but it would be nice if they had a fix for it.

  • Problem with property refresh in code view

    I am suddenly noticing a problem in CS3 (v 9.0 build 3481),
    OSX 10.4.11. In Code view (NOT Split view), any change to the code
    causes the property inspector to display the message "You have made
    changes to the code. To edit selection properties click refresh or
    press F5".
    It is my understanding that this feature is intended to
    refresh the Design view when working in Split mode. I have not used
    DW much in the last few weeks, but I never recall having this come
    up before, and I work in code view quite a bit. Also, possibly
    related, the tag selector strip at the bottom goes blank at the
    same time the message appears in the property inspector.
    This will be a significant impediment if it continues. Am I
    crazy and it's always been this way, or is there a bug or setting
    that I've inadvertently changed? I understand why refreshing is
    necessary in Split view but I cannot see what purpose this could
    possibly serve in Code view.
    Ted

    quote:
    Originally posted by:
    Tedly61Am I crazy and it's always been this way, or is
    there a bug or setting that I've inadvertently changed? I
    understand why refreshing is necessary in Split view but I cannot
    see what purpose this could possibly serve in Code view.
    This is how it's always been for me with both DW 8 and DW CS3
    for Windows. Can't say with regard to the Mac versions.

  • Design / code view problem

    Hello, I have been using DW for a while now. I only use code
    view. When I first installed DW it asked for a default layout which
    I assumed had nothing to do with the viewing of code vrs design,
    just the layout. I chose coder layout.
    Now I am in DW and I need to look at the design in real time
    because I am having an issue that is causing me to go back and
    forth between browser and DW and it is getting old. So I looked up
    at the top where the toolbar is and design and split buttons are
    greyed out and inactive for me. I thought this was odd so I created
    a new basic HTML page to see if it would allow me access to these
    buttons but again, no.
    If I go to view menu same thing. I can only check code view.
    I can however go to the window menu and change the layout to
    designer, dual or coder but all this does is undock many of the
    panels. I still cannot see the visual element of my code.
    Can anyone please help me with this problem? At its most
    simplest form, I created an HTML page that says Hello World and I
    would like to be able to see this in both code and design view or
    switch easily between the two. But as of now, it does not seem like
    I have this ability. Again I am using DW 8
    Thank you for any help

    I see you are using DW8. OK....
    Also, changing from coder to designer won't affect the split
    view.
    Have you tried reinstalling? Has DW always been this way that
    you recall?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tripwater2000" <[email protected]> wrote in
    message
    news:ebaf3a$hvk$[email protected]..
    > Hello, I have been using DW for a while now. I only use
    code view. When I
    > first
    > installed DW it asked for a default layout which I
    assumed had nothing to
    > do
    > with the viewing of code vrs design, just the layout. I
    chose coder
    > layout.
    >
    > Now I am in DW and I need to look at the design in real
    time because I am
    > having an issue that is causing me to go back and forth
    between browser
    > and DW
    > and it is getting old. So I looked up at the top where
    the toolbar is and
    > design and split buttons are greyed out and inactive for
    me. I thought
    > this was
    > odd so I created a new basic HTML page to see if it
    would allow me access
    > to
    > these buttons but again, no.
    >
    > If I go to view menu same thing. I can only check code
    view. I can however
    > go
    > to the window menu and change the layout to designer,
    dual or coder but
    > all
    > this does is undock many of the panels. I still cannot
    see the visual
    > element
    > of my code.
    >
    > Can anyone please help me with this problem? At its most
    simplest form, I
    > created an HTML page that says Hello World and I would
    like to be able to
    > see
    > this in both code and design view or switch easily
    between the two. But as
    > of
    > now, it does not seem like I have this ability. Again I
    am using DW 8
    >
    > Thank you for any help
    >

Maybe you are looking for