Page 1 of 1

what program used to write code

Posted: Sun Nov 09, 2014 3:47 am
by KnotuAgain
What program do you use when writing code that list line numbers and keeps track of indents?

I have an error on like 182, expected "}". It would be so much easier if the app would keep take of line numbers and level of indents.'

Right now I am just using worldpad.

Re: what program used to write code

Posted: Sun Nov 09, 2014 4:49 am
by minmay
I personally use Vim but you probably wouldn't like it. It takes a while to learn.
If you're using Windows, I recommend you look at Notepad++. It has a similar interface to Notepad or Wordpad but has the features you expect in a complete text editor like line numbers, automatic indentation and code completion.

Re: what program used to write code

Posted: Sun Nov 09, 2014 9:02 am
by Chimera005ao
Notepad++

Re: what program used to write code

Posted: Sun Nov 09, 2014 9:20 am
by petri
Sublime Text is the best :)

Re: what program used to write code

Posted: Sun Nov 09, 2014 5:18 pm
by NutJob
petri wrote:Sublime Text is the best :)
This is correct (because there is a correct answer). ~laughs~

Re: what program used to write code

Posted: Sun Nov 09, 2014 6:43 pm
by Doridion
Prefers Notepad++, for designing, defining and scripting basically, he simply do what we ask :D

Re: what program used to write code

Posted: Sun Nov 09, 2014 10:10 pm
by Mysterious
I use SciTE. It's awesome :)

Re: what program used to write code

Posted: Sun Nov 09, 2014 11:11 pm
by KnotuAgain
I downloaded Sublime Text, and it is what I was looking for. Thanks.