10.1.3 cut/copy not working in code editor

Strange cut/copy behaviour in editor. When first started and editor is opened, the copy works ok then when code is added, the copy is displaced by the number of characters in the new addition (it seems).

Yes, intermittently it just stops working. The last time I shutdown jdeveloper and cleaned out all generated project and workspace artifacts (including the "history" elements) from the project and workspace folders. This seemed to fix it, at least for a time.
When this does happen I notice its specific to a workspace. I created another workspace without shutting down and cut/paste worked fine there. It might be as specific as a project, didn't test that (should have).
I'm having a more serious problem with the editor. Occasionally a "reformat" eats large chunks of code. The last time this happened there was a compile error in one method, which happened to be the first method in the file. "Reformatting" the file erased all code after that method.
And finally, the "rename" option on the refactoring menu disappeared for a time. Again, deleting all generated workspace and project artifacts fixed that.
Jim

Similar Messages

  • Group policy file copy not working: Error Code: 0x80070569 in GPResult

    Hi All,
       I am trying to copy files from network share location to computer c:\test\files folder using Computer Preference GPO. My gpresult giving error 0x80070569 (which means I think network path not found). I can browse network path from computer where
    I am applying GPO. Is there specific source folder permission needed to able to resolve this issue.
    thanks.
    orion

    > error 0x80070569 (which means I think network path not found)
    Not really :)
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x569
    # for hex 0x569 / decimal 1385 :
      ERROR_LOGON_TYPE_NOT_GRANTED
    winerror.h
    # Logon failure: the user has not been granted the requested
    # logon type at this computer.
    # 1 matches found for "0x80070569"
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Printer will not work: error code 0xc19a0022

    Printer will not work: error code 0xc19a0022

    Hello citizenED,
    Welcome to the HP Forums.
    I see that you are getting the error code " 0xc19a0022 " .
    I do have a few steps that we can try. 
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    I have also located a document that deals with a 'Problem with Printhead,' 'Printer Failure,' 'Ink System Failure,' or a '0x...' or a 'C2...' Error ...
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Cut/Paste not working in Microsoft Remote Desktop for Mac

    Sirs,
    I am using Microsoft Remote Desktop V8.05 build 24428 on a Mac under the latest Mavericks OS, and I find that Cut and Paste are not working. When I paste on Remote Desktop Windows always pastes the last thing cut/copied under the Windows remote session,
    rather than whatever I just cut/copied in another Mac window.
    I am well  aware that the keystrokes are different, and I tried to follow the instructions on another question which indicated that I should select the console session  checkbox on Remote Desktop's 'Connection' configuration window. However Remote
    Desktop no longer seems to have that option ... the topmost line now shows 'Admin Console' and checking it did not help with cut/paste.
    I hope you can tell me how to get this working as cut/paste is a great convenience.
    Thanks

    Hi,
    Clipboard redirection is not supported in current versions of Microsoft Remote Desktop. However, I will help to submit this as customer wish to the product team.
    Thanks for your understanding.
    Jeremy Wu
    TechNet Community Support

  • Import from Final Cut Pro not working correctly

    I have a very simple project in FCP. (Ver 6) It is a HD clip that is about 5 min long with 7 chapter markers.
    I exported the project as an XML file and imported that into Premiere Pro empty project.
    I wind up with two assets, a .mov with same name as the .mov in FCP and a sequence with the same named sequence in FCP.
    Right clicking on the .mov and selecting "New sequence from clip" creates a new sequence with the .mov on the timeline.
    There are no markers.
    Right clicking on the sequence asset and selecting "New sequence from clip" creates another sequence with the same name and the .mov on the timeline.
    The markers are inside the .mov and audio tracks, not up on the top ruler line where markers appear when manually adding markers.
    The keystrokes to move to markers do not work.
    The "Clear all Markers" function is greyed out , like it is when no markers exist.
    If a "Dynamic link to Encore is performed, there is no markers in Encore.
    If you enter chapter markers manually and look at the project file (an XML file) you will see indexes with the chapter points , durations and names as children named "Markers" with attribute"ObjectID='22'.under "//PremiereData"
    Following , in sequential order, are subsequent objects "Markers", ObjectID='23" through "ObjectID=n
    However, if you look at the project file after importing a FCP project, this same function occurs, except that it is "Markers" "ObjectID=30 with the indexes and marker data 31 through n (further down in the file). This area is empty when adding the markers manually in Premiere Pro.
    FYI , the project file is littered with the word "Marker" and "Markers" throughout the file, only their attributes make any node unique.
    I am at 99.9 &% finished with a VB program to create / modify nodes, values and attributes, except that the XML date changes format at the node named "//WorkspaceSettings" so I am not able to edit values to make a file that will not crash when opening.
    I would very much like the import from Final Cut Pro to work, or someone explain how to work with the nodes under "//WorkspaceSettings"
    Thank millions for a solution.

    It's a 2007 iMac with 2.4 GHz Intel Core 2 Duo.  I had been using Final Cut Pro without any problems right until I upgraded to Yosemite.  I'm hoping that upgrading to Yosemite doesn't mean I can't continue using Final Cut Pro - that would be extremely frustrating. 

  • DWfile.copy not working

    I have an extension that I am building and I need to copy a
    file automatically from the config folder to the users local site
    when they apply the extension:
    I've tried this:
    var fileURL =
    "file:///C|/Config/Objects/GJHDigital/test123.gif";
    var SiteFolder = site.getLocalPathToFiles() + "Test";
    DWfile.createFolder(SiteFolder);
    DWfile.copy(fileURL, SiteFolder);
    And I tried this:
    var path =
    dw.getConfigurationPath()+'/Objects/GJHDigital/test123.gif"';
    var path2 = site.getLocalPathToFiles();
    DWfile.copy(path, path2);
    and both do not work. No errors or anything. And the folders
    do exist. Does anyone know how to do this with Dreamweaver MX 2004?
    Because I understand there is a new way in CS3, which I do not have
    yet.

    When you use DWfile.copy() you have to specify the file name
    in the "Copy To" path so try this:

  • Link JHeadstart copy not working

    Hi there,
    Customer tried to download the JHeadstart evaluation copy from:
    http://www.oracle.com/technology/software/htdocs/devlic.html?/consulting/9iServices/soft10g.html
    Did not work, because 404 error. Could you fix that?
    Thanks!
    Jan Kettenis
    JHeadstart Team

    Hi there,
    The link is fixed, but now it seems we have a problem one level deeper. When I try to download either one of the two files, it gives an error. Would you be so kind to look into that one too?
    Jan Kettenis
    JHeadstart Team

  • Final cut pro not working with Yosemite

    I yesterday installed Yosemite and the previous version of Final Cut Pro does not work with it.  When I try to install the latest version of Final Cut Pro from the purchased tab in the app store, I get the message:  "Final Cut can't be installed on this computer because it requires at least 4 GB of memory".  When I go to the storage tab in "About This Mac", it shows that I have 154.49 GB free of 319.21 GB.  Can someone help?  Many thanks. 

    It's a 2007 iMac with 2.4 GHz Intel Core 2 Duo.  I had been using Final Cut Pro without any problems right until I upgraded to Yosemite.  I'm hoping that upgrading to Yosemite doesn't mean I can't continue using Final Cut Pro - that would be extremely frustrating. 

  • Final Cut X not working properly

    Hi!
    In my office i am editing with a new IMAC OS X Lion. we bought final cut X three months ago and suddely, since one week, has been imposible to work on it because every time i move something in the timeline or import a pic or a video, whatever i do it takes ages until i can do another step further.
    I have uploaded to the new version and checked other forums but i couldn't find a clear answer
    If anyone has any idea how to solve this I would really appreciate it!!
    thanks!!!

    Here's my pet answer for this (very common)  question - don't lose heart! It's an awesome application - you just need to see why it's not working well on your system.
    First, check the spec of your iMac against the system requirements:
    http://www.apple.com/finalcutpro/specs/
    Particularly your graphics card. If it's listed here, it's not suitable:
    http://support.apple.com/kb/HT4664
    If you are getting crashes, there is some conflict on the OS. Create a new (admin) user account on your system and use FCP X from there - if it runs a lot better, there's a conflict and a clean install would be recommended.
    Other ways to improve performance:
    Create optimised media.
    Hide Waveforms at all times when you don't need them (both in Browser and Storyline / Timeline). They take up a lot of processor power.
    Create folders in the Project library and put any projects you are not working on currently, in there. (Twirl it closed to hide them).
    Move your Projects and Events to an external HD (make sure it's formatted OS Extended - with journaled on or off) and run from there.
    Do you have FCS or FC 7 installed on the same partition as FCP X - not advised by Apple.
    What video codec are you working with?
    Lastly, RAM - Although Apple claim much less is sufficient, I would recommend you run a minimum of 8GB (preferably 16GB) RAM in your Mac.
    Andy

  • Final cut will not work on my Imac

    I've gone from a 5 year old mac book to a brand new Imac. My final cut express worked on my old mac book but is not working on my Imac. It is saying I need an AGP graphics card, what is this and can I add one to my Imac? Live type and soundtrack are working just not the actual final cut. Please no confusing computer terms as I don't understand half the stuff that is said in this forum! Thanks, Sammy.

    I have the same problem. I can't load and save any movie - shortclip. I have tried several ways without succes.
    I just bought FCE 4.0 and it's new to me. Nothing works for me. I'm still working in Quicktime.
    My camera is Panasonic Lumix TZ7 - AVCHD. I can see my clips in preview but when I put into Sequence a "red hand" shows me "NO DATA". What am I doing wrong? I have also tried different setups i Preference.
    (I have the book and DVD from Apple Pro Training Series - FCE 4, but when I follow the instructions it doesn't match what happens on my computer.

  • Dreamweaver CS6 command copy not working (UPDATED)

    Anyone having this issue? Is it a new bug in Dreamweaver?
    Running Dreamweaver on current OSX. The keyboard command to copy (command c) is not working. Keyboard paste works fine (command v). Using command c will paste in the last item from the clipboard. So if you had just used command c in say Fireworks, in Dreamweaver it would attempt to paste in that item as that was the last thing in the pasteboard copied. In Dreamweaver the copy function works fine from the edit menu (edit > copy).
    UPDATE: I have found that this issue is only when the Split view is active (Design and Code view both displayed). When you switch to the code view only, the keyboard copy (command c) function works just fine.
    Message was edited by: Simon Darby

    Every time I've run into an issue like this, clearing the cache file has repaired it...
    http://forums.adobe.com/thread/494811
    As long as it's not a system wide issue that is.

  • Network transfer/copy not working 10.8.5

    I have 2 macpro computers connected via ethernet cable.  I have screen sharing and file sharing enabled in SysPrefs.  Both computers can see each other, I can share screens, I can drag and drop files - however this is where the problem is.  Files do not complete the copy process between the computers.  A file will get about halfway through the copy process and then the copy will fail.  This happens in either direction on both machines.  The whole point of this networking setup is to share files and this is the one thing not working properly.
    Can anyone suggest what might solve this?
    System:
    OS X Mt Lion 10.8.5

    Please describle your network setup.  Are you connecting the 2 computers via patch cable directly, going through a router or switch, or connecting wirelessly? Also, are both computers running OSX, or are you sharing between OSX and Windows?
    Please be detailed in your response.

  • N95 SHORT CUT KEY NOT WORKING

    Anyone had any problems with there N95 top left shortcut key not working,mine won't do anything when pressed then suddenly has a mind of it's own and keep pressing it's self and sending blank text messages to my first contact in my address book...
    Tried software load,no cure is it back to the shops..

    my daughters as just started doing the same i have updated the software and had buttons changed but still the same

  • SCANNING AND COPY NOT WORKING

    OUR SCANNER NOT WORKING PROPERLY, SHOWING ERROR MESSAGE : E8,
    KINDLY SOLVE

    Hi varaju5,
    Hope you are doing well. Are you receiving any kind of errors?  Please be as specific as you can in terms of configuration and printer model Assuming is a scanner/Printer Combo. Include any information you feel may be relevant
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • The new Update with the Patch for Camera Raw is not working. Code U44M1P34

    Hi there,
    i have a problem with the new CC Update - including the patch for Camera Raw 8.7.1
    Error Code: U44M1P34
    Photoshop CC (2014)
    After Effects CC (2014)
    Brisge CC
    The logfile shows 1 fatal error:
    FATAL: Payload 'Photoshop Camera Raw 8_8.7_AdobeCameraRaw8.0All 8.0.0.22 with a number following.
    I have tried to uninstall an reinstall. Did not work at all, because the same Problem is shown.
    I did not install in other folders. All other updates worked - but not this update. The problem seems to bee only caused by the Camera Raw Update.
    Are there others with the same Problem? Any ideas?
    Thanks in advance and Greetings,
    Joerg

    Hi Jeff,
    it seems that i have found a dirty, but working solution for my problem on this site: Getting fatal Exit Code 34 when installing an app
    To change these 3 folder names and reinstalling of my Programs worked fine without any errors:
    Adobe PCD -> Adobe PCDold
    backup -> backupold
    caps -> capsold
    Now the Programs are on the actual status with all updates included and everythings seems to be fine.

Maybe you are looking for

  • BEST BUY DELIVERIES ON MONDAY AND WEDNESDAYS ONLY

    I again talked to someone at the my local Best Buy store about the status of my Phone 5.  I was told again that they have not received any Sprint or Verizon Phones.  The next time I should check is this coming up Monday Sept 24 or Wednesday Sept 26th

  • Can't Change Lock Screen Background Image and User Account Picture in Windows 8.1.

    I am running Windows8.1 Single Language with windows activated. Upgraded from Window 8 to Windows 8.1. Lenovo Y410p. 4th generation Intel® Core™ i7-4700MQ (2.40GHz 1600MHz 6MB) with 16GB RAM. NVIDIA® GeForce® GT750M 2GB . I tried all methods that I f

  • Does the 'CallSapAdapter' adapter module perform the FCC?

    Hello, I have a scenarion where Step 1 - An encrypted file has to be picked by the sender file channel Step 2 - It has to be decrypted (we have developed an adapter module for doing this, so no problem with that) Step 3 - It has to be FCC'ed (since i

  • How do i get podcasts onto my ipod shuffle?

    How do i get podcasts onto my ipod shuffle???

  • Random beep

    This is my fifth replacement HP notebook pavilion 15 15-p157na , i know of 2 others with the same issue , All 7 have little more than the basic operating systems installed i have tried everything , it can be twice in 10 mins or once in 2 hours , it i