what program used to write code

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
KnotuAgain
Posts: 17
Joined: Sun Oct 05, 2014 7:29 am

what program used to write code

Post 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.
minmay
Posts: 2788
Joined: Mon Sep 23, 2013 2:24 am

Re: what program used to write code

Post 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.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
User avatar
Chimera005ao
Posts: 187
Joined: Sun Jun 29, 2014 8:34 am

Re: what program used to write code

Post by Chimera005ao »

Notepad++
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: what program used to write code

Post by petri »

Sublime Text is the best :)
NutJob
Posts: 426
Joined: Sun Oct 19, 2014 6:35 pm

Re: what program used to write code

Post by NutJob »

petri wrote:Sublime Text is the best :)
This is correct (because there is a correct answer). ~laughs~
User avatar
Doridion
Posts: 256
Joined: Tue Jun 10, 2014 9:23 pm

Re: what program used to write code

Post by Doridion »

Prefers Notepad++, for designing, defining and scripting basically, he simply do what we ask :D
User avatar
Mysterious
Posts: 226
Joined: Wed Nov 06, 2013 8:31 am

Re: what program used to write code

Post by Mysterious »

I use SciTE. It's awesome :)
KnotuAgain
Posts: 17
Joined: Sun Oct 05, 2014 7:29 am

Re: what program used to write code

Post by KnotuAgain »

I downloaded Sublime Text, and it is what I was looking for. Thanks.
Post Reply