Thread: linux C++ IDE with this particular feature:

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    106

    linux C++ IDE with this particular feature:

    I'm looking for a C/C++ linux IDE or editor that lets you change text and background colors. The default white background hurts my eyes and I would like to change it to black. Also I would like a very minimalistic one. Such as is ConTEXT for windows.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by elninio View Post
    I'm looking for a C/C++ linux IDE or editor that lets you change text and background colors. The default white background hurts my eyes and I would like to change it to black. Also I would like a very minimalistic one. Such as is ConTEXT for windows.
    There is no "minimalist" IDE -- I think the very concept of an IDE goes against minimalism. Are you looking for an integrated environment to edit code, search code, compile, debug, and run programs? Or are you just looking for an editor?

  3. #3
    ---
    Join Date
    May 2004
    Posts
    1,379
    emacs as an editor can be as minimalistic or advanced as you like.
    Or you could just use vim in a terminal emulator. A nice black screen shouldn't hurt your precious eyes too much

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    The default white background hurts my eyes
    Reduce the screen brightness
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    Registered User
    Join Date
    Apr 2006
    Posts
    2,149
    Quote Originally Posted by laserlight View Post
    Reduce the screen brightness
    QFT.

    Also if you can, increase the monitor refresh rate.
    It is too clear and so it is hard to see.
    A dunce once searched for fire with a lighted lantern.
    Had he known what fire was,
    He could have cooked his rice much sooner.

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by King Mir View Post
    Also if you can, increase the monitor refresh rate.
    Provided that it is a CRT, that is. LCD does not suffer from this problem.
    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.

  7. #7
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    kwrite has it (provided you don't mind X11).

  8. #8
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I'm pretty sure you can change the text and background colour in (x)emacs, although you'd have to look up how that's done. It also allows you to compile and you can jump to error lines from the compile output, as well as running the debugger (gdb) in there if you like.

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

  9. #9
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    kwrite has it (provided you don't mind X11).
    kate is much nicer than kwrite IMO. And KDevelop is best of all!
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  10. #10
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    well kate, kwrite, KDevelop all use (embed) the same editor.

  11. #11
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Yes, and kedit, too, to a lesser degree. (I think, anyway.) You don't have syntax highlighting with kedit.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. good ide for linux ( mandriva linux )
    By abhijeetnayak in forum Linux Programming
    Replies: 3
    Last Post: 05-28-2006, 05:49 AM
  2. can you recommend a Nice Linux IDE?
    By borko-b in forum Linux Programming
    Replies: 11
    Last Post: 04-19-2006, 09:04 AM
  3. Linux Linux why Linux??
    By afreedboy in forum Tech Board
    Replies: 146
    Last Post: 01-21-2004, 06:27 PM
  4. Plz tell me an IDE for C++ in Linux
    By thecrazycoerian in forum Linux Programming
    Replies: 5
    Last Post: 01-12-2004, 01:26 AM
  5. Linux programming IDE similar to MS Visual C++
    By cbassett01 in forum Linux Programming
    Replies: 4
    Last Post: 04-28-2002, 12:05 PM