Thread: Editing program

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    6

    Question Editing program

    I telnet to my school computers in order to work on my programs. On campus they use linux and when i work on my code it is in color. They have this editor program, that has mouse capibilities. I current use telnet and/or SSH shell, i was wondering if there was anything eles that at least puts my code in color while i work on it. It makes it a lot easier to use. Thanks

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    I believe the Borland Compiler works in color coded ways. Not sure which version might be all. Check it out.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    6
    Well, i have my code saved on my school account. I need to telnet into my account, but i want to be able to see color when i'm sitting at home working on my program. I can use vim through telnet, but it's not in color. Any suggestions?

  4. #4
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    vim has color, you have to type this:

    Code:
    :syntax enable
    in the command entry thingy (ie NOT in insert mode)

    If you are running PuTTY or some other windows app to telnet thats about as far as you can go.

    If, alternatively, you are running a decent OS at home, you can use ssh and X forwarding to use X apps off of the schools servers from home, if you want to use xcoral, xemacs, KDevel or something like that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Movie Editing Program
    By digdug4life in forum Tech Board
    Replies: 1
    Last Post: 12-16-2006, 10:12 PM
  4. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM