- May 6, 2017
- 3,988
- 30,553
Everybody has their own way of doing this, so here's mine. Would love anyone else to share their preferred setup as well.
Download Atom:
I use the text editor Atom. It's freeware and you can install Atom from here:
Out of the box, Atom is pretty rad, but with a few small customizations, you can optimize it for Ren'Py.
Install Ren'Py Language & Minimap Plugins:
The Ren'Py language plugin adds rules to color-code various features of Ren'Py code, and helpers when writing code.
The mini-map plugin is great for long files because you get a tiny preview in the far right of your screen and can quickly scroll to different areas of the rpy file.
After installing Atom, open Atom, goto file->settings->Install and seach for language-renpy and minimap and install them both. Open any rpy file and you'll see awesomeness.
You can click and hold in the minimap on the right to speed scroll.
Make Spellcheck Work:
This one is worth the price of admission by itself; integrated spellchecker.
To get spellcheck so it will work with the ren'py plugin - settings->packages-> type "spell" in the search box, click settings button on spell-check and add "source.renpy" in the Grammars box at the end.
Download Atom:
I use the text editor Atom. It's freeware and you can install Atom from here:
You must be registered to see the links
Out of the box, Atom is pretty rad, but with a few small customizations, you can optimize it for Ren'Py.
Install Ren'Py Language & Minimap Plugins:
The Ren'Py language plugin adds rules to color-code various features of Ren'Py code, and helpers when writing code.
The mini-map plugin is great for long files because you get a tiny preview in the far right of your screen and can quickly scroll to different areas of the rpy file.
After installing Atom, open Atom, goto file->settings->Install and seach for language-renpy and minimap and install them both. Open any rpy file and you'll see awesomeness.
You can click and hold in the minimap on the right to speed scroll.
Make Spellcheck Work:
This one is worth the price of admission by itself; integrated spellchecker.
To get spellcheck so it will work with the ren'py plugin - settings->packages-> type "spell" in the search box, click settings button on spell-check and add "source.renpy" in the Grammars box at the end.