So, what editor do you guys use?

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Message
Author
User avatar
SuperbowserX
Veteran
Posts: 270
Joined: Sat Jan 07, 2017 3:09 pm
Contact:

So, what editor do you guys use?

#1 Post 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?

User avatar
indoneko
Miko-Class Veteran
Posts: 528
Joined: Sat Sep 03, 2016 4:00 am
Contact:

Re: So, what editor do you guys use?

#2 Post by indoneko »

Notepad++

I tried Jedit and Editra since they're recommended for Renpy... but somehow I went back to Notepad++ instead
My avatar is courtesy of Mellanthe

User avatar
Hazel
Regular
Posts: 80
Joined: Sun Jun 26, 2016 10:10 am
Projects: Wreath of Roses, BookSLEEPer, Girlfriend Material
Tumblr: zincalloygames
itch: zincalloy
Contact:

Re: So, what editor do you guys use?

#3 Post 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.
Image Image

BookSLEEPer (writer) * Girlfriend Material (writer/programmer)

User avatar
Sonomi
Veteran
Posts: 211
Joined: Sat Oct 29, 2016 5:34 am
Projects: Lethargy of Snow
itch: sonomi
Contact:

Re: So, what editor do you guys use?

#4 Post 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.
Image

User avatar
trooper6
Lemma-Class Veteran
Posts: 3712
Joined: Sat Jul 09, 2011 10:33 pm
Projects: A Close Shave
Location: Medford, MA
Contact:

Re: So, what editor do you guys use?

#5 Post by trooper6 »

I use Editra as well.
A Close Shave:
*Last Thing Done (Aug 17): Finished coding emotions and camera for 4/10 main labels.
*Currently Doing: Coding of emotions and camera for the labels--On 5/10
*First Next thing to do: Code in all CG and special animation stuff
*Next Next thing to do: Set up film animation
*Other Thing to Do: Do SFX and Score (maybe think about eye blinks?)
Check out My Clock Cookbook Recipe: http://lemmasoft.renai.us/forums/viewto ... 51&t=21978

User avatar
SuperbowserX
Veteran
Posts: 270
Joined: Sat Jan 07, 2017 3:09 pm
Contact:

Re: So, what editor do you guys use?

#6 Post by SuperbowserX »

If it had code folding I'd probably've stuck with it to.

How do you guys live without it?

User avatar
Smaymay
Regular
Posts: 70
Joined: Fri Jul 01, 2016 11:35 am
Completed: Vicboys demo
Tumblr: esmmeh
Deviantart: Smaymay
Location: The Netherlands
Contact:

Re: So, what editor do you guys use?

#7 Post by Smaymay »

I just switched from Editra to Atom and I totally agree with your sexy interface argument.

User avatar
Sleepy
Regular
Posts: 136
Joined: Wed Nov 27, 2013 6:12 pm
Projects: Camera Anima
Organization: EXP-resso Mutt
Tumblr: sleepy-does-games.tumblr.com
itch: https://expressomutt
Contact:

Re: So, what editor do you guys use?

#8 Post by Sleepy »

Editra for general work, TextWrangler for when I'm editing and doing fixes.
W.I.P.

Image

Complete

Image Image

User avatar
trooper6
Lemma-Class Veteran
Posts: 3712
Joined: Sat Jul 09, 2011 10:33 pm
Projects: A Close Shave
Location: Medford, MA
Contact:

Re: So, what editor do you guys use?

#9 Post 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.
A Close Shave:
*Last Thing Done (Aug 17): Finished coding emotions and camera for 4/10 main labels.
*Currently Doing: Coding of emotions and camera for the labels--On 5/10
*First Next thing to do: Code in all CG and special animation stuff
*Next Next thing to do: Set up film animation
*Other Thing to Do: Do SFX and Score (maybe think about eye blinks?)
Check out My Clock Cookbook Recipe: http://lemmasoft.renai.us/forums/viewto ... 51&t=21978

User avatar
SuperbowserX
Veteran
Posts: 270
Joined: Sat Jan 07, 2017 3:09 pm
Contact:

Re: So, what editor do you guys use?

#10 Post 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.

User avatar
Sonomi
Veteran
Posts: 211
Joined: Sat Oct 29, 2016 5:34 am
Projects: Lethargy of Snow
itch: sonomi
Contact:

Re: So, what editor do you guys use?

#11 Post 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.
Image

User avatar
Tempus
Miko-Class Veteran
Posts: 519
Joined: Sat Feb 16, 2013 3:37 am
Completed: Ladykiller in a Bind
Projects: StoryDevs
Tumblr: jakebowkett
Deviantart: jakebowkett
Github: jakebowkett
Location: Australia
Contact:

Re: So, what editor do you guys use?

#12 Post 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.
StoryDevs — easy-to-search profiles for VN devs (under construction!)

User avatar
zankizuna
Veteran
Posts: 416
Joined: Fri May 04, 2012 2:20 am
Completed: Monochrome Valentine
Projects: Softwar
Deviantart: raseru09
itch: ZanKizuna
Location: Manilaaaaaaaa
Contact:

Re: So, what editor do you guys use?

#13 Post 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

User avatar
Hazel
Regular
Posts: 80
Joined: Sun Jun 26, 2016 10:10 am
Projects: Wreath of Roses, BookSLEEPer, Girlfriend Material
Tumblr: zincalloygames
itch: zincalloy
Contact:

Re: So, what editor do you guys use?

#14 Post 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.
Image Image

BookSLEEPer (writer) * Girlfriend Material (writer/programmer)

User avatar
Arowana
Miko-Class Veteran
Posts: 531
Joined: Thu May 31, 2012 11:17 pm
Completed: a2 ~a due~
Projects: AXIOM.01, The Pirate Mermaid
Organization: Variable X, Navigame
Tumblr: navigame-media
itch: navigame
Contact:

Re: So, what editor do you guys use?

#15 Post 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.
Complete: a2 ~a due~ (music, language, love)
In progress: The Pirate Mermaid (fairytale otome)
On hold: AXIOM.01 (girl detective game)

Image

Post Reply

Who is online

Users browsing this forum: No registered users