Page 1 of 1

Code Folds in Ren'Py? [Resolved]

Posted: Thu Mar 21, 2013 7:49 pm
by Interitum
Is there anything I could use to fold the coding to make it easier to read at all?
Eg: C# equivalent of #region
Or Java's <editor-fold>

I see that Editra has the functionality for that, but I'm not sure how to invoke it.

Re: Code Folds in Ren'Py?

Posted: Thu Mar 21, 2013 8:29 pm
by PyTom
I haven't added code folding to the Ren'Py editra plugin, yet.

Re: Code Folds in Ren'Py?

Posted: Thu Mar 21, 2013 8:34 pm
by Interitum
Gotcha, no big deal. It was just something I noticed.
Thanks for letting me know, though.

Re: Code Folds in Ren'Py? [Resolved]

Posted: Mon Mar 03, 2014 5:50 pm
by Bombermans
Will this be added in the foreseeable future? It's been a year of this topic... I know that the codefolds are not really a big deal, but... you know... you miss them when you have gotten accustomed to them on Scite >_<

Re: Code Folds in Ren'Py? [Resolved]

Posted: Thu Aug 25, 2016 5:40 pm
by wiimote
Gotta bump this.
Three years have passed and still no code folding. What is going on here? There is practically no point in using Editra without it. Is it really that hard to implement?

EDIT: I just read in the Editra forums that the software is officially dead and is not being developed anymore. Will this have any consequences for Ren'Py?

Re: Code Folds in Ren'Py? [Resolved]

Posted: Sun Jan 29, 2017 10:23 pm
by SuperbowserX
Gotta bump this. Can anyone figure out how to get code folding into Editra... or should we all start using jedit?

Re: Code Folds in Ren'Py? [Resolved]

Posted: Mon Jan 30, 2017 6:15 am
by xela
SuperbowserX wrote:or should we all start using jedit?
Why not? I'd pick jedit over editra thing in a heartbeat.

Re: Code Folds in Ren'Py? [Resolved]

Posted: Mon Jan 30, 2017 6:53 am
by Divona
I prefer Atom. :lol:

Re: Code Folds in Ren'Py? [Resolved]

Posted: Mon Jan 30, 2017 7:16 am
by Imperf3kt
I've got no qualms with Editra, it works as necessary.

That said, you can always customise Notepad++
There was a guide on here somewhere.

Re: Code Folds in Ren'Py? [Resolved]

Posted: Tue Jan 31, 2017 5:46 am
by xela
Divona wrote:I prefer Atom. :lol:
I have been trying out Atom for a couple of weeks. There are a couple of things it cannot do what I got used to in JEdit and Ren'Py setup for JEdit is a bit better than the one for Atom + JEdit already integrated into the launcher. But it is a very good option as well.

Re: Code Folds in Ren'Py? [Resolved]

Posted: Tue Jan 31, 2017 5:48 am
by SuperbowserX
I just started using Atom today. Slight learning curve but it's a lot sleeker than Editra (which in turn was a lot sleeker than Jedit and Notepad++). Plus, code folding is nice.