Copy operation using key accelerators

i have an application in which i have a jtree representation of an xml file, and also a syntactic view. I have introduced an edit menu with copy and paste operations, in which the associated action listeners determine what view the user is in, and then performs the relevent copy, cut or paste action i.e if in tree view the the specialised copy prodedure of the node is called, if in the sytactic view the JTextCompoenets copy() method is called.
This procedure using the buttons performs fine, but when i added key accelerators to the menu items, a problem occured. For example the key accelerators for copy was set to CTRL C, this works fine for the JTextComponent, but if used to try and copy a tree node it copies the string as a result of calling the user objects toString() mehtod, and not the specialised copy procedure as before.
Im not sure why this is happening if the copy procedure works fine with when selecting the menu, but does something different when the key accelerators are pressed.
//menu item
menuItem = new JMenuItem("Copy");
menuItem.setActionCommand("copy");
menuItem.addActionListener(this);
menuItem.setAccelerator(KeyStroke.getKeyStroke(
          KeyEvent.VK_C, ActionEvent.CTRL_MASK));
//in action listener action performed method
if ("copy".equals(e.getActionCommand()))
     int sel = tabbedPane.getSelectedIndex();
     if(sel == 0)
          treePane.copy(); //specialised jtree
     else
          mainDisplay.copy(); //text area          
any ideas?
Adam

Are you sure that your action listener is the one that's doing the copying?
There's a good chance that "control C" is already mapped by your JTextComponent and JTree to their default "copy" actions.
Try getting it to print something out when your action listener is called or check whether you get the same behaviour if you don't add the accelerator for the menu item.
If you want specialised behaviour it's often worthwhile replacing the "copy" action in the component's actionMap with your own action. That way all the existing key mappings that perform the action will automatically end up invoking the specialised action instead.
Hope this helps.

