Thread: How to remove text/format leaders VS 2005

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    610

    How to remove text/format leaders VS 2005

    By mistake i pressed something on my keyboard now i have tab/spaces showing dots and arrows before my code... Can't remove them anymore.. I think they are called leaders or something! Please help cause they look irritative

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I don't know where the menu item is, but it's "show invisible characters", so you see the spaces and tabs in your code, rather than them all looking like blanks.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    610
    Quote Originally Posted by matsp View Post
    I don't know where the menu item is, but it's "show invisible characters", so you see the spaces and tabs in your code, rather than them all looking like blanks.

    --
    Mats
    Gave up on this!!! Can't locate option to disable this...

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    Registered User
    Join Date
    Apr 2008
    Posts
    610
    CNTR+R and CNTR+W seems longer... found CNTRL+SHIFT+8, which is how i incidentally got them anyway...

    Thnx Elysia

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Running remove() gets permission denied error...
    By edomingox in forum C Programming
    Replies: 4
    Last Post: 01-11-2009, 12:55 PM
  2. If you must port to .NET 2005, read this thread.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-22-2007, 06:51 AM
  3. Warning to all those wishing to port to .NET 2005
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 05-07-2006, 09:29 PM
  4. Really basic string operation
    By bobthebullet990 in forum C Programming
    Replies: 6
    Last Post: 11-28-2005, 05:18 PM