Page 1 of 3

So, what editor do you guys use?

Posted: Sat Mar 11, 2017 5:24 am
by SuperbowserX
Interested in public opinion.

Myself, I use Atom (partially because the text looks so smooth/crisp/sexy on it to me). I used to use Editra, but the lack of code folding drove me to Atom :)

What about the rest of you?

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 5:45 am
by indoneko
Notepad++

I tried Jedit and Editra since they're recommended for Renpy... but somehow I went back to Notepad++ instead

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 9:20 am
by Hazel
I love Notepad++. I use it for everything. Anytime I don't need word processor formatting, any kind of code... it's great.

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 11:32 am
by Sonomi
Normally I would use Notepad++ for coding my other things, but when it comes to Ren'Py specifically I feel Editra is a little more comfortable.

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 11:58 am
by trooper6
I use Editra as well.

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 12:49 pm
by SuperbowserX
If it had code folding I'd probably've stuck with it to.

How do you guys live without it?

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 6:23 pm
by Smaymay
I just switched from Editra to Atom and I totally agree with your sexy interface argument.

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 7:01 pm
by Sleepy
Editra for general work, TextWrangler for when I'm editing and doing fixes.

Re: So, what editor do you guys use?

Posted: Sat Mar 11, 2017 10:26 pm
by trooper6
Code folding is just not that big of a deal for me. I use multiple renpy files and everything is pretty manageable.

It isn't such a big deal I feel the need to switch editors.

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 12:07 am
by SuperbowserX
Well I like to nest my choices' consequences directly under their menu options, and I divide each scene of a chapter into a label, so that I can scroll through and collapse files easily. It admittedly depends on your design preferences but that's mine.

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 7:57 am
by Sonomi
SuperbowserX wrote:If it had code folding I'd probably've stuck with it to.

How do you guys live without it?
I don't need code folding at the moment. It's better for me to see all the story text I've put forth at a glance rather than hiding bits, but that's a result of me constantly correcting writing mistakes and moving stuff around. ;) It's easier on my soul to keep it very visible.

But folding is generally a great feature to have when your files contain heavy logical coding, branching, etc. It's nice to collapse functions after they've been written and tested, because outside of maintenance they don't need to be seen.

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 8:08 am
by Tempus
I'd pretty much always used Notepad++ until I started working on StoryDevs when I switched to WebStorm out of ignorance, taking it on authority that I needed all the crap it offers. I didn't and I don't. It was a huge mistake and I'm going to try to migrate back (I haven't yet because I can't be bothered taking the hit of having to re-learn the shortcuts).

Notepad++ is the fastest code editor I've ever used. It opens quickly and I haven't had it hang while I'm typing. I timed Notepad++ right now and it opened in 1.86 seconds with 10 open files, full syntax highlighting immediately. WebStorm took 1 minute and 12 seconds to get to that state. "Clever" editors are irritating, and I got that "clever" vibe from Atom when I tried it. Atom does seem nicer but it was sluggish when I tried it which turned me off. I don't want a bunch of fancy config stuff, I just want it to be simple, have good performance, and shortcuts for things I need (e.g., deleting a line, commenting out a block, etc).

I barely use code folding... I usually just hit ctrl+F and search for the function name, or label name if I'm writing a VN script.

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 8:56 am
by zankizuna
Nobody uses Sublime Text????
I use it in my mac and it's great!!
the gray style is cool to see, too. looks professional XD
it has suggestions, find-replace, and colors for ren'py codes, and python..
it's pretty all around :D

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 12:52 pm
by Hazel
Yeah, the lightweight interface is a major concern for me. I've worked with IDEs in other languages. It's merited for certain kinds of large applications, but for my own projects it's definitely too slow and clunky. I can't afford to fit my computer to the demands of the dev environment.

Re: So, what editor do you guys use?

Posted: Sun Mar 12, 2017 9:14 pm
by Arowana
zankizuna wrote:Nobody uses Sublime Text????
I use it in my mac and it's great!!
the gray style is cool to see, too. looks professional XD
it has suggestions, find-replace, and colors for ren'py codes, and python..
it's pretty all around :D
I just switched to Sublime on my Mac! I've been using jedit up until now, and I really wish I'd switched over sooner. :lol: The RenpyLanguage package is so handy.