Jump to content
IGNORED

Best Text Editor for coding?


ColecoGamer

Recommended Posts

Me? I use vim. It even has semi-decent syntax highlighting by default for BASIC.

 

post-14113-0-11870500-1519410209.png

 

I say use whatever editor you feel comfortable with. Tarzilla's links are great if you like IDEs. Notepad++ is leaps and bounds beyond Notepad if you're using Windows but eschewing an IDE.

Edited by intvnut
  • Like 2
Link to comment
Share on other sites

In Mac OS X I use TextEdit and vi.

 

But per intvnut suggerence just tried vim, and it's installed!!! :o but no default syntax highlighting :(

 

Add "syntax on" to your .vimrc in $HOME.

 

I actually use the following .vimrc:

.

set exrc
set ru
syntax on
set background=dark
set ts=4 sw=4 ai sm expandtab scrolloff=3

.

The /usr/bin/vi binary on my Mac (and I think Macs in general) is actually vim. Start up vi w/out a file and you'll know for sure, as VIM announces itself and its version info on the new file screen.

Edited by intvnut
Link to comment
Share on other sites

Oooohhh myyyyy gooooddd!!!

 

This is so cool!

 

I've used this for my Mac in the .vimrc file:

 

colo blue
syntax on
set scrolloff=3
Now it looks like old good Turbo BASIC, almost dropped a tear :)

 

Thanks a lot! :)

 

P.S: You're right, vi is only a link to vim.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...