Problem scrolling right in code editor...

Hi,
I have a package body in the code editor and I have problems scrolling all the way to the right on some lines that exceeds a certain number of characters. The cursor continues moving to the right (as the number in the status bar keeps increasing) but the window doesn't scroll. I tried modifying the right margin size to 200 in the preferences but no change was observed. If I select all and copy, I am missing thoses caracters that don't show in the window. This is rather inconvenient...Is there another option to modify???
Thanks.
JC

I created a freeze frame still from the current video I am editing
If you used the | Shift n | command to make the freeze frame, it isn't recognized as a still image in any program other then FCP. To make an actual still image file that will be recognized and usable in other programs, you have to export as a still image. Set the Timeline playhead on the frame you want, then go to File->Export->Using QuickTime Conversion. In the FORMAT menu, choose "Still Image" and in the OPTIONS menu, choose the file type (JPG, TIFF, PNG, etc). Import the resulting image file into your project and the "Open in External Editor" command will work.
-DH

Similar Messages

  • EA1 - Right gutter scroll bar in the Code Editor doesn't work?

    SQL Developer version 4.0.0.12, Windows XP
    I'm opening package body in Code Editor. In previous version of SQL Dev after pressing CTRL and moving mouse over the right gutter I could see a few lines of the code from mouse pointed position in the source.
    Now it doesn't work.
    Link below - section "Working in the Procedure Editor":
    http://www.thatjeffsmith.com/archive/2012/01/viewing-plsql-compilation-errors-in-oracle-sql-developer/

    Hi,
    It is true the right gutter's general scrolling window view capability no longer exists in 4.0.  However, if code errors exist, then small blue squares (uncompiled code) or slightly larger red rectangles (compiled code) appear in the gutter representing the relative positions of the bad code.  Hovering the mouse over those produces a pop-up display of the offending code and, in fact, the pop-up will not display if the Ctrl key is pressed at the same time. Of course, clicking on the rectangles or squares moves the editor's current line to that code as in earlier releases.
    So it is not clear whether this is merely the new, intended behavior, or if more of the prior behavior remains to be implemented in 4.0.  As far as I can tell, nothing important has been lost here, but that is just my opinion.
    Regards,
    Gary
    SQL Developer Team

  • Problems with cut and paste within the code editor in JDeveloper 10.1.3 EA

    Copy and pasting doesn't work as expected. If I copy some code and paste it somewhere else, i get completely different code, (it seems to paste a piece of code from somewhere else in the source).
    I tried expanding + signs, this didn't help.
    I'am running JDeveloper on Windows XP Professional.
    Does anybody else have the same problem.
    Is this a bug?

    We've tracked down this issue thanks to Tullio's supplying us with a reproducible testcase. It's related to the "Automatically Copy Paste Imports" preference (which is on by default) in the Tools->Preferences->Code Editor category of IDE preferences. It seems to also be related to having renamed a source path directory to have a name that is only different by case from the name it originally had. Disabling this preference is a workaround for EA1.
    For example, if you started out by creating your workspace with a source directory named "Src", then later renamed it to "src", this seems related to the situation when this issue can occur. Renaming the directory back to match what it was before is another workaround for EA1.

  • I am about to throw my new Mac Book Pro 15inch out the window!! Does anyone else have a problem scrolling e-mails!?? I cannot find the scroll bar that disapears with out continually pulling at the bottom right corner to reveal it and then it disappears!!?

    Does any one else have a problem scrolling e-mails ??( I use Yahoo with Firefox) I continually have to tug the corner to reveal scroll bar that dissapears!?
    Also using arrows to scroll website doesn't always work either? Is this because I've bought a 15inch instead of my old trusty 20inch which didn't have this problem?

    Which model MacBook Pro do you have (e.g., "15-inch mid 2012") and which version of OS X are you running? If Mavericks you can go under System Preferences>General and tick the "Show Scroll Bars: Always."
    Call back,
    Clinton

  • Code Editor..How to create a new procedure/package

    Hi, I have starting using SQL Developer after using TOAD for long itme. I got stumped at the first step, wehrein I need to write a new Procedure or package. I did not see any option to do that. I could open any existing codes and modify them, but to create a new code, where to start?
    Apart from that I see many problems like , once my code is compiled with errors, it's automatically overwriting the existing file [in c drive] with error message ?? All the code is lost. If I open that file in TOAD or other editor, all i can see is erro message in palce of entire package.
    Thanks for any suggestions.
    Sree

    Well...
    You can directly insert the statements of creation in the SQL Worksheet, or right click in the option desired in the tree (Packages or Functions) and to access the suboption 'Create Package' or 'Create Procedure'.
    Or still, to execute the sql of the creation of the objects from an file (File - Open Menu or @path\file in the SQL Worksheet).

  • Flash CC code editor toggle fields function

    PROBLEM:
    The action script file does not recall it's closing state on reopening.
    ISSUE:
    When I come back to my work and work area it should be in the same state in which I left it. It would greatly improve my workflow and reduce setup time if this were the case in CC  
    DESCRIPTION:
    In CS6 if I collapse a block of code - like a large function block - then close the script file and reopen it at a later date - the collapsed fields remember their state and are still collapsed when I reopen. Granted this is only when the same file is opened on the same machine not when opened from the cloud on a remote laptop.
    In CC all the folds are expanded (or now "toggled") back to open when the file is reopened. (Side note - Why was it necessary to change the verbiage from "collapse" to "toggle"!?!?!?)
    BTW there is a "Toggle All Folds" in the right click menu but it is pretty much useless when using the code editor for a class file since it toggles all fields up to the package statement so clicking it hides all the code.
    SOLUTION:
    Please someone let me know if this is a preference and if so where to set it in the API
    - or -
    Instead of "Toggle All Folds" - Adobe - please implement "Toggle All Folds Below" or make this selection definable in the preferences panel as well as make the preserve file state on close easier to find or implement the same functionality as CS6

    For Windows:
    Comment : Ctrl+M
    Uncomment Ctrl+Shift+M
    Once you open an script you can see these shortcuts in the edit menu. The Edit\Keyboard Shorcuts Panel has the list of all predefined shorcuts for Flash Pro.

  • Problem in modifying the code using work area concept

    Hi,
    I am working on a code in which i am on the code in which i am using the modify statement but it is not giving the right output.
    here's d code:-
    LOOP AT T_ITPO5 INTO W_ITPO5.
            LOOP AT T_ITPO4 INTO W_ITPO4 WHERE AUFNR = W_ITPO5-AUFNR.
           LOOP AT T_ITPO4 INTO W_ITPO4 FROM WV_INDEX.
             IF W_ITPO4-AUFNR EQ W_ITPO5-AUFNR.
             IF ITPO4-NTGEW <> 0 .
                CALL FUNCTION 'ZGET_ITEM_WEIGHT'
                  EXPORTING
                    P_BUID   = W_ITPO4-WERKS
                    P_ITEMID = W_ITPO4-MATNR
                    P_QTY    = 1
                    P_UOM    = W_ITPO4-MEINS
                    P_UOM1   = 'KG'
                  IMPORTING
                    P_RETVAL = W_ITPO4-WTKG.
                TOTWT1 = W_ITPO4-WTKG * W_ITPO4-MENGE.
             IF W_ITPO4-BWART = '261'.
              W_ITPO5-I_QTY = W_ITPO5-I_QTY + TOTWT1.
             ELSEIF W_ITPO4-BWART = '101' OR W_ITPO4-BWART = '531'.
              W_ITPO5-I_QTY = W_ITPO5-I_QTY - TOTWT1.
             ENDIF.
           ENDLOOP.
             MODIFY T_ITPO5 INDEX SY-TABIX FROM W_ITPO5.
           MODIFY T_ITPO5 FROM W_ITPO5 TRANSPORTING AUFNR.
       ENDLOOP.
         WRITE: / 'PRD.NO       ITEM DESCRIPTION                               WIP(KGS)'.
        ULINE.
        LOOP AT T_ITPO5 INTO W_ITPO5.
          READ TABLE T_ITPO1 INTO W_ITPO1 WITH KEY AUFNR = W_ITPO5-AUFNR.
          SELECT SINGLE MAKTG FROM MAKT INTO W_ITPO5-ITEMDESC WHERE MATNR = W_ITPO1-MATNR.
          if sy-subrc = 0 .
          WRITE: / W_ITPO5-AUFNR,W_ITPO5-ITEMDESC,W_ITPO5-I_QTY.
          TOT_QTY = TOT_QTY + W_ITPO5-I_QTY.
          else.
          write 'Unsuccessful'.
          endif.
        ENDLOOP.
        ULINE.
        FORMAT COLOR 3.
        WRITE: / 'GTOTAL',55 TOT_QTY.
        FORMAT COLOR OFF.
    plzz provide me guidelines to solve this problem.

    here's d code;-
    TYPES: BEGIN OF ITPO1,
           AUFNR TYPE AFPO-AUFNR,      "Order Number
           PSMNG TYPE AFPO-PSMNG,      "Order item quantity
           WEMNG TYPE AFPO-WEMNG,      "Quantity of goods received for the order item
           DWERK TYPE AFPO-DWERK,      "Plant
           MATNR LIKE AFPO-MATNR,      "Item Id
           END OF ITPO1.
    DECLARATION FOR AUFM TABLE
    TYPES: BEGIN OF ITPO4,
           AUFNR TYPE AUFM-AUFNR,      "Order Number
           BWART TYPE AUFM-BWART,      "Movement Type (Inventory Management)
           MENGE TYPE AUFM-MENGE,      "Quantity
           MEINS TYPE AUFM-MEINS,      "Base Unit of Measure
           BLDAT TYPE AUFM-BLDAT,      "Document Date in Document
           WERKS TYPE AUFM-WERKS,      "Plant
           MATNR TYPE AUFM-MATNR,      "Material Number
           NTGEW TYPE MARA-NTGEW,      "Net Weight
           WTKG  TYPE MARA-NTGEW,
           END OF ITPO4,
           BEGIN OF ITPO5 ,
           AUFNR TYPE AUFM-AUFNR,
           MENGE TYPE AUFM-MENGE,
           I_QTY TYPE AUFM-MENGE,
           ITEMDESC LIKE MAKT-MAKTG,
           END OF ITPO5.
        WORK AREA AND INTERNAL TABLE DECLARATION
    DATA : W_ITPO1 TYPE ITPO1,
           W_ITPO4 TYPE ITPO4,
           W_ITPO5 TYPE ITPO5,
           T_ITPO1 TYPE ITPO1 OCCURS 0,
           T_ITPO4 TYPE ITPO4 OCCURS 0,
           T_ITPO5 TYPE ITPO5 OCCURS 0.
    VARIABLES
    DATA: TOTWT1 LIKE AUFM-MENGE,
          TOT_QTY LIKE AUFM-MENGE.
    PARAMETERS N SELECT-OPTIONS
    PARAMETERS: PLANT LIKE AFPO-DWERK.
    SELECT-OPTIONS: PO_DATE FOR AFKO-GSTRP.
        LOOP AT T_ITPO5 INTO W_ITPO5.
            LOOP AT T_ITPO4 INTO W_ITPO4 WHERE AUFNR = W_ITPO5-AUFNR.
                CALL FUNCTION 'ZGET_ITEM_WEIGHT'
                  EXPORTING
                    P_BUID   = W_ITPO4-WERKS
                    P_ITEMID = W_ITPO4-MATNR
                    P_QTY    = 1
                    P_UOM    = W_ITPO4-MEINS
                    P_UOM1   = 'KG'
                  IMPORTING
                    P_RETVAL = W_ITPO4-WTKG.
                TOTWT1 = W_ITPO4-WTKG * W_ITPO4-MENGE.
             IF W_ITPO4-BWART = '261'.
              W_ITPO5-I_QTY = W_ITPO5-I_QTY + TOTWT1.
             ELSEIF W_ITPO4-BWART = '101' OR W_ITPO4-BWART = '531'.
              W_ITPO5-I_QTY = W_ITPO5-I_QTY - TOTWT1.
             ENDIF.
           ENDLOOP.
             MODIFY T_ITPO5 INDEX SY-TABIX FROM W_ITPO5.
           MODIFY T_ITPO5 FROM W_ITPO5 TRANSPORTING AUFNR.
       ENDLOOP.
         WRITE: / 'PRD.NO       ITEM DESCRIPTION                               WIP(KGS)'.
        ULINE.
        LOOP AT T_ITPO5 INTO W_ITPO5.
          READ TABLE T_ITPO1 INTO W_ITPO1 WITH KEY AUFNR = W_ITPO5-AUFNR.
          SELECT SINGLE MAKTG FROM MAKT INTO W_ITPO5-ITEMDESC WHERE MATNR = W_ITPO1-MATNR.
          if sy-subrc = 0 .
          WRITE: / W_ITPO5-AUFNR,W_ITPO5-ITEMDESC,W_ITPO5-I_QTY.
          TOT_QTY = TOT_QTY + W_ITPO5-I_QTY.
          else.
          write 'Unsuccessful'.
          endif.
        ENDLOOP.
        ULINE.
        FORMAT COLOR 3.
        WRITE: / 'GTOTAL',55 TOT_QTY.
        FORMAT COLOR OFF.
    I want to have output that the production order is displayed along with the deficit quantity. but using this concept it shows only production order no. and qty 0.

  • Preferences: Code Editor: Printing:  Add File Path and Date to Print Header?

    Is there a way to add file full path and date to the print file header for a SQL Worksheet when printing from the Code Editor?  So, for example, if my SQL worksheet is called MySQL.sql and is saved to C:\Myfiles\SQL_Code\, I'd like to print the full path 'C:\Myfiles\SQL_Code\MySQL.sql' and today's date as part of the print header along with the page numbers at the top of the code.   I see a Java preview in the Preferences: Code Editor: Printing window that mentions a "Today" date but I don't know Java and that is an uneditable preview.  I have checked the "Print File Header" check box.  Is the file header definition stored somewhere in a configuration file and/or is there a way to modify/customize the default file header?  
    I am a new user to SQL Nav. version 3.2.20.09 Build-MAIN  09.87. I could do this in SQL Navigator but can't figure it out in SQLDeveloper. Thank you.
    -Cathy

    HI
    First of all,
    Unless otherwise you selected some option like page break after/before - both body and header/footer will print on same page in report, so in pdf as well.
    If you have difference on report and PDF that you should look into your setup.
    If you want more help, please be particular on your issue
    james. wrote:
    Hi All,
    I am using Oracle Report 10g. How can I add header and footer on same page as my body? Right now when a generate a pdf file, it is printing individual pages instead of 1 one page. Please help me.
    Regards

  • Java code editor bug

    JDev Team
    The code editor highlights the string inside split() in red. The message displayed is " String literal contains illegal escape character '.' "
    String prodID = "10.5.1";
    String[] prodLevelId = prodID.split("\\.");
    Thanks

    balar1,
    Thanks for the feedback. I checked your testcase in more current builds and the error is no longer present, so this issue is isolated to the preview. Thanks again for making us aware of this problem.
    --RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • BUG: JDeveloper code editor shows valid static import call as error

    I've noticed what appears to be a bug in the JDeveloper code validator when dealing with static imports.
    The following classes demonstrate the problem:
    package test;
    public class Parent {
      public static void parentMethod() {
        System.out.println("called parentMethod.");
    package test;
    public class Child extends Parent {
      public static void childMethod() {
        System.out.println("called childMethod.");
    package test;
    import static test.Child.*;
    public class StaticInheritanceTest {
      public static void main(String[] args) {
        Child.childMethod();
        Child.parentMethod();
        childMethod();
        parentMethod();  //<-- this line is highlighted as an error
    }Notice how on lines 7 and 8 of StaticInheritanceTest, the code validator does recognise that both parentMethod and childMethod are static methods of the Child class.
    Since 'Child' has been statically imported, then parentMethod should be available. Although parentMethod is presented as an 'auto-suggest' at line 11 in StaticInheritanceTest, when you try to call it the code editor shows the call as an error and the Ctrl-Click (to drill down into the method) doesn't work.
    When I run the class, it compiles successfully and runs with the following output:
    called childMethod.
    called parentMethod.
    called childMethod.
    called parentMethod.This might seem like an obscure and theoretical problem, but I've hit this whilst using Mockito, which uses exactly this kind of inherited static method to provide matchers.

    Hi,
    thanks. Will file a bug. This seems to be a designtime only issue that does not present a show stopper.
    Frank

  • Mouse will scroll right, left, and down not up. happens every once and a while.

    mighty mouse will scroll right, left, and down, but not up. happens every once and a while. have wiped with alcohol, but no help this time.

    As Barry says, wiping with liquids is not advisable.   However, with a similar problem this is how I approached it.
    1.   Disconnect the mouse.
    2.   Dampen (not soak) a cotton bud in alcohol.  (I prefer whisky).   Then squeeze between fingers to ensure it is not wet.
    3.   Rub the bud against the ball for a minute or so to ensure all parts of the ball have contact with the cotton bud.
    4.   Then rub vigorously on clean white paper for a couple of minutes in a figure of eight fashion and tap it every now and then.  I have seen quite large peices of fluff removed this way
    5    Allow twenty minutes or so for the alcohol to finally evapourate to ensure there is no moisture.
    6    Reconnect the mouse.
    Having said all this, after three years or so your mouse will probably need to be replaced anyway.   Apple appear to be moving away from corded mice and therein lies another problem.   My experience with the Apple charger, Apple batteries and other premium batteries has not been good.   Batteries seem to run down at a rate of 10% per day even though its use is limited to about three hours daily.
    You have been warned.

  • JDeveloper Code Editor doesn't do ClearType font anti-aliasing

    I can't seem to get the Code Editor in JDeveloper (11.1.1.5.0) to do ClearType sub-pixel font anti-aliasing. Everything else in the IDE is doing proper sub-pixel anti-aliasing, it's only the Code Editor that's not doing it. It's doing "normal" pixel anti-aliasing which isn't nearly as good and still leaves the font looking quite jaggy.
    I've got the following lines in my jdev.conf:
    AddVMOption  -Dswing.aatext=true
    AddVMOption  -Dawt.useSystemAAFontSettings=lcd
    And I've checked "Enable Text Anti-Aliasing" in Preferences->Code Editor->Display.
    Is sub-pixel antialiasing in the JDeveloper code editor possible? If so, how? I'm running Windows 7 btw.

    No problem Timo.
    I don't think it's worth opening an SR for this. It looks like sub-pixel anti-aliasing isn't supported in the JDeveloper Code Editor, which is a shame, because that's the place where it's most needed.
    Michael.

  • Enhancement Suggestion - Jdeveloper Code Editor

    Hello,
    I would like to make an enhancements suggestion for the JDeveloper code editor. I find the "history" tab of the source editor extremely useful when I'm trying new things and not sure if they would work. This tab helps me revert changes to a last known version. However, I see myself having to identify the previous correct version by date and time, which is kind of dicey. I do see there is also a description column, however, I'm not able to edit the description with a meaningful message that would help identify as last know good version quickly. Hence, my suggestion is that the history tab of the code editor allow the user to add tags / comments against each version for quick identification.
    Hope the Oracle development is listening, and you'll have to excuse me for posting if this forum is the wrong place to make suggestion ( i didn't quite find any feedback feature on the Jdeveloper product page).
    regards,
    Rehan Yusuf

    No problem Timo.
    I don't think it's worth opening an SR for this. It looks like sub-pixel anti-aliasing isn't supported in the JDeveloper Code Editor, which is a shame, because that's the place where it's most needed.
    Michael.

  • Code Editor - Navigation through Ctrl + , Ctrl +

    Hi,
    Open Code Editor or SQL Worksheet and paste the following example line:
    "piRBDKBTabKnt piRBDKBTabKnt piRBDKBTabKnt"
    In SQL Developer version 3.2.2 when I'm moving cursor in the line by pressing Ctrl+ > (right arrow) or Ctrl + < (left arrow) then cursor jumps over entire words - and that is OK.
    (Pressing Ctrl + > three times is enough to move from the beginning of the example line to the end)
    But in latest SQLDeveloper version 4 this works different - cursor does not jump over entire words.
    Is there any option to change this behaviour?

    My SQLDeveloper version is 4.0.0.13, OS: Windows XP.
    Keyboard shortcuts are set properly.
    In the example below I've used "|" character to show where cursor jumps after pressing Ctrl+ >.
    "|pi|RBDKB|Tab|Knt |pi|RBDKB|Tab|Knt |pi|RBDKB|Tab|Knt|"

  • Code editor: need spaces instead of tab characters for indentation

    I need to have spaces inserted into my code for indentation instead of tabs. "Use tab character" is unchecked under tools|preferences|code editor|code style|edit but to no avail. Any suggestions? Thanks, M C

    But would this cause a tab to be translated as one space or would it still be a tab character? I think it will still be a tab character, which is a problem. I know MS Dev Studio can be set to translate tabs to spaces on the fly so if you hit a tab the cursor jumps 4 spaces and those spaces are spaces, not a tab. Thanks for the reply.

Maybe you are looking for

  • HT201257 AHT - Blank screen with cursor, then gray screen, then shutoff

    I have a mid-2009 MBP 13" with a mid-2010 motherboard (courtesy of warranty repair), and am running OS X Mavericks. When I attempt to use my original Applications Install DVD, I have the above issue. Attempting to install additional software in OS X

  • Possibility of getting serial report with sales invoice details

    Hi All, We are Telco company and there is a requirement to view the serial numbers issued to a customer along with the invoice number, invoice date and invoice value. Is this possible? If yes, please let me know the tables which can be used in SQVI.

  • How can i find my wifi password

    I have misplaced my wifi password and cant seem to find it anywhere. I am however connected to my ipad can i find it anywhere on here?

  • Final Cut Pro -- Preview window drops frames

    this is quite annoying, basically the preview window drops frames and is quite slow? It seems the program window is unaffected. I have my local drive as the source drive and an external firewire drive as the scratch disk... Any further thoughts? IMAC

  • Best way to update indicators in state machine ?

    What is the best method to update indicators constantly in a SM ? ...  MY INDICATORS: I want to update the cluster of OUTPUT INDICATORS for ever new update that is happening inside the FOR LOOP (see next image). How could I achieve that ? Abhilash S