Do the History Panel or Command menu record items work in code view?

I am using Dreamweaver CS6 version 12 on a 2.33 GHZ Intel Core 2 Duo iMac running OS X 10.6.8.
When I attempt to use the History Panel or the Command menu items "Start Recordings" or "Play Recorded Commands" in code view they do not work. Can these tools be used in code view?

Well, I found Dreamweaver for Windows and Dreamweaver CC (which I assume is Creative Cloud) but I didn't find a Dreamweaver for Mac forum. The other two just didn't seem to be appropriate.
I find the forums difficult to navigate.

Similar Messages

  • How many steps can be recorded in the History panel?

    In Photoshop, 20 steps can be recorded in the Histroy panel with the defult setting, and we can change the setting to record more or less steps by choosing "Edit> Preference".
    In Lightroom, how many steps can be recorded in the History panel with the defult setting? And how can we change the number of step to be recorded?

    I guess since the history is kept in the database (and not only in memory as with PS), there is not so much an issue in limiting them.
    Beat Gossweiler
    Switzerland

  • Does CS5 enable the history panel in code view?

    I saw an old thread from last year (http://forums.adobe.com/message/1038491#1038491) where people confirmed that the history panel is only enabled in "design view", and is disabled in "code view". I'm wondering whether that feature has been changed in CS5. Does anybody know?
    The reason I'm wondering is I'm trying to create keyboard shortcuts to quickly comment code (either /* */, or //) and remove comments. I know there's a button available on the toolbar that will add a /* */ comment, so getting a keyboard shortcut for that isn't such a big deal, but I'd really like a way to remove comments that's faster than right-clicking on a text selection to bring up the context menu, go down to "Selection >", and click on "Remove Comment". From what I've read, it seems like the best way to make a keyboard shortcut for that would be to select some text and do "Remove Comment" through the context menu, then create a macro/command using the history panel, and finally assign a keyboard shortcut to that command. However, this doesn't seem possible since for me the history panel is disabled when I'm in code view (in Dreamweaver 8).
    If anyone has a better solution to my real question, of how to create a keyboard shortcut to remove comments from code, I'd be very grateful to hear it!

    Wow, I didn't even realize that button to remove coding was there. I was looking at the /* */ button on the PHP tab of the Insert toolbar, and trying to find another button there that would remove comments, and didn't realize there already was one on the coding toolbar. That's perfect, thanks a lot! And thank you also for the info on the CS5 history panel.

  • How to remove "Blue filter" from multiple images in the History Panel

    I am using Lightroom 4.3 on Windows 7 pc.  I have a collection with approximately 650 images.  I was working in the collection and had all the images selected.  Somehow I inadvertently must have hit a keyboard shortcut that effected all the images.  All of the images are negatively effected and they now look terrible.  When I go to the History Panel, all the images have "blue filter" as their most recent entry.  If I select one image and go back to the step before the "blue filter" everything looks fine  again.  My problem is I have this effect in 650 images.  When I try and do the change in one image and then synch to the rest, I don't know what box to check to remove this "blue filter" that has been added to all the images.  I know I can do them one by one, but with 650 images, it's a long and tedious process.  Any way I can remove the "blue filter" from multiple images in a collection?
    Thanks,
    Matthew Kraus

    If you’ve just done it, then an Undo operation would reverse things on all the images, I think.  But if it took you a while to see the problem, then you might have done something to cancel the undoability.
    Isn’t Blue Filter a built in LR preset that modifies the HSL settings:  http://kb2.adobe.com/community/publishing/924/cpsid_92473.html
    Open the HSL panel and step back into History on one of the affected images so the effect of the Blue Filter preset has been undone and notice what HSL sliders change, and then if the 650 images DON’T already have any HSL adjustments you should be able to sync JUST the pre-Blue-Filter HSL adjustments (perhaps all zeros) to the other 650 images.

  • Want to delete the history of used commands stored!!!

    Need to start the history of used commands fresh. So i need to delete the old history. When i checked the fc command there is no option to delete the history. How can i do this?
    can this be done by:
    set history=0
    to delete and again set this to higher number to start the history fresh!

    after a little research i could do what i need.
    setting the history to zero.
    $HISTSIZE=0;export HISTSIZE
    this would permanently delete the history and does not store any commands in the history.
    to invoke again:
    $HISTSIZE=100;export HISTSIZE
    Hope this would help others in the community.

  • I want to expand the size of the history panel

    I just upgraded to v. 34 from v. 17.0.1. In the old version, I could open History as a full panel, and see the sites and dates in chronological order. Now, although I have the "View > By date and site" option selected, I see only the sites. Also, when I try to expand the size of the History panel by pausing the cursor over the edge, the double-arrow icon does nothing.

    There is a minimum (min-width: 14em;) and maximum (max-width: 36em;) for the sidebar and you can't drag the resizer icon beyond that limit.
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #sidebar { min-width:0px !important; max-width:none !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    *Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
    *Paste the code in the userChrome.css file in the editor window
    *Make sure that the userChrome.css file starts with the default @namespace line
    *Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.<br>Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

  • Working in code view selects whole blocks of text when a page is opened for the first time

    This is really annoying feature of dreamweaver, I assume it serves a purpose but I do not know what it is. If I open a document (I generally always work in code view) then select the area I wish to, say, copy and then press control and c, the whole block of code becomes selected (so my selection expands). That isn't what I selected so why does it do this? If I click outside the code view - on to css styles for example - then I can now select the lines of code I want and can work with the code as intended. If I save the document, tab to another document in dreamweaver and tab back again, the same happens. So, everytime I open a document I have to click CSS styles before I can work with the document as intended. I've been working with this for a while and it's go to the point where it makes me cry. It's not quite as annoying as working with the old ftp service but it's not far off.
    Help.

    I think you're describing this well known bug
    http://forums.adobe.com/message/2636948
    Have a read through that thread and see if any of the suggestions or workarounds help you.

  • Save operation now recorded in the History panel

    It used to be that if you stepped back in History and hit Save or Save As, you could step forward again and continue working while not losing any steps. Now with the Save and Save As showing up as history steps, if you step back and Save your then lose all the grayed out steps and thus you lose work. This caught me by surprise, and I lost work. ugh. Am I missing something or does this seem really insane? Aside from duplicating the file or using non-linear history there doesnt seem to be a way around this. If this is what it is than its absolutely horrid. Any thoughts?

    There is nothing wrong with my install... my point is just that the new feature of a Save step being recorded in History will cause you to lose work if you are using linear history, I stated that non-linear history avoids this, but that didnt help much when my history steps were annihilated and my work lost while using linear history. I prefer linear, or at least I did. Personally, I can't imagine why I would need Save to be recorded in my history. Naturally, I use Snapshots for comparison as well, and layer comps, but i dislike non-linear history, and find this change immensely frustrating... to each her own I guess. Maybe others will avoid a loss.

  • The "Clear Search History" feature in the upper right drop-down menu no longer works in Firefox 4.

    The "Clear Search History" feature in the upper right drop-down menu that shows search terms no longer seems to work in Firefox 4.

    It is possible that there is a problem with the file that stores the "Saved Form" data.<br />
    Rename or delete formhistory.sqlite (plus formhistory.sqlite-journal and formhistory.sqlite.corrupt and formhistory.dat, if they exist) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file that stores the "Saved Form" data.<br />
    This will remove all saved form data, so you may want to rename formhistory.sqlite to formhistory.sqlite.sav or move the file to another folder in case you need to recover some saved data.
    You may also need to delete search.sqlite and search.json in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]

  • Where is the 'History Recently Closed Tabs' menu in Firefox 29

    There used to be a 'Recently Closed Tabs' in the old orange Firefox 28 menu. Now it seems version 29 only has a 'Restore Closed Tabs' menu item in its 'History menu'. There seems to be no option to restore individually closed tabs. I'm always closing a tab by accident, and the old method was very fast and easy.
    Another person asked about this, but it seems his only solution was the 'Undo Closed Tabs Button' Add-On:
    https://support.mozilla.org/en-US/questions/997285?esab=a&as=aaq
    In the old menu, you had access to your recent history, 'Clear Recent History', 'Restore Previous Session', 'Recently Closed Tabs', and 'Recently Closed Windows' in one easy to access spot. Now all that is buried, or doesn't seem to exist anymore.
    Is there any way to re-configure the new menu to include at least the 'Recently Closed Tab's menu again?

    You can click History in the 3-bar Firefox menu button on the Navigation Toolbar to see the sections for recently closed tabs and recently closed windows.
    You can also unhide the menu bar and open the History menu.
    *Press the F10 key or tap the Alt key to bring up the hidden Menu bar.

  • The buttons on my horizontal menu are not working.

    I am creating my first site. Everytime I preview the site, the horizontal buttons dont work from the menue widget. I cant figure out what the problem is. It worked for me one time, but then I moved some items around and it didnt work again. Thoughts?

    Thank you for providing the URL.
    The issue is as I had suspected earlier. The menu items are not clickable because they are overlapped by a div (an empty rectangle etc.), and if that is deleted, the menu items work fine. Check this short video I created for you: http://jingsite.businesscatalyst.com/jing/2013-09-30_2259.swf
    You will need to get rid of it from the design mode and republish the site to resolve the issue.
    Cheers
    Parikshit

  • What the???? Menu Bar Item Prefs getting dropped at restart

    This is weird and I hope maybe someone else has an idea why this is happening.
    When i got my new mac pro last week I zeroed the HD and installed a streamlined copy of 10.4.9 from the install disc... i opted out on trial software, no extra languages, printer drivers etc.
    After updating to 10.4.10, setting all my preferences and loading a bunch of software I started having problems with my menu bar items disappearing from the bar... even date and time. I reset preferences and locked all the panes. Still the only items that stayed up after a restart were sound, airport and remote dektop. Assuming some software conflict or bug in 10.4.10 i unistalled several widegts and apps but could never get the menu bar back up.
    So, I zeroed again and reinstalled the same streamlined OS 10.4.9 (from the mac pro install discs) and this time did NOT update to 10.4.10. Menu bar was fine until a couple restarts and now it's gone again.... no extra software has been installed.
    What gives? Any ideas please? I gotta have the menu bar if for no other reason than menu meters and time/date.
    Thanks.

    Choose Go to Folder from the Finder's Go menu, enter ~/Library/Preferences/ as the folder's path, and throw away the item named com.apple.systemuiserver.plist inside. You will then need to reset some or all of the preferences that control what's displayed in the menu bar. Locking preference panes prevents someone using the computer from changing the setting without an admin password; it does not prevent the changes from failing to be written or recognized properly or the computer changing the setting on its own.
    (22550)

  • I am unable to search my history in the Search History feature as when i type a term the history list goes blank labeling "no items." Is there a reason for this and a way i can search my history to find specific sites and content??

    When i try to search for specific sites whether to find something or group together a list of sites from the same site, etc, after i type in a term in the Search History box, nothing appears. When i click the empty area it says "no item selected" at the bottom. However i can still search my bookmarks. Just wondering if there's a way to fix this.

    It seems to have worked itself out. Thanks anyway!

  • Accordion Panels and List Menu don't work if I place html files in subfolders

    Hi all,
    Switched from Dreamweaver to Muse and I have very limited knowledge of code.
    Not an IT expert and not a web developer this is just for my own site.
    I have sub-folders in my site. All html files are inside sub-folders except index.
    ie contact.html or products.html I move them manually from root to the subfolder, using the easy interface of Dreamweaver. I call the subfolder "en"
    so I can have pages such as mysite.com/en/contact.html
    In the subfolder I copy and paste from  root the css, images and script folders,
    keeping the original css/images/scripts as well, in the root, so index.html is not affected.
    and same time the look of the html pages inside the subfolders does not change.
    BUT
    list menus and accordion panels don't work. I click and there is no movement
    How can I solve this ? I know Muse does not allow the creation of subfolders,
    everything is uploaded in the root.
    When in Dreamweaver I had placed 50 pages in subfolders and I was indexing them in google and bing.
    Now can't again put 50 pages in root and can't remove URLs and make new indexing for all these pages
    Any help ? many thanks for any assistance.

    The iPhone, like the Ipad, uses the Mobile Safari browser, so here's an earlier thread that might give you some insight: http://forums.adobe.com/thread/613494

  • When I switch to using the Internet, the languages on my dropdown menu (flags) stop working and can only use English, when I switch to using the Internet, the languages on my drop down menu (flags) stop working and can only use English

    Hi
    When i type a doc, can use different languages
    when try to Google in a foreign language (non-English) the flag is faded and can't be selected via dropdown menu
    Appreciate your help

    Try a different browser, e.g. Firefox or Chrome instead of Safari.

Maybe you are looking for

  • Error Message when unzipping a .zip file

    Hi, After clicking on a .zip file, the dialog box opens and shows the progress of the unarchiving. I then receive an error message in a separate dialog box: Unable to unarchive xxxxx.zip into "Image". (Error 1 - Operation Not Permitted.) Any ideas wh

  • ****PLEASE HELP ME SOMEONE**** PLEASE - Re: ON SCREEN CAPS LOCK INDICATOR

    can someone please help me before i pull all of my hair out. i have windows vista - 64 bit - the HP IQ500 touchsmart with a wireless keyboard. in the systray the num caps and scroll lock appears as little blue boxes (when on). everynow and again they

  • Iphone automatically checks mail even though it's set to "manual" check

    In settings > mail, Auto-check is set to manual, but my phone still vibrates and beeps periodically -- even when it has been asleep and I'm not touching -- announcing that new mail has arrived. I'm using it to check a yahoo and a gmail account. Why i

  • Show-hide behavior question

    We have used the show hide layer behavior on this image map and it works on most browsers except IE7. Can anyone tell me if we can make it work on IE7. If you click on the little yellow marker on the bottom of the page a graph will open. The students

  • BEA WebLogic 10.3 JMS Jar version

    Hi, Someone knows what specific version of JMS BEA Jar should be used when connecting to a 10.3 JMS BEA Server from a PI 7.0 system? Thanks in advance.