Shortcut keys for code completion

Hi!
I just wondered what keys are used to make use of the code completion functionality
(I'm used to MS products where ctrl+space or ctrl+j often is used).
Thanks, Thomas

I don't think there is a public document available for planned new 9.0
features.
Code reformatting will be in 9.0, and will of course also apply to
auto-generated code as it's inserted.
If you have other features you'd like to see, please post them on this
newsgroup.
Josh
Doug Orr wrote:
Is code reformatting available in 8.1? If not, is it planned for 9.0? Is there
a resource that describes planned enhancements?
Josh Eckels <[email protected]> wrote:
That will be part of version 9.0, but unfortunately is not included in
8.1.
Josh
Richard Hendershot wrote:
what about Netbeans-style aliases? With that, I type "sout " and the
editor responds by expanding to System.out.println. I found the help
about keyboard shortcuts but nothing about aliases, macros or such.help?
TIA!
-rsh
Anurag Pareek wrote:
Thomas,
Code completion in Workshop can be done by adding a period (".") in
front of
the object variable.
For example,
HelloWorld h = new HelloWorld();
h.
As soon as you type the '.' in front of 'h'. it shows a dropdown list
of all
the public methods exposed in HelloWorld class.
Regards,
Anurag
"Thomas Anderson" <[email protected]> wrote in message
news:[email protected]..
Hi!
I just wondered what keys are used to make use of the code completionfunctionality
(I'm used to MS products where ctrl+space or ctrl+j often is used).
Thanks, Thomas

Similar Messages

  • How to set Shortcut keys for button in Apex

    Hi
    Could anyone help me on how to set shortcut keys for buttons in Apex.
    I need to use say ALT + S to submit the page.
    The following thread pertaining to HTML DB refered to use ACCESS key. but that couldnt work in my case.
    Re: operation of the app. with the keyboard
    Any pointers on achieving this would be helpful.
    Thanks
    Vijay

    Hi Vijay,
    I’m afraid you must do it using javascript key listener. You can’t use action() on template based buttons because they are actually not HTML buttons but images with hyperlink.
    Key listener checks which key has been pressed down and invoke some JS function. For example, write this code in page header:
    <script>
    document.onkeydown=keyCheck;
    function keyCheck(e){
         var KeyId = (window.event) ? event.keyCode : e.keyCode;
         switch(KeyId){         
              case 113:
                   doSubmit('SAVE');
                   break;                    
              case 118:
                   alert('Hello');
                   break;
    </script>
    This script will submit page with request 'SAVE' if you press F2 or will show alert message if you press F7. Modify it to your issue.
    Regards,
    Przemek

  • ABAP workbench shortcut key :: T-code input

    Does anyone know the shortcut key for Transaction code input field?
    I mean something like "Alt+D" for IE browser.

    hi David,
                please check the following inf. this could be helpful for the question u have asked.
    You can use an input field to enter and edit text. It consists of a field name and the field data.
    Use
    When the input field has the focus [External], you can enter text and numerical data using the keyboard.
    Access
    Sequential element navigation works for input fields, which means you can move the focus [External] forwards to an input field using [Tab] or backwards using [Shift]+[Tab]. You may need to press [F2] to start the text editing process. If an underlying function exists, you can start it by pressing [F2] – this corresponds to a double click with the left mouse button.
    Help Functions
    When the input field has the focus [External], you can call up the help documentation for this field by choosing [F1]. If the input field has a tool tip, you can call it up by choosing [Ctrl][q]. You can open the context menu of the focused input field by choosing the [ContextMenu] key or [Shift][F10]. In more complex applications, the F4 help opens up a dialog box and provides selection options. If there is an F4 help, this is indicated by a small icon to the right
    Keyboard Usage for Interface Elements in SAP GUI for Windows NetWeaver'04 13
    SAP Online Help 10.07.2006
    of the input field, which appears as soon as the focus moves to the field. To call up a history list and choose one of your previous entries, choose [Backspace] when the text cursor is at the first position in the field.
    The system only displays tool tips and history lists if the settings under Options allow this. To call up the options dialog box, choose [Alt]+[F12] and the appropriate character key.
    Internal Navigation
    You can move the text cursor between characters using the right and left arrow keys within the input fields. Use [Ctrl][Left] or [Ctrl][Right] to go to the next or previous word. Use the keys [Home] and [End] to position the cursor before the first or after the last word or character in the field.
    Select
    To select characters in an input field, you can use [Shift] with the right and left arrow keys. To select the word before or after the text cursor, choose [Ctrl]+[Shift] with the left or right arrow key.
    Manipulation
    You can use the clipboard to copy or cut selected characters. Choose [Ctrl][c] or [Ctrl][x] to do this. You can paste them elsewhere by choosing [Ctrl][v]. You can undo your last action by pressing [Ctrl][z]. When editing text, you can use the [Delete] key to delete the character to the right of the cursor and the [Backspace] key to delete the character to the left of the cursor.
    When entering data, you can toggle between the insert mode and the overwrite mode by pressing the [Insert] key. When you are in the insert mode, any data to the right of the cursor moves to the right when you type. The insert mode is the default mode in the standard system. In the overwrite mode you overtype any data to the right of the cursor.
    Exit
    To finish editing, choose [Tab] or [Enter] to leave the input field and accept the changes made. To finish editing and undo the changes made, choose [Escape].
    reward with points if helpful.

  • HT201181 hi, in apple MacBook Air 11.6" what is the shortcut key for print screen

    hi, in apple MacBook Air 11.6" what is the shortcut key for print screen

    To capture the entire screen to an image, use the key combination ⌘ shift 3.
    To capture a selection rectangle, ⌘ shift 4.
    To capture the frontmost window, ⌘ shift 4 and then press the space bar.
    The screen grab will appear on your Desktop. Open it in Preview or your favourite image editing software, and print in the usual manner.

  • How do i set Shortcut key for activating some operation for JButton

    while using the JButton component,one question is arising in my mind that is
    (1)how to set Shortcut key instead of using JButton actionPerformed event.
    I need a shortcut key for the similar operation has to be performed

    http://java.sun.com/docs/books/tutorial/uiswing/components/button.html

  • Robohelp Shortcut keys for styles

    RH8 HTML
    Just wondering if theres a way to set shortcut keys for styles, similar to how you can do it in MS Word.
    Just makes formatting etc so much faster, instead of having to use the mouse and click around.
    I see I can set shortcuts to do other RH functions, like create new topics etc....but nothing for text formatting.
    Thanks, Nick.

    Hi Nick
    RoboHelp has always offered the following:
    Ctrl+Alt+1 Applies Heading 1
    Ctrl+Alt+2 Applies Heading 2
    Ctrl+Alt+3 Applies Heading 3
    Ctrl+Shift+N Applies Normal
    Aside from that, perhaps use something like Macro Express to create a macro you could use.
    http://www.macros.com
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Non numeric keyboard - I need the shortcut keys for Google Earth

    I need the shortcut keys for Google Earth - like Page Up, Page Down etc, but the new Apple wireless keyboard hasn't got the numeric keypad.
    Are there alternative shortcut keys for Page Up/Down? Or can I programme any of the Function keys to do that instead?

    You can create custom shortcuts pretty easily. Here is an article that explains how to do it:
    http://www.handpickedsoftware.com/tiger-tip-creating-custom-keyboard-shortcuts

  • Is There a Shortcut Key for Change/Find ?

    Hello and thanks in advance,
    Using the InDesign CS-5  Find/Change feature, I am always using  the Change/Find button.
    *** Is there a way to create a shortcut key for this option, Change/Find ? ***
    Since I use it so often, it would be good if it could be one of the "F" keys:  F1, F2 or whatever.
    I looked under "Edit --> Keyboard Shortcuts" ... but I could not find the option Change/Find there.  Did I miss it ?
    Thanks again,
    Zorba

    Here is what I have now done, based on the suggestions above:
    http://i150.photobucket.com/albums/s90/robinwhitman/tech_support/id-edit-keyboard-shortcut s.jpg
    As you can see from the screen shot above,
    I have opened up the Keyboard Shortcuts Menu,
    Product Area:   Text and Tables
    In the Commands window I have selected:
    =====================
    Grep Replace wth Change to text and Find next
    ==============
    Now at this point, suppose I want to make the shortcut to activate this, the F4 key.
    I click to put the cursor into the cursor into the box that says, New Shortcut
    and then if I press "F4", it seems to be already taken by the Snow Leopard OS ... on my screen appears the Weather, calculator, calendar and clock.
    So I cannot assign the key and create the shortcut.
    Am I close to the goal here, or am I on the wrong track ?
    Thanks ... Zorba

  • Shortcut key for quick rewind to the start of a song?

    I feel a bit stupid... But I cant find the shortcut key for a quick rewind to the start of a song?, I feel a bit stupid... But I cant find the shortcut key for a quick rewind to the start of a song?

    If you type "begin" into the search of keycommands you'll find it.  You can also enable a button in the control bar area.

  • Shortcut key for Firefox icon won't start multiple sessions

    If is set up a shortcut key for the desktop icon to start firefox, it can start one but not multiple windows/sessions of firefox. I want it to start a new firefox window, just like I can with IE, even if firefox is already running. How can I fix this?

    Dear Q,
    Many thanks for your help!
    Didn't work straight up for a couple of times.
    Firefox(3.6.8) just wouldn't start,but did allow me to uninstall it.
    Which I did, removing all personal data. (second time)
    I then installed older version (3.6) , and is up and running again.
    Once again , many thanks , for your time and effort to help.
    journeyman.

  • Disable shortcut keys for Universal Access

    At our school we have a bit of an issue with students using keyboard shortcuts to set the Universal Access options (usually to Black on White, but also Zoom and VoiceOver), which freaks out the next student using the computer. I'd like to disable the shortcut keys for those settings. Are there ARD Unix commands that would do it?

    Hello Francois,
    Thank you for your fast reply!
    I tried your recommendation, but got the following result:
    When I have a label of "& OK" with the blank symbol as ALT-255, the Button in the Alert Box still has the focus. It seems as if there now is a blank in front of the OK (which is underlined). This does not really solve my issue, because the Button still has the focus and that should not be. The best solution for the user would be if he only could accept the message with a mouse klick.
    Is there an other suggestion?
    Thank you so much!

  • C6-00: Shortcut keys for Back/Option in Qwerty Key...

    hello.
    what are shortcut keys for Back / Option softkeys in Qwerty keyboard?
    i need these shortcuts very much.
    thanks.

    Hi,
    This is Sunil.
    I am need of shortcut keys for my nokia c6-00. Since my touch sensors are not working properly. I was hard sometimes and sometimes it will not work..
    Plz.... let me know the shorts or I feel nokia will provide a new update in software to have shortcut keys in qwerty keypad

  • Debugger shortcut keys for Safari 5

    What are the shortcut keys for the following operations of the JavaScript debugger:
    - Step over,
    - Step into,
    - Step out,
    - Pause/Resume

    http://superuser.com/questions/168747/debugger-shortcut-keys-for-safari-5

  • How do you change the shortcut keys for Firefox in Welsh For Mac?

    I'm using Firefox in Welsh on Mac (asking in English to hopefully get more answers), and every time I try to do the shortcut for copy (cmd+C), it hides the window (since Hide in Welsh is Cuddio, the shorcut for that is now Cmd+C). I usually forget this, and proceed with using the shortcut for copy only to anger myself when I realise that I've hidden the window.
    My question is, how do you change the shortcut keys on Firefox so then I can change the Hide shortcut and give Copy the cmd+C shortcut? I'm also using OpenOffice.org in Welsh, and they are using cmd+C for copy and cmd+H for Hide.
    Is there any way that I could do this myself? Its rather annoying for me, and its rather weird to use Cmd+X for Cutting text instead of copying.
    Thanks.

    This could be worth a bug. It shouldn't happen that some shortcut keys get (re)used for other actions and Cmd + C should be considered as one of them.
    You can try to make the change in this file: cy.jar/locale/browser/baseMenuOverlay.dtd
    <pre><nowiki><!ENTITY hideThisAppCmdMac.label "Cuddio &brandShortName;">
    <!ENTITY hideThisAppCmdMac.commandkey "C"></nowiki></pre>
    English language pack: en-GB.jar/locale/browser/baseMenuOverlay.dtd
    <pre><nowiki><!ENTITY hideThisAppCmdMac.label "Hide &brandShortName;">
    <!ENTITY hideThisAppCmdMac.commandkey "H"></nowiki></pre>
    You can find the file cy.jar in the chrome folder in the Firefox application folder.<br />
    The file cy.jar is a ZIP archive, so you need a program that can open such an archive and edit the file baseMenuOverlay.dtd.
    I'm not on a Mac, so can't do any testing in this matter. I just downloaded the Welsh (cy.xpi) language pack for Mac and had a look in it.

  • What are the shortcut keys for new tab page?

    It looks like the new tab page (Firefox 13, with the
    screenshots of your popular pages in it) is a mouse-only
    feature.
    Is this correct? What are the shortcut keys to access
    the links on the page?
    thanks,
    Patrick

    Hi,
    As of now there aren't (most likely) keyboard shortcuts. Please also see [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites this] for working with the new tab page.

Maybe you are looking for

  • Limitation on the data stored in community preferences

    Is there a limitation on the amount of data stored in community preferences? Thanks Sampath

  • Profit Center in Vendor Line Item

    Hi We have implemented SAP ECC6 - EHP4 and activated Document spliting and Profit Center field is mandatory. Now we need to debit a Vendor and Credit another vendor ( new line item), when we try to post the document we are getting error "balance in p

  • [SOLVED] I got a problem with importing libboost

    When I compile graph-tool from AUR, there are no error messages. But When I want to start it, I get the following: ImportError: libboost_thread.so.1.54.0: cannot open shared object file: No such file or directory When I look into my lib folder, I rea

  • FaceTime with LED

    Hello! Is it good idea to use infrared LED with front camera in new iPhone for illuminating me (for example) when I am talking with someone by FaceTime at night? Thanks and sorry for my bad English.

  • Drag and Drop - Java -- other application

    Hi, I'm writing an application, which requires to transfer the content of textfields through Drag and Drop to any other application. Basically this works, but in combination with some applications, e.g. Mozilla, it happens, that the DragSourceListene