Dreamweaver: code view - building links

Working in code view, does Dreamweaver have prefs to have the following behaviour with respect to creating links:
User selects some text in a sentence that will be the anchor for the link.
User selects an html file from the project file list.
User drags the file and drops it on to the text that will form the anchor.
What happens:
The selected' text is replaced by the contents of the title tag in the html file that was dropped onto it.
What the user might expect to happen (because it's the quick and intuitive way to build links but no other editor appears to have this functionality, apart from Homesite):
The selected text becomes the anchor of a link to the file that's just been dropped onto it.
Is there a pref in Dreamweaver that allows me to change this behaviour?
Mark

Is there a pref in Dreamweaver that allows me to change this behaviour?
No, but you can always select the text and use the bull's-eye icon to drag and drop on the filename, an even more intuitive way to make a link.

Similar Messages

  • ClearType makes fonts in Dreamweaver code view hard to read

    I'm using Dreamweaver 8.0.2 with Windows Vista Business. As
    you know, Vista has a feature called "ClearType," which is supposed
    to help smooth out the on-screen fonts. It normally does do this,
    but for some reason, in Dreamweaver code view, some of the edges of
    fonts are cut off, making it very difficult to read at times. See
    pic here:
    http://www.klife.com/fontscutoff.jpg
    I've tried changing the display fonts within Dreamweaver
    (from Courier New to Arial, etc.), but it doesn't help. Actually,
    Arial is worse. But here's what fixes it: turning off ClearType. I
    haven't noticed ClearType messing any fonts up in programs except
    for Dreamweaver. Why is DW doing this and is there anything I can
    do to get ClearType to work with it?

    You might want to try Clear Type Tuner. It is a Microsoft
    tool to let you
    adjust your clear type settings to your liking. It was
    written for XP. I'm
    not sure if they have a Vista version out yet, but the XP
    version might
    work.
    http://www.microsoft.com/typography/ClearTypePowerToy.mspx
    Here is an online version, which I have not tried.
    http://www.microsoft.com/typography/ClearType/tuner/Step1.aspx

  • Dreamweaver code-view keyboard shortcuts

    I'm fearing the answer is no, but is there a way in Mac Dreamweaver code-view to enable the standard OSX keyboard shortcuts?  It seems that the Windows shortcuts are the only ones which work.
    For example, CMD+right arrow should jump to the end of the line, whereas in reality it jumps to the end of the word.  'end' is required to jump to the end of the line.   Other shortcuts I'm thinking of are listed here: http://www.gskinner.com/blog/archives/2006/07/mac_text_naviga.html .  In essence, I want Eclipse-style shortcuts to work in DW.  CMD+D to delete a line would be helpful as well.
    Thanks,
    Dave

    I'm pretty sure you're right: the answer is no. If you want Adobe to adopt those shortcuts, file a feature request through the official form at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

  • Why won't Dreamweaver code view allow me to select from all of my system fonts?

    I am trying to change the font for my code view in Dreamweaver CC.  However, it does not let me choose from a list of all fonts installed on my computer...it just gives me about 50 or so random fonts (some of them glyph fonts which are completely useless in this scenario).  It doesn't even include basics like Courier.  I had previously been using CS4, and it allowed me to choose any font I wanted.  Any ideas?

    I've just checked Dreamweaver CC on my MacBook Air. I don't know whether it lists every single font on my machine, but the list was very long. It certainly wasn't just a short, random list. Are you trying to change the Code view font in the right place?
    Dreamweaver > Preferences > Fonts

  • Dreamweaver code view letter spacing issue

    Good Morning at all,
    This morning when i've started DreamWeaver i've seen something change.
    As you can see in the picture below in the code view, the letters spacing is became really bigger than the normal.
    In the picture below i've done a piece of code with my dreamweaver in the top and in the bottom with one of my friend.
    When i try to change the font from the preferences menu (for example Verdana) the problem seems to solve but when i change again to Courrier New the problem return.
    What can i do?
    For me it is really frustrating to work with this problem and I do not understand why it bothers me so much,
    Thanks for the help guyes!
    Manuel.

    To change code formatting, go to Edit > Preferences > Code > Indent.  Then use Command > Apply Source Formatting.
    Nancy O.

  • 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.

  • Help! Can't paste into code view or property inspector

    I'm experiencing a weird and extremely annoying bug in Dreamweaver CS6 -- I can't paste text from outside apps into DW's code view or into the property inspector (such as URLs).
    Pasting doesn't work no matter the method: Ctrl + V, right-clicking or using the Edit menu. Pasting works normally in every other program. If I copy within Dreawmweaver, pasting works fine.
    Does anyone have a solution for this? I'm running Win 8 and DW 12.1 through Creative Cloud. Searching the forums, I see others have reported the same issue. Some have been able to fix it by deleting the configuration file; that didn't fix the issue for me. I'd like to try reinstalling DW, but the Adobe Application Manager doesn't seem to allow that.
    I began noticing this bug about two weeks ago. That might have been about the same time I updated to 12.1. Can anyone help?
    Thanks,
    Cory K.

    Adding to my last post, I used a clipboard format inspector called nclip (http://code.google.com/p/nclip/) to see if I could find a pattern between "what works" and "what doesn't".
    There are two cases where I'm seeing paste-into-Dreamweaver CS6 fail:
    Paste into Code View fails, but Paste into Design View works!
    Paste into either Code View or Design View fails
    I went through the list of programs that worked and didn't worked, using nclip to show what clipboard formats were being saved from each working and non-working source. It appears that DreamWeaver CS6 as of January 9, 2013 doesn't accept the most basic text clipboard formats:
    CF_UNICODETEXT
    CF_TEXT
    CF-OEMTEXT
    CF_LOCALE
    If these are the only clipboard formats used by an app (for example, Window's venerable Notepad.exe), Dreamweaver doesn't appear to handle them. Most programmer-style text editors output just these formats, because they are presumed to be understood any application that handles text. These fail for both pasting into codeview and design view.
    Interestingly, Chrome browser fails the code view test, but it does work in design view! It outputs the four clipboard types above, plus one more:
    Custom Format: HTML Format
    Hypothesis 1: Any application that puts HTML Format on the clipboard will paste into design view, but not necessarily code view.
    Next, Visual Studio 2010 and Sticky Notes, which doesn't include HTML Format as a clip type, works for both code view and design view. They both output this type in addition to the basics:
    Custom Format: Rich Text Format
    Two programs that output Rich Text Format without HTML Format are Sticky Notes and WordPad. These both work with Code View and Design View. From these limited tests on my system, it appears that for Dreamweaver to accept a text paste from an outside program into Code View, that program must output Rich Text Format to the clipboard. Otherwise, it fails. Dreamweaver will accept HTML Format, but only in Design View. Firefox is an exception in that it don't export Rich Text Format, but still works with Code View. It might use OLE, though (Chrome doesn't seem to use OLE, and it breaks in code view).
    Hypothesis 2: Any application that puts Rich Text Format on the clipboard will paste into design view AND code view.
    If Dreamweaver is really ignoring the basic text clipboard formats, and it's not just my system configuration, then this is a bug. Probably something that got overlooked in testing.
    To reproduce on Dreamweaver 12.1 build 5966:
    Try copy/pasting text from Notepad.exe into Dreamweaver Code View (DWCV). This fails for me.
    Try copy/pasting text from WordPad.exe into DWCV. This works!
    Try copy/pasting text from Internet Explorer 9 or Firefox into DWCV. This works!
    Try copy/pasting text from Chrome. This fails to paste into Code View, but does paste into Design View
    The Code View workaround:
    Use Firefox or Internet Explorer for your browser if you're copy/pasting source code.
    If you're working from another text editor, try copy/pasting into intermediate programs Sticky Notes or WordPad, then copy/paste from there into Dreamweaver.
    So that is my experience on Windows 7 64-bit. Anyone else experiencing the same thing?

  • Zoom  in code view

    So I love code view, allows me to really keep everything
    clean. But the txt is a bit too small. I know I can zoom with my
    os, but is there a way to do this only in dreamweaver code view?
    Thought about changing the code font and size, but not sure if that
    will effect page rendering
    ???

    > Thought about changing the code font and size,
    > but not sure if that will effect page rendering
    dreamweaver preferences-->Fonts-->Code View
    pick a font and a size. it has nothing to do with what shows
    in a browser.
    make it 300pt zebra bold.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • In dreamweaver cs6 12.0, build 5842, there is no syntax coloring on main code view?

    In my dreamweaver CS6, why is there no syntax coloring showing on the main code view window on php or any files? It works in window>code inspector, but this does not have all the same functionality. ther is no preferences icon anywhere that I can see to turn this feature on or off? This used to work until just recently. Nothing on google, but the main basics. I tried checking preferences under syntax coloring and all is okay and shows color. I also reinstalled and restarted PC. I am on a macbook with retina display. on mountain lion with latest updates. CS6 is different than cs5 in menus. Please help soon!

    Thanks for the help. I didn't think the retina did, I just wanted to help clarify what I was working with. I tried changing the external editor also and that got the split design view working again, but still no code coloring gosh darnit.

  • Need freelance certified dreamweaver 6(5) expert coder to build core site utilizing css2 and html5

    Need freelance certified dreamweaver 6 (or 5) expert coder to build core site utilizing css2 and html5. I need just the index and 1 content page, all graphics provided. I will duplicate pages and add content after the core pages and styling is created. Please see the linked pdf file for more details then call me at 321-246-8327 with your rates and availability. Thanks, Geoff
    https://dl.dropbox.com/u/30641657/PandE_website_Mockup.pdf

    Geoffrey,
    A site can be made in any program and imported into DW.  DW simply allows one to edit HTML/CSS/etc, and organize all site files within the application.  I think that was the confusion in Nancy's response of what you meant by certified. But to further what Nancy said, Spry has been openly discussed by Adobe and is no longer being developed ( http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l ) so your clients are actually setting themselves up for a bad situation especially if they go to upgrade their software. The same could be said for the widget browser.
    I'm assuming since this client is not doing the job themselves, that they might not have the resources to keep making manual updates on the backend in Dreamweaver. Might it not be worthwhile to propose to them that you outsource developing a site in a CMS like a Wordpress, Drupal, Joomla, Pyrocms, Perch, etc, etc. (the list goes on). Then they wouldn't even need DW to make changes to the website and the website would be programmed into the system so all they would need to do is add/remove options from the backend as necessary not interacting with the code. And from the looks of it, this is not a site that is going to be overly dynamic or need to be updated a lot so templating for 2 pages on a CMS would be fairly easy work.

  • Dreamweaver cs6 keeps adding br tags in code view

    Hi
    I've just upgraded to Dreamweaver cs6 and am having trouble with the code view. When typing in <script> tags or <style> tags I keep getting two <br> tags automatically inserted. It is really annoying as it puts them on two lines and takes time to remove them and completely disrupts your flow when typing code or css.
    Any suggestions on how to prevent this happening?
    Thanks.

    Thanks David - I think that may well explain it. It seems to happen mostly when adding a { in code or CSS. I wonder if I'm still holding the shift key when I hit enter for a new line. I'm trying Dreamweaver again after using visual studio for the last 5 years or so. I wonder if I can just change the keyboard shortcut.

  • Dreamweaver CC crashes when switching from code view to design view

    I am experiencing a recent problem with a file I am currently working. When I switch from code view to design view Dreamweaver crashes and requests a shut down. Other files seem to work without a problem. This particular files has 3 cascading EdgeAnimation CC files that are selected by media queries. I can test the page online without a problem but not in design or live view.

    Since your new page didn't crash, this leads me to believe that you have some critical errors and/or conflicts in your other page(s).
    Try running your code through the W3C validation tools. 
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Also debug JavaScript. 
    JavaScript - http://www.jslint.com/
    Nancy O.

  • How do I stop Dreamweaver from replaceing " with È while in code view

    Here is my problem (DWCS5 Version):
    I open DreamWeaver and all is fine. I only use code view.
    As I work I might open .cfm files, or even (it seems) open a browser - and when I return to writing my code, when I type " Dreamweaver types È
    " is typed as È
    ' is typed as è
    The only way to stop is is close Dreamweaver and reopen. Then the coding works great for that file until I visit another file I opend or even a browser that was open. It's not every file that I open or page that I visit. I've yet to determine what is happening.
    It feels like dreamweaver is somehow changing character sets.
    For example, DreamWeaver is currently messed up replacing characters, but it works fine filling out this post.
    Help!

    Have you tried clearing the cache file?
    http://forums.adobe.com/thread/494811
    Alot of "just started happeining, weird DW behaviors" can be repaired by doing away with the cache file.

  • Dreamweaver CC automatically deletes code in code view and elements in design view

    When I open a file in Dreamweaver, it automatically shows a * next to the filename - showing it has been edited.
    Then often when I select some code in code view, or an element in design view (such as a table, an image, some text) it is suddenly deleted.
    The problem is especially bad (happens without fail) if I am switching between programs. But also happens when I'm not switching.
    I do not have this problem on a different user account.
    I have reinstalled Dreamweaver three times now. Also renamed preference and configuration folders. Tried with a wired mouse and keyboard. Nothing has worked.
    I can't think what I did to cause this. I installed MAMP recently - but have uninstalled it correctly I think.
    I had an issue with one file in which there were about 30 Spry collapsible panels. I kept getting this warning:
    "A script in file Macintosh HD:Applications:Adobe Dreamweaver CC:Configuration:Shared:Spry:DesignTime:EditingUtils.js has been running for a long time. Do you want to continue?"
    I have to click 'yes' many times to get into the file, and the warning keeps coming up while the file is open.
    However, my big issue of DW CC deleting code and elements happens whether or not this particular file is open.
    So this may have nothing to do with it.
    Any ideas anyone?
    Adobe's customer service has not helped. In fact, I have not even been able to get through to anyone on the phone - having waited literally hours listening to music, and getting shunted from person to person. And then their promised 'call backs' never happen.
    Thanks,
    - Greg

    I do not have this problem on a different user account.
    You've got a bad/corrupted user account.  Create a new one with Admin level priveleges and delete your old user.
    Nancy O.

  • Code view disabled (Dreamweaver MX)

    I have Dreamweaver MX Version 6 on my computer and I can't
    switch to code view or the split view (design and code view), I can
    view and edit in design view only. when I click on the other two
    views, code and split view, nothing happens. just stays in design
    view. does anyone know how to fix this so I can switch to the code
    views?

    Please find the DMX6 executable file, right click it, and
    select PROPERTIES
    (or Get Info). Under the Versions tab, tell me what version
    you are using,
    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
    ==================
    "The1Reaper" <[email protected]> wrote in
    message
    news:f5ova6$96k$[email protected]..
    >I have Dreamweaver MX Version 6 on my computer and I
    can't switch to code
    >view
    > or the split view (design and code view), I can view and
    edit in design
    > view
    > only. when I click on the other two views, code and
    split view, nothing
    > happens. just stays in design view. does anyone know how
    to fix this so I
    > can
    > switch to the code views?
    >

Maybe you are looking for

  • Open url from applets

    Hello friends i have one very important job to do i would like my applet to open a browser window with the url that i specify in the textfield of my applet this is how it starts i open the applet that has a textfield and a button i enter the url in t

  • How do I know what is the minimum resource requirement for OLAP 11g?

    How do I know for OLAP 11gR1 ... 1. what is the minimum number of CPUs and speed required 2. how much minimum physical memory, SGA, PGA etc. is required? Regards, Anirban

  • Alert not firing for SQL Statement Script

    Hi All, I have defined an alter which will trigger when a requisition is stuck with the requestor. At the time i need to send an email to the requestor and update the status of the requisition to 'INCOMPLETE'. i have defined two action sets one for e

  • How to add javascript sections in a new form?

    I've started livecycle development this week, and after going through JP Terry's book can't see how to incorporate sections of javascript into my new forms. I get the objects onto my form, but they have no functionality! Does anyone know where I can

  • Help! pictures too big for layer

    When I add a photo to a new layer in elements 9, only a tiny bit of a corner shows up, and it fills the entire space!  What do I need to do to have the whole photo appear in the layer?