Similar Messages

  • KEY LOOKUP Operator using TCL

    Hi,
    I am trying to create a key lookup operator using tcl.
    OMBALTER MAPPING 'TESTMAP' ADD KEY_LOOKUP OPERATOR 'INSTITUTION_CHARACTERISTIC_DIM'\
    SET PROPERTIES (BOUND_NAME,CREATE_NO_MATCH_ROW, LOOKUP_CONDITION)VALUES
    ('INSTITUTION_CHARACTERISTIC_DIM','true','OUTGRP1.INSTITUTION_CHAR_SRCKEY
    = INGRP1.INST_CHAR_SRCKEY')
    and then adding an attribute to the INGRP
    OMBALTER MAPPING 'TESTMAP'ADD ATTRIBUTE 'LAST_ACTIVITY_DATE' OF GROUP 'INGRP1' OF OPERATOR 'INSTITUTION_CHARACTERISTIC_DIM'
    This is creating a key lookup operator by the name
    INSTITUTION_CHARACTERISTIC_DIM, and i can see the Bound Name in the
    properties window, but when i double click and open the key lookup, i
    dont see the result table under the LOOK UP tab.Because of this, the
    attributes dont get added in the OUTGRP of the key lookup.
    Am i missing some important property of a key look up?
    can some one please help me with this...
    Thanks in advance...

    Hi,
    you have to bind the lookup operator to the table:
    OMBALTER MAPPING 'MAP_LOOKUP' ADD KEY_LOOKUP OPERATOR 'MY_LOOKUP' BOUND TO TABLE '/MY_PROJECT/MY_DB/DIM_CUSTOMERS'
    OMBALTER MAPPING 'MAP_LOOKUP' MODIFY OPERATOR 'MY_LOOKUP' SET PROPERTIES (CREATE_NO_MATCH_ROW, LOOKUP_CONDITION)VALUES ('true','OUTGRP1.ID_CUSTOMER=INGRP1.ID_CUSTOMER')
    OMBALTER MAPPING 'MAP_LOOKUP' ADD ATTRIBUTE 'ID_CUSTOMER' OF GROUP 'INGRP1' OF OPERATOR 'MY_LOOKUP'Regards,
    Carsten.

  • I am trying to copy and paste a work document into my online class. POP up states that Cut, Copy, and Paste are disabled by my Modzilla broser and that I could use key board short cuts or visit the website.

    '''bold text'''Want to copy & paste word doc onto my online class discussion post. Unable to. I either need directions on how to use key board short cuts. I have visited the Modzilla web site like it also stated but am unable to find an answer to this.

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Sharepoint 2013 copy/move operation using Content and Structure fails

    Hi,
    We had a recent upgrade from SP2010 to SP2013 environment. After the migration, we realized that the
    copy/move operations using Manage content and structure(sitemanager.aspx) is not working as expected, neither does this give any error nor is it stuck. In fact if I check the content and structure log I find the message as
    succeeded but file/item is not copied to the target. 
    The strange thing is that if I am performing this operation with Full Control permission level it
    does not work but if I do the operation as Site collection admin it works without problem. I know if sub-sites are to moved then one should be site col admin but in this case I am trying to move just documents or pages.
    Any help will be greatly appreciated.
    Thanks

    Hi Vineet,
    According to your description, my understanding is that copy/move operation using Content and Structure cannot work in SharePoint.
    I recommend to check if there are any custom fields in the source list/library and target list/library. If yes, delete the custom fields to see if the issue still occurs.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/56d803d7-8573-4c29-9f6b-c63023941f44/manage-content-and-structure-cannot-move-or-copy-items?forum=sharepointgeneralprevious
    To copy or move files/items between sites, we need to have
    appropriate permissions on both sites.
    I recommend to check if the user has full control on both sites.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Creating Routings Operations using BAPI_ROUTING_CREATE

    Hello,
    I am creating Routing operations using BAPI_ROUTING_CREATE. The parameters which I am using are:
    PROFILE
    TASK
    MAT_ALLOC
    OPERATIONS.
    The group counter and group are given internal number assignment.
    In my case for 1 material number plant combination only 1 task exist. This can be considered as Header record. For this Header record there are multiple operations. My program calls BAPI only When any combination of MATNR or WERKS changes in MAT_ALLOC. It works fine for 1 operation but fails incase of multiple operations. The error is routing material assignment does not exist. I have checked for all madatory parameters in FM documentation. The BAPI when executed independently works fine but in program it fails.File format is
    Mat. No. Plant Key Date Status Usage Operation Number Work center Control Key Description val unit.
    I am calling BAPI only when Mat no or plant changes.Unitl then I append the data in internal tables.
    Passing the data in this format every operation is given Mat No and Plant, then y it is giving error routing material assignment does not exist.
    Please help in this regard.
    Thanks
    Khushboo

    Well actually that´s almost exactly what my task is as well.
    So what i do is:
    - reading the headdata of the given routing (the one which is to be copied)
    - reading the positiondata of the given routing (the one which is to be copied)
    then calling the BAPI_ROUTING_CREATE while exporting the headdata and the positiondata to the BAPI.
    It works perfect for the routing itself, but the BAPI doesnt create any operations while it displays a sucess message and NO errormessages.

  • How to perform merge operation using Data services designer?

    I am new here and new to Data Services Desinger as well.
    And currently, I want to do a merge operation using query transform or table comparison transform. But sadly, neither one of them is giving me what I want.
    So, wonder if you could help clarify if either one of them could achieve MERGE operation between and source and target tables?
    if positive, then how?
    PS:
    by MERGE, i mean, if data exists in target table, then only do update, else, do insert. same with the standard MERGE operation of oracle.
    If you need any more info, let me know!
    Thanks in advance.

    You can do this.
    You don't need the Tabe_Comparison transform actually.
    Just query the data you need and output the flow from your query to your target table.
    Then, you'll have to check the "Auto correct load" option: this will insert new lines and updates old ones. One checked, you can ckeck the "Auto correct load" checkbox.
    By default, BODS will know a line already exists based uppon the primary key columns of your target table. If you want to change the columns used to determine if a line should be inserted or updated, use the "Use input key" checkbox (and define some PK column in your query).
    Hope this helps
    Guillaume

  • SharePoint 2010 Manage content and structure copy operation issue

    Hi,
    I am trying to copy a subsite from location A to B in the same site collection using the copy operation of Manage content and structure. Site is getting copied but default.aspx page is not getting copied to the destination. I tried copying the default.aspx
    page directly using copy operation but that too is not working. There is no error thrown but the page is not coming up in the pages library of destination site.
    As a workaround, i copied the page using SharePoint designer but i am looking for a solution to this issue.
    Thanks in advance
    Ajit

    Hi Ajit,
    According to your description, my understanding is that you could not copy default.aspx page using Manage Content and Structure.
    I did a test about this issue, and found the followings:
     1.When I checked out the publishing page, then copied the site to other location at the same site sollection with Manage Content and Structure, the page was not copied.
     2.When I checked in the page without publishing,  and copied the page as the step1, the page also was not copied.
     3.I published the page,  then copied it, the page could be copied.
    So , for resolving your issue, please check the default.aspx page, make sure that the page is published.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Homogeneous System Copy asking Migration key

    Hi All,
    I am doing homogeneous system copy but in middle system show pop of asking migration key. As per sap doc system not ask migration key for homogeneous system copy.my scenario is
    Source System : OS -          Windows 2003 Server Standard Edition
                             Database -  IBM DB2 for Linux, Unix,and Windows
                              SAP -         ECC IDES IS Health Care SR2
    Target System : OS -           Windows 2003 Server Standard Edition
                             Database -  IBM DB2 for Linux, Unix,and Windows
                             SAP         -  ECC IDES IS Health Care Sr2 
    Please help me / guide me.
    Regards,
    Kumar

    If you are performing an Homogeneous System Copy, no migration key is
    needed. The migration key is needed ONLY if you are changing your operating
    system or your database version, that is, you are doing an Heterogeneous
    System Copy.
    Please read the installation guide carefully, if you do any pre-steps wrongly..i.e enter wrong parameters...
    Vincent

  • Dynamic copy operation in BPEL process

    Hi.
    I wan to create a Copy Operation which would copy a specific part of the input XML depending on what is the name of activity.
    So for example
    I have a invoke activity - "thisIsTheActivityName"
    I want to get the name of the activity - put it in the XML, send it to 2nd process... and that process would check if he has the "thisIsTheActivityName" part in his XML : for example
    <nothing />
    <stillnothing />
    <thisIsTheActivityName title="thisoneshouldbesent" />
    <againnothing />
    and if "thisIsTheActivityName" part is found the 2nd process would reply to the original process with part only.
    Any one has any clues ?
    Thanks in advance

    Hi Shankari,
    apart of using the the config plan you can change the endpoint uri in runtime if you define the property "endpointURI" in your composite
    <binding.ws port="http://xmlns.oracle.com/bpel/workflow/taskService#wsdl.endpoint(TaskService/TaskServicePortSAML)"
    location="http://localhost:7001/integration/services/TaskService/TaskServicePortSAML?ORAWSDL"
    soapVersion="1.1">
    <property name="weblogic.wsee.wsat.transaction.flowOption"
    type="xs:string" many="false">WSDLDriven</property>
    <property name="endpointURI"
    type="xs:string" >http://localhost:7001/integration/services/TaskService/TaskServicePort</property>
    </binding.ws>
    then right click your composite in the enterprise manager and go to "Service/Reference Properties". There you can change the endpointURI property.
    You can also change the endpointURI inside your BPEL process. Go to the invoke inside the bpel process and go to the "properties" tab. There search for the property "endpointURI" and set a value.
    hope this helps
    cheers Nicolas

  • The creation of the shadow copy on the backup destination has failed. Detailed Error: The Volume Shadow Copy operation failed with the error 0x80042316

    When using Microsoft Backup on a Windows Server 2008 SP2 (not R2 - [Microsoft version 6.0.6002]) I get the error "The creation of the shadow copy on the backup destination has failed. Detailed Error: The Volume Shadow Copy operation failed with the
    error 0x80042316"
    The odd thing is that when I start the backup manually, it works fine. When  it runs automatically the error appears.
    When doing a SFC /scannow I do get errors that can't be corrected.
    Is there anything short of rebuilding this machine (It's a DC and the only one this office has) I can do to fix this?

    Hi,
    0x80042316 means "Another shadow copy creation is already in progress". This error could occur when another VSS instance is running.
    Is there any third party backup application installed? Try to uninstall it to see the result. And please also check if there is another backup schedule which causes the conflict.
    Meanwhile please provide the result of:
    vssadmin list providers
    vssadmin list writers
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].
    Hi,
    I do have Crashplan ProE running. It started at 1900 and the Windows Backup starts at 2000. I have modified Crashplan not to start until 2300 to see if that helps.
    Also:
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.
    Provider name: 'Microsoft Software Shadow Copy provider 1.0'
       Provider type: System
       Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
       Version: 1.0.0.7
    AND:
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {f0c7ee55-5885-4894-8dd3-14fffbdd4d2e}
       State: [1] Stable
       Last error: No error
    Writer name: 'SqlServerWriter'
       Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
       Writer Instance Id: {017a0133-7577-4322-b513-04f72404b70a}
       State: [1] Stable
       Last error: No error
    Writer name: 'ASR Writer'
       Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
       Writer Instance Id: {6b17d670-9ea8-4ff1-a59e-b474f4b893db}
       State: [1] Stable
       Last error: No error
    Writer name: 'Shadow Copy Optimization Writer'
       Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
       Writer Instance Id: {56aad1bf-9bf1-4fde-b2f4-a706577c632d}
       State: [1] Stable
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {e942d09d-276e-450a-9bf4-b1d5abe6af8a}
       State: [1] Stable
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {3737164b-61ac-454c-b1f7-42f2620f10db}
       State: [1] Stable
       Last error: No error
    Writer name: 'DFS Replication service writer'
       Writer Id: {2707761b-2324-473d-88eb-eb007a359533}
       Writer Instance Id: {39458257-aca4-481e-a302-994f3eb1e9a3}
       State: [1] Stable
       Last error: No error
    Writer name: 'Dhcp Jet Writer'
       Writer Id: {be9ac81e-3619-421f-920f-4c6fea9e93ad}
       Writer Instance Id: {6a8ab4aa-760c-4102-a27f-58f570c9c572}
       State: [1] Stable
       Last error: No error
    Writer name: 'NTDS'
       Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
       Writer Instance Id: {53577013-8397-448e-9a25-c7cac08aa0a8}
       State: [1] Stable
       Last error: No error
    Writer name: 'IIS Metabase Writer'
       Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
       Writer Instance Id: {ee2c9173-92e7-455c-8f73-601647c0ddb2}
       State: [1] Stable
       Last error: No error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {b1f60392-9dfd-4e3a-bda6-3dc2cb622ba4}
       State: [1] Stable
       Last error: No error
    Writer name: 'IIS Config Writer'
       Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
       Writer Instance Id: {a328aede-78f0-448e-9c36-e8379e9fe2a8}
       State: [1] Stable
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {c39fa334-5c9d-4906-a3b5-33c3444948e6}
       State: [1] Stable
       Last error: No error
    Writer name: 'NPS VSS Writer'
       Writer Id: {35e81631-13e1-48db-97fc-d5bc721bb18a}
       Writer Instance Id: {3c9c5584-b5fd-48cf-8541-0c8bfa585ca0}
       State: [1] Stable
       Last error: No error

  • Problems with animations using key frames and other bugs

    To me, the current version of Acrobat 3D Toolkit (7.0.7) seems like a beta version -- unfortunately I payed the full price. Or maybe there are a few settings only set wrong on my system and someone can tell me how to correct this ...
    ++ Animations using key frames
    According to the manual page 86:
    <-----
    6. Ensure the time/frame line is positioned at frame 0, right-click over the time/frame line in the timeline, and then click Insert Key.
    ---->
    I cannot get this context menu option (see http://www.vornweg.de/acrobat3d/no-insert-key-option.gif )
    ++ Empty and hence almost useless Animations Options dialog
    The Animation Options dialog does not list any Sequence entries -- although there are sequences available, see http://www.vornweg.de/acrobat3d/empty-animation-options-dialog.gif.
    ++ Mixed up icon bars
    Moving icon bars around can result in a complete mix-up of unusable icons, see http://www.vornweg.de/acrobat3d/mixed-up-menus.gif
    ++ Functionless Object Position toolbar
    The object position cannot be set using the Object Position toolbar, the OK icon is deactivated all the time although the tick icon is darker green, i.e. supposedly active (see http://www.vornweg.de/acrobat3d/position-panel.gif
    ++ Missing things
    Why is there no properties panel visible all the time, displaying the properties of the selected object and allowing to change properties (e.g. positions, angles etc.)?
    Why is it impossible to view different trees at the same time (e.g. scene tree and animation tree)?
    Why is it impossible to have different models open simultaneously? (E.g. to compare settings or even to copy properties/objects from one model to the other.)
    Why is it impossible to create new folders in the scene tree? Imported folders are available, but for the scene management within Acrobat 3D I may have different requirements than the CAD designer had. (Also, I would like to put new objects in folders of my own.)
    Why is tabbing not supported more extensively? E.g. All the different trees (Folders, Scene Tree, ...) could all be put into a single tabbed panel saving valuable space on my screen but still giving easy access to all items.
    Why is there no Undo for camera position changes?
    Why is there no Undo for material edits (e.g. applying a new material to an object)?
    Why is it only possible to animate object movements, not the making visible/invisible of objects and changes of the camera position?
    Why is it impossible to save object selections? Within a larger model it always is a lot of clicking to get the view required for certain actions.
    Why are there a lot of different Display options available on-screen but when a scene is rendered into a file, Acrobat 3D uses the same display option all the time (i.e. Solid)?
    Probably this list could be extended quite heavily. And some of these missing things may be time intensive to realize (and saved for future versions), others are comparably basics now-a-days.

    I agree with the "beta" feel of the 3D Toolkit. I have been very frustrated getting animation to work well. Specifically, I made an animation that plays in Toolkit, imports and plays into Acrobat 3D, but does not play in Reader. It displays 3D and rotates, etc., but I cannot get the animaiton to play.
    The contextural menu issue you see I see also. The menu appears, but without the "add Key Frame" item. I find that if I select an object, move it a bit, move it back, then the menu will appear. (at least sometimes I think) Pretty frustrating.

  • Is there any limitations in Finder when copying files using clipboard?

    One day I was moving my photos from one folder to another and accidently discovered that not all of my files are copied!
    What I was doing (I'm using Finder):
    - Go into folder
    - Cmd+A to select all files
    - Cmd+C to copy them into clipboard
    - Cmd+V to paste them in new location
    Every folder contain about 10k files, but (I did some checks) copy operation copied only 2-3k. Every time different amount.
    It was so unexpected!
    Does anybody know what does it mean??

    There is no clipboard limit that I'm aware of. I have copied folders containing tens of thousands of files with no problem. Seems like a bug in the OS.
    Just a question, why are you copying your files when you could just drag&drop them from one folder to the other?

  • Upload Multiple Operation using BAPI_ROUTING_CREATE

    Sir,
    I have to upload routing operation using this BAPI_ROUTING_CREATE. I have created a upload program for that.
    I have collect the data in Task, material and Operation table. They have multiple line item against One Material.
    but after executing this bapi gives this type of error.
    E
    Create task list: Consistency check was not successful
    A
    For further processing, the routing entry is missing.
    So Please Guide me how to do this.
    Data :
    Multiple Operation have One Material.
    Thanks!
    Ram

    Well actually that´s almost exactly what my task is as well.
    So what i do is:
    - reading the headdata of the given routing (the one which is to be copied)
    - reading the positiondata of the given routing (the one which is to be copied)
    then calling the BAPI_ROUTING_CREATE while exporting the headdata and the positiondata to the BAPI.
    It works perfect for the routing itself, but the BAPI doesnt create any operations while it displays a sucess message and NO errormessages.

  • Finder Consumes 90% CPU at file copy operation

    I am trying to copy a large number of files (over 100,000) in a bunch of folders, from internal HDD to external USB one. The files are mostly images. Finder starts at a canter, with about 20 Mb/sec copy speed, and only around 5% CPU usage (NOTE - I have disabled "show icons preview" option in FInder, which is a common CPU hog in multiple image files copy operations)
    After a while the CPU usage goes up to 80-90%, and the file copy operation slows down to 1-2 Mb/Sec.
    I am at a loss as to what might be causing it! Any suggestions?

    files are relatively small - from 100 kb to 3-5 Mb each, and the issue is - the slowdown occurs quite some time after the beginning of the file copy operation - for several minutes it goes OK, with Finder consuming only below 10% CPU, and copy speed 20Mb/sec. It is only AFTER SOME TIME that the issue starts to happen - and the files being copied are THE SAME TYPE FILES. and suddenly the speed drops to 1-2 Mb/sec, and CPU usage jumps up. The result - it takes ages to copy and overloads CPU.
    So it must be a bug somewhere.
    I cannot use Firewire, since the external drive is USB 2.0 which when it works as its supposed to (transfer speed 20-30 Mb/sec) is quite acceptable to me.
    Surely I am trying to copy smaller batches of files - but that is a workaround, not a solution!

  • How could I use Keyboard Accelerators?

    Dear Oracle Developer Community!
    I've got a problem trying to use 'KEYBOARD ACCELERATORs'.
    I've made these steps:
    1) For one of my menu items I defined the 'Keyboard
    Accelerator' property as 'Accelerator1'.
    2) In my Oracle Terminal resource file 'FMRUSW.RES'
    I've made a proper key binding for 'Accelerator1' action as F12
    3) When I've run my form, pressed F12 and get the following
    error: FRM-41008.
    I'd be very thankful for any advices.
    Sincerely yours
    Elias.
    null

    Sorry, the error was FRM-10200.
    And the menu item had that text: message('Hello World!');
    null

Maybe you are looking for

  • Need Help HP DM3 (DM3-1130us) Laptop will not power on. No power at all except for light on a/c jack

    Hello, I need some help. I have a HP DM3-1130us Laptop that will not power on at all. the only thing that happens when I plug it in is the power jack lights up. When the power button is used absolutely nothing happens. No power, no fans, no leds, no

  • Mini DP on MacBookPro to thunderbolt on iMac

    I have a MacBook Pro that I purchased in December of 2010. It does not have a thunderbolt port. I just purchased an iMac, and would like to be able to use it as an external display for the MacBook Pro. From what I've found, there is not currently a d

  • Adobe 7.0 problem

    I installed Adobe 7.0 standard on my laptop and I get this message: Warning 20225 Adobe Acrobat 7.0 setup was unalbe to creat a new item, adobe pdf port & printer. The adobe pdf printer may be unavailable. I really need to get this working and adobe

  • Verify signature

    Hi All, I have a requiremnet, in which the invoice document is coming along with a signature. I have to verify the signature and extract the xml data from the inbound payload. Please let me know how can i achieve this. I am refering to the below link

  • Replace all references to files and folders with lowercase in web documents on a site

    Hi I'm working on a test server that runs Ubuntu Unix (but my PC which has Dreamweaver CC is running Windows 8.1). I would like to search and replace in Dreamweaver to change all src and href attribute values inside files (webpages, css, etc.) on my