Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. wanted: the ultimate font...

wanted: the ultimate font...

Scheduled Pinned Locked Moved The Lounge
9 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    hi folks, (maybe this is stuff for a new poll) I just want to know, what font do you use in your IDE. Staring 10 or more hours a day at a boringly courier new font doesn't satisfy me any longer ;-) Yes, I already tried that nice Verdana font, but hey, all my comments (...not so much, you know :-D) lost their formatting! Does anyone have the ultimate font for a programmers burned eyes? cYa, JayKay

    M M 2 Replies Last reply
    0
    • L Lost User

      hi folks, (maybe this is stuff for a new poll) I just want to know, what font do you use in your IDE. Staring 10 or more hours a day at a boringly courier new font doesn't satisfy me any longer ;-) Yes, I already tried that nice Verdana font, but hey, all my comments (...not so much, you know :-D) lost their formatting! Does anyone have the ultimate font for a programmers burned eyes? cYa, JayKay

      M Offline
      M Offline
      Martin Relstic
      wrote on last edited by
      #2

      Hi - Try "Tahoma", mac users don't have it so make sure to account for that on websites. It's great for documents or IDEs though. --Marty

      1 Reply Last reply
      0
      • L Lost User

        hi folks, (maybe this is stuff for a new poll) I just want to know, what font do you use in your IDE. Staring 10 or more hours a day at a boringly courier new font doesn't satisfy me any longer ;-) Yes, I already tried that nice Verdana font, but hey, all my comments (...not so much, you know :-D) lost their formatting! Does anyone have the ultimate font for a programmers burned eyes? cYa, JayKay

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        Try changing the source window colors to white text on black. I use that (along with other color tweaks, like comments in light green instead of green, so they're easier to read on the back bkgnd) and it's way easier on my eyes. Tahoma's nice if you're reading, but you really have to use a fixed-width font for coding. --Mike-- http://home.inreach.com/mdunn/

        U C 2 Replies Last reply
        0
        • M Michael Dunn

          Try changing the source window colors to white text on black. I use that (along with other color tweaks, like comments in light green instead of green, so they're easier to read on the back bkgnd) and it's way easier on my eyes. Tahoma's nice if you're reading, but you really have to use a fixed-width font for coding. --Mike-- http://home.inreach.com/mdunn/

          U Offline
          U Offline
          Uwe Keim
          wrote on last edited by
          #4

          Only someone living in sunny California can use such morbid colors :-) Uwe Keim http://www.zeta-software.de

          M 1 Reply Last reply
          0
          • M Michael Dunn

            Try changing the source window colors to white text on black. I use that (along with other color tweaks, like comments in light green instead of green, so they're easier to read on the back bkgnd) and it's way easier on my eyes. Tahoma's nice if you're reading, but you really have to use a fixed-width font for coding. --Mike-- http://home.inreach.com/mdunn/

            C Offline
            C Offline
            Chris Maunder
            wrote on last edited by
            #5

            I'm not keen on black backgrounds - esp when people do eye wrenching things like place yellow or red text on it. BUT - I guess some of us grew up with green text on a black background. Even so, and veering off topic - I do like to have my editors (VI, VC++) set to black text on a grey background. Seems to be easier on the eyes, esp late at night. cheers, Chris Maunder

            L 1 Reply Last reply
            0
            • C Chris Maunder

              I'm not keen on black backgrounds - esp when people do eye wrenching things like place yellow or red text on it. BUT - I guess some of us grew up with green text on a black background. Even so, and veering off topic - I do like to have my editors (VI, VC++) set to black text on a grey background. Seems to be easier on the eyes, esp late at night. cheers, Chris Maunder

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Why do people use vi? Its like trying to swim the English channel with no legs. Especially when better, multi window editors (even ones that have horrible vi modes in them - used to work with a guy that used Emacs, but crippled it by running it in vi mode.) are available? Stephen Kellett

              C 1 Reply Last reply
              0
              • L Lost User

                Why do people use vi? Its like trying to swim the English channel with no legs. Especially when better, multi window editors (even ones that have horrible vi modes in them - used to work with a guy that used Emacs, but crippled it by running it in vi mode.) are available? Stephen Kellett

                C Offline
                C Offline
                Chris Losinger
                wrote on last edited by
                #7

                :Why do people use vi? because i spent 5 years in college using it, so my fingers know it. here's a little contest: quick, how do you sort all of the lines in a file in DevStudio's editor? (A: you don't). in VI? ":%!sort". remove duplicate lines from the result of the above sort? (DevStudio is still stuck on that one, remember) in VI? ":%!uniq". VI wins this contest. -c

                L 1 Reply Last reply
                0
                • U Uwe Keim

                  Only someone living in sunny California can use such morbid colors :-) Uwe Keim http://www.zeta-software.de

                  M Offline
                  M Offline
                  Michael Dunn
                  wrote on last edited by
                  #8

                  And it also never drops below ~55 degrees F (~13 C for you metric fellows) here, even in the middle of winter. :-P --Mike-- http://home.inreach.com/mdunn/

                  1 Reply Last reply
                  0
                  • C Chris Losinger

                    :Why do people use vi? because i spent 5 years in college using it, so my fingers know it. here's a little contest: quick, how do you sort all of the lines in a file in DevStudio's editor? (A: you don't). in VI? ":%!sort". remove duplicate lines from the result of the above sort? (DevStudio is still stuck on that one, remember) in VI? ":%!uniq". VI wins this contest. -c

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    gosh! Write a few thousand lines of code, sort them, save them to disk and flush the undo buffer... ;-) cYa, JayKay

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups