Edit operations

In Jdeveloper 3.2.3, I can still use Ctrl+KB, Ctrl+KC, Ctrl+KI, Ctrl+KU, or Ctrl+Y,.. to define a block of text, indent a block, or erase a line. These functions seems gone in JDeveloper 9i. I understand these functions are coming from Borland. Is JDeveloper going to keep such functions?

Try this:
Highlight the block of text with the cursor and click tab or shift+tab to indent it.
Another hint: ctrl+/ will comment the block of code you marked.

Similar Messages

  • VS 2013 error: "Attempted TextBuffer edit operation while another edit is in progress"

    I´m using Visual Studio 2013 Version 12.0.21005.1 with VB.NET on Framework 4.5.50938, OS is Windows 7 SP1 32 Bit.
    I´m randomly getting the error message
    "Attempted TextBuffer edit operation while another edit is in progress"
    when trying to edit a source file. The file then remains inaccessible until I restart Visual Studio.
    This message seems to appear at random and out of nowhere, sometimes after running or debugging the program, sometimes in the middle of editing. I can edit one file, switch to another one and receive this error.
    Sometimes I can work half an hour before this message appears, sometimes only a couple of minutes. I´ve been looking all over the web for solutions but can´t find anything.
    This error is beginning to severely disturb my work, so any ideas would be highly appreciated.

    Hi AndyF69,
    Sorry for that we couldn’t repro this issue.
    Please check whether you install any add-ins or extension tools in your VS, please disable/remove them, and check it again. I doubt that it would be related to them.
    Please also run your VS in safe mode.
    http://msdn.microsoft.com/en-us/library/ms241278.aspx
    If still no help, please re-install/repair your VS.
    Have a nice day,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cant' constraint DOM editing operations with a schema

    Hi,
    I use the DOM for editing an XML document. I want to control editing operations with a schema. I use something like that:
    DOMParser domParser = new DOMParser();
    domParser.setValidationMode(XMLParser.SCHEMA_VALIDATION);
    XSDBuilder builder = new XSDBuilder();
    URL url = new URL(SchemaUrl);
    XMLSchema schemadoc = (XMLSchema) builder.build(url);
    domParser.setXMLSchema(schemadoc);
         domParser.parse(XmlDocumentUrl);
    // here i want to remove an empty node
    if ((node.getNodeType() == Node.ELEMENT_NODE) && (!node.hasChildNodes())) {
    NodeEditVAL node2edit = (NodeEditVAL)node.getParentNode();
    if ( (node2edit.canRemoveChild(nodet) == XMLNode.VAL_TRUE )) {
    node.getParentNode().removeChild(node);
    canRemoveChild() always returns VAL_TRUE even if the node is mandatory according the schema.
    Thanks for your help,
    Philippe

    Hi Philippe,
    I wrote a test case and I am observing the same behaviour as you. I have logged an internal bug against the XML parser team. I will post a reply when I get more information from them.
    -Blaise

  • IW32: Assignments deleted from service order after editing operation number

    Dear SAP gurus,
    I have a problem with a service order containing muiltiple operations.
    When I change the order in IW32 and I edit the operation number of only one operation, the assignments of ALL the operations and suboperations are deleted.
    Can anyone tell me if it's normal behaviour to delete assignments from operations when they are edited? Or is there a way to avoid this (apart from not editing the operation positions)?
    Thanks in advance and kind regards,
    Jermey!

    The assignments are deleted whenever one of the operations is edited. This can be:
    - changing the operation position to reorder the operations;
    - deleting one of the operations;
    - making changes in the component list of one of the operations.
    The result is always the same: all the assignments of all the operations are deleted.
    The problem seems to be a lot bigger than it appeared at first. We asked SAP for support and they are trying to solve the problem right now. It seemes that the MRS add-on causes the assignments to disappear.
    Update:
    SAP created a note to resolve this problem. It's note number 1255589.
    Anyway, thanks for your responses.
    Kind regards,
    Jermey
    Edited by: Jermey Krul on Sep 30, 2008 11:34 AM

  • 8830 World Edition Operating System Continuall​y Freezes

    I purchased a World Edition in March '09 and shortly thereafter it continually froze up after being idle for more than two minutes. This started after upgrading the OS to v4.5.2. The phone couldn't be repaired and was replaced. The new phone started behaving the same way. It would work while active but after 2 minutes of idle time it would totally freeze then 5 or 6 minutes later would come alive and freeze again after a short idle time. Wiping clean solved the problem the last time but it occured again. Does anyone know the cause or a fix?

    When the phone was wiped did you choose to also erase third party applications? What additional apps are loaded on the device? Is your replacement device running 4.5 or 5.0 OS?
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Unable to edit ReadItem and ReadList operations on one specific external content type

    I'm experiencing a strange behavior.  Here is the scenario:
    - In Sharepoint Designer I create external content type A that uses external system X
    - I define ReadItem and ReadList operations for this external content type
    - I then create external content B that uses the exact same external system X and define ReadItem and ReadList operations for this external content type
    - I then go back to external content type A, select ReadList and click Edit This Operation
    - I get a message : "This operation cannot be matched with any objects in your data source.  There may be an error in the operation definition in Business Data Connectivity Metadata Store or the data source schema has changed since the operation
    was created"
    - I tried to edit ReadList operation of external content type B and it works with no problems.
    - so I delete the ReadItem and ReadList operations for external content type A, refresh external system X, and then recreate the ReadItem and ReadList operations for external content type A. 
    - When I try to edit the ReadList (or ReadItem) operation I get the same error message and I'm not able to edit this operation.
    This used to work a week or so ago, meaning that I was able to edit the ReadItem and ReadList operations for both external content types.  Now, the operations cannot be edited anymore for external content type A but can be edited with no problems for
    external content type B.  For content type A, if I want to make any changes I have to delete the ReadItem and ReadList operations and recreate them.  Does anybody have any idea as to what the problem might be?  These two external content types
    use the same external system which is a table of employees and project they worked on.  The only difference is that external content type A has a filter by employee ID defined and external content type B has a filter by project ID defined.
    thanks,

    Hi bbatl,
    I did a test as the followigs:
    Open SQL Management Studio, create a table containing a filed called “employee ID” and a filed called “project ID”.
    Add some data into the table.
    Open my site with SharePoint Designer 2010, create a new external content type called TestA.
    Connect the external content type TestA to the table that I created in step 1.
    Create Read Item and Read List operations in the content type. When creating Read List operation, add a filter based on “employee ID”.
    Click Save.
    Create another external content type called TestB
    Connect the external content type TestB to the table which was created in step 1.
    Create Read Item and Read List operations in the content type. When creating Read List operation, add a filter based on “project ID”.
    Click Save.
    Then I went back to edit the Read List operation of external content type TestA via clicking Read List operation under External Content Type operations->Edit Operation.
    No error displayed.
    So, I could not reproduce this issue.
    Whether you got the error when you clicked “Edit Operation” in SharePoint Designer. Please provide a screenshot about this issue.
    Please check whether someone has changed the table special for the column “employee ID”.
    And whether you have created an external list using the problematic external content type. If yes, please check whether it could work well.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • HP Pavilion DV2700 Special Edition what is the max ram for this model laptop?

    HP Pavilion DV2700 VERVE Special Edition
    Operating System  Windows Vista 64 bit Service Pack 2
    Year made 2007 
    Processor AMD Turion 64 X2 TL- 60 2.0 GHz
    Current Ram 4GB
    would like to know what is the max ram 
    PS 
    Can i install and other Processor or is this and intergrated one with the motherboard.? 
    In Advance thank you for your time to look at my question
    Indarktimes
    This question was solved.
    View Solution.

    Hi
    Please find the link given below for your model off unit Max Memory supported is 4GB.
    http://h10010.www1.hp.com/wwpc/ca/en/ho/WF06a/12139188-78299199-78299212-78299212-78299212-81135202....
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Line itemwise report for operational WCD

    Hi,
    We are using the Mechanical and process isolations in the operational WCD. one WCD for Mechanical isolation and another one for process isoaltion.
    There are multiple Isolation points used for process isolation. Example: 20 process isolation points in a WCD for a particular equipment.
    The standard list editing operational WCD transaction (WCL4) provides a report which is a single line on the WCD level.
    Where as we are interested to track on the individual line item i.e. individual isolation points status with in a WCD to track how many isolations are tagged, how many are still to be tagged, how many are untagged, how many are closed etc..
    Proposed layout:
    WCD number         Line item #        Status
    30000010              10                    Tag printed
    30000010              20                    Tag printed
    30000010              30                    Tagged
    30000010              40                    Tagged
    30000010              50                    Untagged
    30000010              60                    Untagged 
    Is there any way to enhance the standard report (WCL4) or we need to develop a custom report.
    Thanks in advance.
    Regards,
    Raj

    Hi Harshvrdhan,
    Thanks for your immediate reply.
    I am using the functionality what you have proposed. With WCL4 transaction I can bring all the line items for WCD but the status field is not available hence it is available only on the header level.
    The user has requested that they need line itemwise status report for all the shutdown related WCDs to be downloaded into excel fiel for status monitoring and management reporting purpose.
    However, I was reading one of the document written by Michael lesk i.e. 8103_Function_Enhancements_EN.
    As he mentioned, with SAP EhP5 there are more functionalities available with BADIs for WCM list processing.
    Hopefully by implementing the BADIs mentioned in the document we should be able to get the additional custom fields.
    Special thanks to Uwe Kirchner and Michael lesk for their continuous effort in enhancing the WCM processes and the dedicated user support.
    Regards,
    Raj

  • Operation number not holding in Operation details screen for WM6.2

    Hi Experts,
    I have added custom statuses to operation object in WM6.2. When I am editing the operation,Operation number is displaying in operation details screen header.But when trying to execute custom statuses, the operation number is not holding in Operation tile view header as in the below screen snap.
    Thanks in advance.Kindly suggest.
    Thanks & Regards,
    Sravanthi Polu

    Hi sravanthi,
    Just make sure that when you are editing operation object for custom statuses change you are editing same object that you are seeing in operation details screen.
    I think this problem is due to different/stale operation object that is being edited for when you are calling Operation Edit Transaction for change status for (custom statuses).
    I recommend to check your Target for Button , Action and Edit Transaction for this (is it same operation object that is being seen on detail screen/being edited for).
    Regards,
    AK

  • Problem with crude operations in master detail tables

    Hi,
    I have Master-Detail tables in my page and crud operations are there for both the tables. Create/delete/edit are working fine on the master table but i am facing the following problems for the detail table
    1.delete operation is alway referring to the 1st record.
    2.Edit operation is working fine for the 1st time but when i amt trying to edit any other record it's refer to the previous record, if i did the same again then it's pointing to current record.
    Selected row keys and selectionListner and row selection is defined on my detail table as shown below.
    selectedRowKeys="#{bindings.CmSubscriberTerritoryXrefView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.CmSubscriberTerritoryXrefView1.collectionModel.makeCurrent}"
    rowSelection="single"
    Please do need full.

    Hi,
    Thanks for your quick reply.
    I am using JDeveloper 11g. Yes i select the record, i am using a popup for delete operation so i write a button which invoke popup in that popup i am asking confirmation like do you wanted to delete for not. in the OK button i have return logic like
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("Delete2");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    operationBinding = bindings.getOperationBinding("Commit");
    result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    FacesContext fc = FacesContext.getCurrentInstance();

  • Missing RAW editing screen in PSE8 Trial version

    Can anyone help me with this one?
    I have previously used PSE6. When opening a RAW image I have first gone through a RAW Editor screen before editting in PSE6. When
    I open a RAW image in the TRIAL version of PSE8 it takes me straight to the PSE Editor, missing out the RAW editing stage. My camera is an Olympus E510, about 2 years old.
    The HELP files clearly show the RAW editing operation so I know the functionality is in PSE8. It seems to assume that the RAW editing screen opens automatically and I can't see what else to do. In desperation I turned on the FILE FORMATS Plug In to see if that would help - it didn't. I need to know there is a RAW Editor that I can use before purchasing the software.
    Adobe have told me that they don't support the Trail version and so won't answer my question...   Not exactly a recommendation of good customer service if their pre sale support is zero!  Their official answer to the above question was that they did not support PSE6 anymore and that I should upgrade to PSE8 Their last suggestion was to ask this group.
    If anyone has PSE8 and is prepared to try a .ORF file for me I'd be very grateful.  Thanks, Keith

    Windows
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4626
    Mac
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4623

  • "Edit" Button on Publishing Page Not Working

    I have a publishing site which has been upgraded from 2010 to 2013 and if I click the "Edit" button in the top right or in the ribbon nothing happens. If I check the page out first then the buttons work. The expected behavior is that it should
    check the page out as part of the edit operation and I see this working fine on other publishing sites that are virtually identical to the ones that are failing. When I compare the source of the pages of one that does not work and one that does work I see
    that there are a few key differences:
    sp.ui.pub.ribbon.js and sp.publishing.resources.resx are loaded on the site that is working but not the one that is failing
    JavaScript variables such as pullPageVariation, l_ur_plsWait, l_ur_rfct, etc., are defined on the page that works but not the one that fails.
    A JavaScript block which adds functions such as PublishingRibbonUpdateRibbon(), EnsurePublishingConsoleActionScripts(), etc. is loaded on the site that works but not the one that fails.
    There are other differences but I believe these are the relevant ones. In reflecting some code that handles the Edit button I can see that this missing pieces are key but I've not been able to determine why they're missing. I've looked at the delegate controls
    that are registered for AdditionalPageHead and there is no difference from the site that works compared to the site that doesn't. Note that I also found that the same exact site upgraded in two different environments (dev and production) had different results
    - one worked, the other didn't. Taking a backup of the site that was not working and restoring over the one that was (prod -> dev) resulted in dev now replicating the failure so I don't believe it's a farm specific thing but rather something about the content.
    I reactivated all site collection and site features in case there was some odd issue with that and that made no difference.
    Looking at the upgrade maintenance logs there was an error when attempting to activate the Translation feature which resulted in the PublishingSite feature having an incomplete upgrade status. Running the upgrade cmdlet again resulted in a successful upgrade,
    at least according to the logs.
    I'm at my wits end as to why this is not working and I would definitely appreciate any insights folks might have.
    -Gary
    Gary Lapointe, Blog: http://blog.falchionconsulting.com/, Twitter: http://twitter.com/glapointe Aptillon Inc.: http://www.aptillon.com

    try this link:
    https://social.technet.microsoft.com/Forums/office/en-US/f62ea03d-b272-473a-a663-79938d3fbea4/edit-page-button-not-working-in-publishing-site?forum=sharepointadmin
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • Editing a DNG file and saving it again as DNG using Photoshop

    Hi everyone,
    I have a set of .dng raw images which I would like to edit using Photoshop and save back out as .dng files.  It sounds like a very simple task, but I have been struggling with this for half a day.
    To give a concrete example, I have two dng images from the same camera. I want to copy an object from one image and paste it to the other, and then save out the output as a .dng file.  This should take me like 2 minutes in Photoshop, right?
    Well, when I open the files, it first brings up the Adobe Camera Raw tool, but this only lets me do very basic edits (I can't figure out how to copy an object from one image to another, let alone perform the necessary edits to blend them seamlessly.).
    So I click "Open Image" to get them into Photoshop, where I can do all of my necessary edits (copy and paste, brushes, etc.).  However, after I am finished and I try to save my edits, Photoshop only lets me save the output in .psd (along with other formats) but not dng.  I need to save it back out as .dng, as the next program in our workflow pipeline requires .dng files as input.  So how do I do this simple task?
    Why can't I save my resulting image back out as a .dng file?  I tried saving as .psd and then using Adobe DNG converter to turn it into a dng, but it doesn't seem to be able to do that.  I also tried saving as Photoshop RAW, but for some reason the converter can't convert from Photoshop RAW to DNG.  It doesn't make any sense to me.
    I know that Photoshop knows my camera parameters because it was able to read the original dng files properly in the first place.  So why can't I read in the .dng image make some edits and then save it?  How are people editing dng files?
    Thanks for your help.

    Also, there is no way to turn an image back into raw image data after it has been edited in Photoshop. It would be as difficult as uncooking an egg.
    I understand that this is difficult if I am doing arbitrary image editing operations, since those operations may not be properly defined in the RAW space.  But in this case I am cloning pixels from one .dng image to another.  Shouldn't this be possible?
    For example, assume we have 2 dng images and we want to take the left half of one and paste it in the same position over the other.  I am not familiar with the dng spec, but at some level it should encode the values at each pixel (perhaps with the appropriate camera curve).  So I just simply want to overwrite the values of one .dng image with values at the same pixels of the other, and since it's the same camera with the same settings used for both this should be possible, right?  In the worst case, I could write a program based on the DNG spec that parses the two dng files, overwrites the necessary pixel information simply using the second image's data, and then writes the dng back out.  But this seems like a complicated way to do something that there should be an Adobe tool to do.
    Perhaps it would help if I tell you exactly why I need this for.  We are capturing raw video using the Blackmagic Cinema Camera which outputs a directory full of 2.5k dng images for each take.  We were doing a take of a scene using a tripod, but an otherwise great take was ruined because at one point a crew member poked their head into frame.   So I want to use information from the other dng frames to overwrite this portion of this image to hide this problem.  
    If these were regular images (.jpg, .tif, .exr) it would take us no time in Photoshop to use the information from the other "good" frames to fix this problem seamlessly.  However, we would like to keep everything in dng format so that I can then read everything into DaVinci Resolve for color grading correctly.   Any idea on how I can do this, if I can't use Photoshop?
    Thank you in advance for your help!

  • Edit Procedure with selected values

    Hi,
    I have an edit form where i drugged my view as an adf form.
    I created in my Application Module a method called "save()" which what i do is just commit:
    try {
    getDBTransaction().commit();
    } catch (JboException ex) {
    getDBTransaction().rollback();
    throw ex;
    On my form i have some radio buttons. One of them is called LandType, with two options (OptionA and OptionB).
    Please note that this is an edit operation so there is a preselected value when i edit a record.
    I created some entity level validation which is conditional based on the selection of the above radio button. For example i have 2 input boxes, "InputA" and "InputB". If the user selects "OptionA" the "InputA" is required. If the user selectd "OptionB" then "InputB" is required.
    For the create operation everything runs smoothly.
    For the edit operation i face this problem.
    I have a record with "OptionA" selected and "InputA" with some value ("InputB" is empty)
    When i change to "OptionB", i render the "InputB" text box and i get my error message for an empty field("InputB"). If i press again save (calls my commit method in my AppModule) then the radio button from "OptionB" goes back to "OptionA" and if i click again save, it saves the changes!!!
    How can i overcome this? I want the new value selected to remain.
    Thanks
    Antonis

    Some glitch in my blogging software currently prevents me from posting it on my blog, but I've uploaded a 10.1.3.3-based example workspace here:
    http://otn.oracle.com/products/jdev/tips/muench/condreq/OptionalRequiredFields.zip
    This is the example blurb that will eventually appear as example #124 on my blog when I am again able to upload to it.
    This example illustrates how to validate and render
    conditionally-required attributes. After running the included
    CreateTables.sql script to create the
    OPTIONAL_REQUIRED_TEST table, run the TestPage.jspx to
    see that when a row has its RowType attribute set to the value
    A then the ValueA inputText component renders, while if
    its RowType attribute is instead set to the value B then
    the ValueB inputText field renders. These fields set the
    showRequired property to true to show the required field
    indicator to the end-user even though the underlying ValueA and
    ValueB attribute are not marked as mandatory. The conditional
    mandatory validation is performed in the TestEntity entity
    object using entity-level method validators. The radio group UI
    component is marked to have its autoSubmit property true, and
    the ValueChangeListener method in the backing bean for the page
    sets a request-scope attribute as a flag to indicate that the row type
    is changing. This flag is then referenced by the
    ConditionalValidationPageController -- identical in function to
    the one you might have seen in Example# 62 "Cascading Lists in JSF" --
    which is configured to be used by the TestPage by setting the
    ControllerClass property of its page definition. This
    customized page controller avoids validating the row if it detects
    that the row type is changing. The conditional rendering of the ValueA
    or ValueB inputText components is handled declaratively using an
    appropriate EL expression for the component's rendered
    property. When the autoSubmit radio group (with component id
    "RowTypeRadio") causes its partial-page request, the panelForm
    component in which the ValueA and ValueB inputText's reside is
    declaratively "repainted" by having its partialTriggers
    attribute set to that "RowTypeRadio" id value. By performing the
    partial-page triggering on the enclosing panelForm component, you
    avoid the gotchas related to having PPR events delivered to
    currently-unrendered components.

  • Operating system support (standard and enterprise ) in OBIEE 11g

    Hi
    Can any one help me in whether OBIEE 11g installation will be possible in both standard & enterprise edition operating system of windows server 2003 and windows server 2008 or not.
    Thanks in advance.

    OBIEE 11g is an application which runs on the Weblogic Application Server. Then if the windows plateform are supported for Weblogic, OBIEE 11g is also supported.
    I assume that you talk about Standard Edition one and Enterprise Edition.
    http://gerardnico.com/wiki/_detail/dat/obiee/obi_edition.jpg?id=dat%3Aobiee%3Astart
    When we talked about Standard Edition on 10g, it was not about Oracle BI but on Discover for the reporting plateform.
    If you want to be really sure, you can ask it to your representative sale.
    Cheers
    Nico

Maybe you are looking for