How to turn on the line number in NWDS?

The NWDS is based on the very old version of Eclipse. If you open the java source you can't see the line number. I try toturn it on. How?

Hi
If you want to navigate to the specified Line Number you can use the following Short cut
Ctrl + L  [in NWDS]
Regards
Chaitanya.A

Similar Messages

  • How do I get the line number of the sales order and how do I save info?

    I am trying to create a form that is able to be called from a right click on the sales order matrix and will display some of the user defined fields associated with the line.
    I've managed to create a form and add a menu option to the right click but I'm now stuck because of the following:
    1. How to I know which line the user selected? I need the REAL Line Number from the RDR1 table because I need to use it on the data filter of the form.
    2. I hard coded a line to just to see if I can load a form and it appears to load and bind the data to the controls, but how do I save changes made? There are several text fields, combo boxes, and a picture control.

    Hi Coleman,
    1. The pVal returned form a menu event does no provide the LineId, but a pVal from a Item Event does. I suggest you use a DoubleClick or Control + Click on the Line to trigger an event that you can catch and use to launch your form.
    2. Please note that if the Sales Order line is closed you'll not be able to update the values. If it's not, then you need to instantiate a Sales Order document, get the correct document with the GetByKey method and update whatever fields you need.
                    Dim oSalesOrder As SAPbobsCOM.Documents = oCompany.GetBusinessObject(BoObjectTypes.oOrders)
                    If oSalesOrder.GetByKey(docentry) = True Then
                        oSalesOrder.Lines.SetCurrentLine(pVal.Row - 1)
                        oSalesOrder.Lines.UserFields.Fields.Item("U_MyUDF").Value = ""
                        oSalesOrder.Update()
                    End If
    Regards,
    Vítor Vieira

  • How to read a file and save the line number of  the last line read?

    Hi,
    I am using RandomAccessFile and file as my class. I am trying to read a log file as it gets updated and print it out to a java window. i so far have the framework setup but dont know how to save the last line number so.
    i need this variable so i dont reprint out the same line numbers to the java window. please advise.
    thanks!

    hi,
    i now have the line number of the last line read, but now when i reopen the file, how can i skip that number of lines?
    thanks,

  • How to turn of the sound of the keyboard while dialing number on my Iphone5 ??

    How to turn of the sound of the keyboard while dialing number on my Iphone5 ??

    Setting-keyboard clicks-off --> just turn off keyboard sound while you write a message!!
    If I put my phone on mute I will not hear when somebody will calls me,or I must everytime before dialing a number put my phone on mute and after back turn in ON! apple apple apple ... one of the expensive mobiles these days,but not finalized !
    P.S. sorry for my english

  • How do i detect the maximum number of lines

    Situation:
    I have a textfield that displays about 8 lines of text before
    the content would need to be scrolled to view the remaining
    content.
    Question
    Rather than having some ActionScript that is constantly
    trying to scroll the field, how do i detect the following.
    How do i determine the maximum number of lines that may be
    displayed in a textField (or any type of text field) before
    scrolling would be needed?
    Please specify the method. Thank you.

    When tracing the output using the bottomScroll, it only tells
    me how many liines I have output to the textfiedl, it does not tell
    me how many lines the textfield can hold.
    How do I determine how many lines a textfield can
    hold?

  • I have been using numbers spreadsheet to do my time card. When I delete the info on my spreadsheet to change the info for the new week the dark grid lines turn to a light gray.  How do I make the lines dark again?

    I have been using a spreadsheet in numbers to do my time card. When I delete the info on my spreadsheet to change for the new week the dark grid lines turn to a light gray.  How do I make the lines dark again?

    Change the email on the old account to another new, current email address.
    An email address can only be linked to one Apple ID.
    It is possible to have content from multiple Apple ID's on a single iDevice.

  • How to get the line number of source file?

    Hi,
    What is the equivalent in Java of the __LINE__ and __FILE__ macros in C? I want to print out the line number and the file name where the instruction is being executed.
    Thanks,

    If you are doing this because you're implementing your own debug logging, have a look at Log4J.
    You can configure it to log classnames, method names and line numbers of the code you're executing.

  • How do I change the line color in a chart in Numbers on my iPad?

    How do I change the line color in a chart in Numbers on my iPad?

    Whenever I try to shift+direct select it thinks I want to move the line, so as I shift + direct select and drag my mouse across the line (to highlight it all) it moves a chunk of the line and turns it into a near perpendicular line.
    I found the appearance window, it just says "Path" (the color I want it to be that it's not)
    "Stroke" 4pt
    "Fill" (the color I want it to be that it's not)
    "Opacity": Default
    And some other buttons. I think I'll try the help line tomorrow, I know I saw a customer service number somewhere and I'm only here because the chat was unavailable. This is only one of my 3 problems with my assignment so I'll search here for answers to the other two. Learning new things is rarely fun.

  • How do I change the phone number of an original iPhone

    My oldest daughter just got a new phone for xmas. She is giving her original iPhone to her sister (who's iphone was stolen) I erased the content, but how to I change the phone number to my younger daughter's #, which is still active.

    I thought the data erase feature was only on the new G3's? We did think she had password lock on, which is why we figured it couldn't be returned. We thought whoever found it (she knows she lost it on the school bus, there were only two other high school girls on the bus at the time) couldn't get in to figure out who it belonged too...now we realized she had turned it off and someone actually "stole it" v. "found it"

  • How to get input source line number

    I wrote a XSLT transformation that checks the input XML for errors.
    When the transformer finds a problem, it can terminate with <xsl:message terminate="yes">, which outputs the line number within the transformer XML source. I do so in my implementation to indicate errors.
    But i need to output the line number of the input source, not that of the transformer source, because this is the location of the error.
    Anybody knows how to do this?
    How can i get the current line number of the input source XML text?

    Hello Fritz!
    XALAN reads the entire input file (SAX) before starting with transformation.
    So overriding the input stream is no way to find this line number.
    I think this would have to be a built-in XSLT functionality within the tag "xsl:message".

  • How do I print the total number of pages in report, like Page 1 of 5?

    Hi
    How do I print the total number of pages in report, like Page 1 of 5?
    thanks,
    kiran.M

    Hi,
    Check for the below code:
    *Declare a variable
    DATA L_PAGE_COUNT(5) TYPE C.
    *Copy this code to the end of program
    *Page count will be printed on each page here
    WRITE SY-PAGNO TO L_PAGE_COUNT LEFT-JUSTIFIED.
    DO SY-PAGNO TIMES.
    READ LINE 1 OF PAGE SY-INDEX.
    REPLACE '-----' WITH L_PAGE_COUNT INTO SY-LISEL.
    MODIFY CURRENT LINE.
    ENDDO.
    TOP-OF-PAGE.
    WRITE: /(70) 'Heading' CENTERED, 70 SY-PAGNO,'of ', '-----'.
    You will find your solution in below thread with code:
    Total Pages in Basic List
    Rgds,
    Shakuntala

  • When using large text my lines overpal, how can I increase the line spacing?

    When using large text my lines overpal, how can I increase the line spacing?

    Press 'Ctrl + Enter' after the numbered item to insert blank space below it. If you press 'Enter', the next line will start with the next number. As long as you want to type lines without a numbering, press 'Ctrl + Enter' and type the line.

  • How to go to related line number

    hi all,
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.WSH_UTIL_CORE", line 2093
    ORA-06512: at "APPS.UML_POS_ORDER_IMPORT_PKG", line 923
    This is package and I would like how can I go to line number 923 to check quick results.
    Thanks

    user9275313 wrote:
    hi all,
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.WSH_UTIL_CORE", line 2093
    ORA-06512: at "APPS.UML_POS_ORDER_IMPORT_PKG", line 923
    This is package and I would like how can I go to line number 923 to check quick results.Open the package in the editor of your choice and use the editor's build in ability to go to the appropriate line.
    If the package is wrapped or a built in oracle package, you may struggle to open it, but then that would imply that either there's a bug in the package (ensure you're database is patched and check oracle support for known issues), or you're more likely calling procedures/functions in the package with the wrong parameters.

  • I've lost my iPhone 5 How can I have the serial number of the phone Information to be deleted

    I've lost my iPhone 5
    How can I have the serial number of the phone
    Information to be deleted
    Please Please Help Me

    Hi Mohammad,
    I'm sorry that you have lost your phone.
    If you need to erase the personal information on your phone remotely, here are the steps to do that:
    iCloud: Erase your device remotely
    If your device is lost or stolen, you can erase the personal information (such as your contacts, email, and music) and settings on that device to prevent anyone else from seeing or using your information.
    Important:   Before you erase all the information on your device, try to locate it or play a sound on it. After you erase the information on an iOS device, you won’t be able to use Find My iPhone to locate it or play a sound. You may still be able to use Find My iPhone to locate your Mac after you erase it.
    If you erase your iOS device and then find it, you can restore the information on the device using iCloud Backup (if backup was turned on before you erased it) or iTunes. For more information, see the user guide for your device in Safari bookmarks or on the Apple Support website.
    To erase your device remotely, you need to have set up Find My iPhone on the device before it was lost.
    I hope this information helps ...

  • HT1766 How do I change the phone number associated with my ipad mini wifi?

    How do I change the phone number associated with my ipad mini wifi?

    TestArchitect wrote:
    Umm, incorrect. My new ipad retina wifi, and my wifes mini wifi both have a phyone number associated with them, in facetime and imessage. It syncs messages with teh iphone of that number, and facetime calls to that number go into BOTH devices... Yes, both devices ring when that number is sent a facetime request.
    Again, anyone know how to change the number phone number associated with a ipad wifi only, for facetime and imessage apps?
    Uhmm, no, the number does not belong to the iPad. It belongs to the iPhone the Apple Id used on the iPad is associated with.
    If you need to change that number, then you need a different Apple ID that is associated with a different iPhone number. Note, the number must belong to an iPhone with an Apple ID, otherwise it won't work.
    The iPad itself has no number associated to it. It is linked to an Apple ID which in turn is linked to an iPhone that has a number. 

Maybe you are looking for