Can the editor use spaces instead of tabs 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.

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.

Similar Messages

  • 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.

  • Can we use EDID4 instead of EDIDD for generating IDOC

    Hi Abap-Experts,
                           My question is can we use EDID4 instead of EDIDD for generating IDOC. I have declared internal table for idoc data using EDIDD...but can i use instead EDID4 for the same as well as in FM('MASTER_IDOC_DISTRIBUTE'). I have tried to use but it was giving me runtime error
       DATA : ls_edidd  TYPE edidd .
      DATA : it_edidd TYPE TABLE OF edidd .
    LOOP AT it_cust INTO wa_cust .
        lv_segnum = lv_segnum + 1 .
        ls_edidd-segnum = lv_segnum .
        ls_edidd-segnam = 'Z1ZZ_CUST' .
        ls_edidd-hlevel = '1' .
        ls_edidd-sdata = wa_cust .
    CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'
        EXPORTING
          master_idoc_control                  = ls_edidc
      OBJ_TYPE                             = ''
      CHNUM                                = ''
        TABLES
          communication_idoc_control           = it_edidc
          master_idoc_data                     = it_edidd
    Thanks in advance,

    Hi Alexander,
             I am not getting any error when i try EDIDD for generating IDOC..but if i try EDID4........it does give me error message.
               so please tell me what is the solution for this.

  • Can the SAP uses the pictures which located on SAP server itself?

    Hi all,
    Please help me to figure out the solution.
    Can i use the picture which located on a shared place? The pictures are already existing and used by other software, e.g., Peoplesoft. then i want to attach the pictures on report output (SapScriupt/Smartform). In this case, can i use those pictures directly from other places/servers? I mean, can the SAP uses the pictures which not upload to SAP server? if yes, what criteria the pictures are e.g., tiff, jpeg, or size.
    Thanks in advance,
    Peerasit

    Use the following FM's to do the Upload of Pictures from the Server to your SAP System
    1) SAPSCRIPT_IMPORT_GRAPHIC - this will import graphic as a Text
    2) SAPSCRIPT_IMPORT_GRAPHIC_BDS - this will import graphic as a BDS element and can be viewable in SE78.
    Hope That Helps
    Anirban M.

  • MacBook, USB wireless antenna, and tethered iPhone 4: Can the iPhone use the antenna?

    I have a late 2008 MacBook, a USB wireless antenna (Etekcity High Power 802.11 B/N/G 300M USB Wireless 1000mw Wifi Network Adapter with Dual Antenna), and a USB-tethered iPhone 4. My cell signal is often very poor, and when it is, trying to use the Internet on my iPhone is an exercise in futility.
    Can the iPhone use the wireless antenna as an external antenna by, in effect, using the MB as a pass-through device or signal booster? I'd have the iPhone at one end of the chain, connected to the MB via USB, the MB in the middle, and the external antenna on the other end, also via USB.
    Is there an app for that? Or are we talking about sending/receiving completely different signals?

    Max, I just got the etekcity usb antenna thing and I can't find the mac adapter.  Can you tell me which driver you're using?  (the cd that comes with it doesn't seem to work).
    Thanks!

  • Can the charger used in the US be used in Italy?

    Can the charger used in the US also be used in Italy?

    Yes if an Apple genuine charger ,you just need a pin converter for plug to fit European sockets
    Apple Chargers are 100-240 v 50/60hz ie world wide

  • IPAD AIR - Lost and Stolen. Can the thief use my locked device?

    MY iPad Air was lost/stolen while crossing the border between Hong Kong and Lowu (Shenzhen).
    The device is locked. Under the support/my devices it shows that my iPad is registered with Apple and I do have the serial number for the device handy.
    I tried to use "FIND MY IPHONE" and the device does not show up. It is possible I did not activate that function although this is unlikely.
    Can the thief use my device by erasing all the data? Can Apple trace the device and if so, who do I report it to at Apple ?
    Please help.

    Thanks for your reply.
    I also read somewhere that in the event I use the remote function via iCloud to delete the contents of the iPad, the thief could then use it. I have no intention of doing this.
    I have just secured myself for now and changed all my passwords including the Apple user ID one.
    I guess my best bet would be to report and register the number to the local authorities in case it gets returned / shows up by some good samaritan ?

  • Can windows xp use a different sound card for itunes - I want to use a sound card for itunes and another for all other apps

    Can Windows XP use a different sound card for itunes - I want to use a sound card for itunes and another for all ther apps

    To the best of my knowledge, Windows is not capable of setting a specific sound card based on the app being used, it's all or nothing.
    Try a google search or search the Microsoft site.

  • Why can't I use my Apple gift card for app purchases?

    Why can't I use my Apple gift card for app purchases? The Apple store sells iTunes gift cards, but I can't buy one with the remaining balance on my gift card.... Why won't you let me buy what I want to buy?
    Terrible policy.....

    No idea.
    Have you tried?
    What happened?
    Have you called and asked?

  • Advantages of using J1IS instead of J1IIN for excise invoice during stock t

    Hi,
    what are the advantages of using J1IS instead of J1IIN for excise invoice during stock transfer order....using delivery.
    Please clarify clearly.
    Regards,
    Dharani

    Hi all,
    Any Suggestions for my query.
    Regards,
    Dharani

  • [svn:fx-trunk] 7687: Forgot to have WindowedSystemManager use instance instead of static for mixins .

    Revision: 7687
    Author:   [email protected]
    Date:     2009-06-09 13:41:18 -0700 (Tue, 09 Jun 2009)
    Log Message:
    Forgot to have WindowedSystemManager use instance instead of static for mixins.  (regular SystemManager was changed to use instance instead of static before checkin)
    Also fix porting error in MarshallPlan.as
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21461
    Reviewer: darrell
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/MarshallPlan.a s

    Hi Chris,
    I tried removing and adding back the dialpeer 101 and adding .T to 501 but still the same result. Please help.
    Please see the following:
    SEC-HO-VGATEWAY01#show dial-peer voice summ        
    dial-peer hunt 1
                 AD                                    PRE PASS                OUT
    TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT    KEEPALIVE
    501    voip  up   up                                0  syst                    
    1001   voip  up   up             5...               1  syst ipv4:10.13.14.21   
    1002   voip  up   up             1...$              1  syst ipv4:10.13.14.21   
    103    voip  up   up             911$               1  syst dns:toronto2.voip.ms
    102    voip  up   up             1[2-9]..[2-9]...-  1  syst dns:toronto2.voip.ms
                                     ...$
    101    voip  up   up             [2-9]..[2-9]....-  1  syst dns:toronto2.voip.ms
                                     ..$
    SEC-HO-VGATEWAY01#show run | sec dial-peer voice 501
    dial-peer voice 501 voip
    incoming called-number .T
    voice-class sip bind control source-interface Loopback0
    voice-class sip bind media source-interface Loopback0
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad

  • I cannot use a website I need to use, with Firefox 5.0. So, I need to uninstall and go back to 3.5 or 3.6. Please advise. Also, my control panel locks up since Windows Explorer has pbms. Which is why I am using Firefox instead. Thanks for any help!

    I cannot use a website I need to use, with Firefox 5.0. So, I need to uninstall and go back to 3.5 or 3.6. Please advise. Also, my control panel locks up since Windows Explorer has pbms. Which is why I am using Firefox instead. Thanks for any help!

    ''I figured it was going to be FAFSA causing your problem.''
    Install Portable Firefox 3.6.x to your hard drive for that one website. It won't affect your current Firefox installation at all. <br />
    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • My htc-phone provides internet facility through cable/blue-tooth to my windows notebook. It does not have a wifi or hotspot facility.  Can the same internet through blue-tooth work for ipad2.

    My htc-phone provides internet facility through cable/blue-tooth to my windows notebook. My htc-phone does not have a wifi or hotspot facility.  Can the same internet through blue-tooth work for ipad2?

    No, the bluetooth profile in the iPad does not provide that
    capacity. Can your netbook be a wifi transmitter? If yes,
    you can connect to the internet via htc-phone and pass
    the connection to the netbook which will connect via wifi
    to iPad. I am not familiar with the hardware in netbooks nor
    the capabilities of Windows, so what I am suggesting looks
    good in theory but the reality may not allow it. Still worth
    checking into.

  • HT1296 My Iphone 5, IOS 7.0.4 won't sync calendars to my Macbook Pro IOS 10.9.1. I can sync calendars from the MB to the phone but not from the phone to the Mac. There is no tab for the calendar in Itunes now so I don't know how else to do this.

    I have a Macbook Pro running Mavericks 10.9.1 and an Iphone 5S on IOS 7.0.4 and I can't sync my calendar from the phone to the Macbook.
    It works the other way, Macbook to Iphone.
    There used to be a tab under Itunes that allowed you to select to sync things like calendar, notes etc. but this is no longer there, can anyone help?

    Soundman562 wrote:
    There used to be a tab under Itunes that allowed you to select to sync things like calendar, notes etc. but this is no longer there, can anyone help?
    This was removed in 10.9.  You may have better luck getting assistance in the relevant Mac forum.

  • How can I effectively use "Spaces?"

    I am going to try this again and see if anyone has any suggestions: Is there any way of disassociating an application's ownership of a "Space" in Spaces?
    I want to be able to have, say, different open documents belonging to, say, Word, or Excel, in different Spaces for different projects. The trouble is if I open an application is a space, that space appears to now "own" that application. If I open a document using that application in, say, Space 1, and I then move that window to Space 2 for example, I have a problem!
    So I am using Space 2 for Project A and all documents for Project A are in Space 2. Also, in Space 3 I have all the windows for Project B. It is often the case that Word, which I opened in Space 1, now has document windows in Space 1, 2 and 3.
    Let us say that in Space 2 I also have a database application open and I do something in its window, when I click on the Word document window - swoosh - I am back in Space 1, where I opened Word in the first place. To get back to my project I must move back to Space 2 where I find the document window is focused and I can work in it. However if I go back to the other window in Space 2, the database window, and then again click on the Word document window - swoosh again - back in Space 1.
    Extremely irritating, and makes Spaces unusable.
    Any help? I do NOT want any Space to "own" any application. An application is common to ALL spaces, no ownership. In fact, and application is just a system resource like a printer or the clock.
    Thanks - Lawrence

    Yes, if I do not change apps in the interim I can move from document 1 in Space 1 to document 2 in Space 2 and they are both editable instantly. But now if I go to the document 2 in Space 2 and, while in Space 2 I use a window from some other application, like for example I look at some entry in an Excel spreadsheet, then click back on my document 2 - swoosh, I am moved back to Space 1.
    In other words, as an app "owns" a space, if I am to switch back and forth between documents (windows) in the same app, they must all be in the same Space else I am moved back to the Space where I first opened the app.
    To me, this is entirely illogical! Why must a Space "own" an application? I should be able to access and use any window from any app in any Space, and stay in that Space until "I" decide to move.
    For example I have my usual apps (Mail, Address Book, Calendar, Adium, etc.) in Space 1. Space 2 contains some log files. Space 3 is a project I am working on. All 3 Spaces have Word documents in them. This does not work, yet it seems an entirely reasonable way to work.
    I do not understand it.
    Thanks for your help.
    Lawrence

Maybe you are looking for

  • Mac OS Not Booting ; Mac Partition not showing

    I Bought a 13 inch Macbook Pro (Mid 2012) from United States and currently using it in India. I Installed Win8 using Bootcamp and it was working fine for 2 days. Suddenly One day command key stopped working. Now it directly boots into windows without

  • Error Message when trying to sign into account

    So I just got some itunes giftcards for xmas and when I go onto the itunes store and try to log into my account and message comes up that has a red "x" and it says "We could not complete your itunes store request. An unknown error has occured(-9812).

  • LiveCycle Designer ES Rights Management

    Hi I am new to LiveCycle Designer ES (included in my copy of Acrobat 9 Pro) and am still trying to figure out if I can utilize the rights management server features (or if I would need to based on available features). While I suspect that this would

  • Duplicate Apps

    In my launchpad it shows that i have two of every standard app that comes the mac. Do I just delete one of each? Or what should I do to get rid of them.

  • ACS-1120 version 5.2

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin: