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. Which font do you use for your source code editor?

Which font do you use for your source code editor?

Scheduled Pinned Locked Moved The Lounge
51 Posts 43 Posters 3 Views 1 Watching
  • 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.
  • C code_discuss

    I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

    D Offline
    D Offline
    dlacuran
    wrote on last edited by
    #40

    I use Dina size 8.

    1 Reply Last reply
    0
    • C code_discuss

      I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

      J Offline
      J Offline
      Jasmine2501
      wrote on last edited by
      #41

      I didn't like that either and I changed mine back to Fixedsys. I use a black background too. I have kinda bad eye strain if I don't. You will too if you don't lose that crazy white background soon. A monitor is not like a piece of paper, there's no reason why it should look like one. It has always bugged me that the results pane in Query Analyser and in the new SQL Management studio, is a fixed color.

      "Quality Software since 1983!"
      http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

      1 Reply Last reply
      0
      • P Pawel Krakowiak

        Not exactly font-related, but... I also use the defaults, I only made strings in code highlight to red on yellow bkg. I remember one guy, with which I worked, who was a hard/black/death metal fan and used to have Delphi IDE to his likeness - all black with white fonts. It was very weird to look at. ;)

        J Offline
        J Offline
        Jasmine2501
        wrote on last edited by
        #42

        DarkStarPL wrote:

        It was very weird to look at.

        No, it was better for the eyes. Old skool monitors were always with a black background, and the text would be green, amber, or white. The white background was invented to make the word processor look more like a printed page. The harm it would do to everyone's eyes was not considered. I know that if I spend all day reading things on web sites or working with programs that have white backgrounds, that I will not be able to see very well anymore and you do not want to be on the road with me on the way home. What I would like is something that basically reverses white and black on my applications... all of them. There used to be an "inverse" setting on some monitors, but this one doesn't have that. If anyone knows of some kind of system tool I can install, which will turn things essentially negative, I would love that.

        "Quality Software since 1983!"
        http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

        1 Reply Last reply
        0
        • P PIEBALDconsult

          Not sure, I think there was something like that I turned on recently and didn't like, so turned it back off. Where do I look? (I have 17" LCD at office, 17" CRT at home and I prefer to use the same setup on both.)

          D Offline
          D Offline
          David Stone
          wrote on last edited by
          #43

          Ah. Well the CRT is going to be a problem. ClearType looks like crap on CRTs. Anyway, you can turn it on by following these instructions[^].

          1 Reply Last reply
          0
          • C code_discuss

            I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

            N Offline
            N Offline
            Noel Paricollo 2
            wrote on last edited by
            #44

            I use Lucida Console. Why don't you try it? :)

            1 Reply Last reply
            0
            • C code_discuss

              I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

              D Offline
              D Offline
              Donald S Wyman
              wrote on last edited by
              #45

              Has anyone tried "Bitstream Vera Sans Serif Mono" font. I find this font to be very usable and is available in italics, bold, and bold italics.

              1 Reply Last reply
              0
              • C code_discuss

                I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

                S Offline
                S Offline
                SouthRoss
                wrote on last edited by
                #46

                Raize font. 10 or 12 pt (big, but I'm on a dual screen system...) Heard about this font at a borland conference once. Didn't like the default font in delphi and thought I'd try it http://www.raize.com/DevTools/Tools/RzFont.asp[^]

                1 Reply Last reply
                0
                • C code_discuss

                  I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

                  T Offline
                  T Offline
                  Tim Yen
                  wrote on last edited by
                  #47

                  courier new size 13 I hate small text

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    Consolas, 8pt or 9pt, depending on the resolution and monitor size. Marc

                    Thyme In The Country
                    Interacx

                    People are just notoriously impossible. --DavidCrow
                    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                    S Offline
                    S Offline
                    Sarath C
                    wrote on last edited by
                    #48

                    Consolas 9 pt is really straining my eyes in 1600x1200 resolution :(

                    -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

                    My blog - Sharing My Thoughts, An Article - Understanding Statepattern

                    1 Reply Last reply
                    0
                    • T TrickyPhilbert

                      I use WingDings - it makes coding kinda interesting ;)

                      J Offline
                      J Offline
                      JMOdom
                      wrote on last edited by
                      #49

                      :-D Oh Brother. I bet it just does. :laugh:

                      1 Reply Last reply
                      0
                      • C code_discuss

                        I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

                        X Offline
                        X Offline
                        xiaoyifang
                        wrote on last edited by
                        #50

                        codediscuss.com wrote:

                        is fixedsys

                        you can still use fixedsys in vs2005 tool->option ->font

                        1 Reply Last reply
                        0
                        • C code_discuss

                          I'm a fan of VC6 and I get used to the default font in the source code editor, which is fixedsys, size 12. But now I'm trying to use VS2005, I'm very uncomfortable about the new font and I always feel interrupted when coding just because of the font. (and also the speed.) So what's your choice?

                          D Offline
                          D Offline
                          db_cooper1950
                          wrote on last edited by
                          #51

                          I am using David 11pt on a Flat Panel LCD w/res of 1280 x 1024. And yes I do have clear type turned on. It is easy on my eyes and looks good.

                          DB_Cooper1950 Either enjoy life, Or Hate Life, Just quit SITTING ON THE FENCE!

                          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

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups