I have Geany 0.18 installed on my Linux OS (Ubuntu 10.04) but I am unable to configure it for use with Ren'Py. I tried to follow the Read Me files in the downloaded ZIP files on the editor download site, but they do not work. Ren'Py is working fine and I am using JEdit without difficulties, but I would prefer to have a better editor. Could someone provide some instructions to follow so I will be able to use Geany instead of JEdit?
Thanks
Installing Geany as editor using Ubuntu 10.04
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- duanemoody
- Regular
- Posts: 100
- Joined: Fri Oct 02, 2009 2:32 pm
- Projects: American Jurassic
- Organization: Pier 7 Media
- Location: Arizona
- Contact:
Re: Installing Geany as editor using Ubuntu 10.04
Try this in your /launcher folder:
disclaimer: I haven't tested it. This is based on optimized editor code of mine plus geany's own documentation.
disclaimer: I haven't tested it. This is based on optimized editor code of mine plus geany's own documentation.
Code: Select all
# Name: Geany
# Version: 1
# Description: Linux only
import os
import os.path
import sys
editor = "geany"
normalargs = ' +"%(line)d" "%(filename)s" "%(otherfiles)s"'
config.editor = editor + normalargs
config.editor_transient = editor + ' -i' + normalargs
- Attachments
-
- Geany.editor.py
- (259 Bytes) Downloaded 104 times
Who is online
Users browsing this forum: Bing [Bot]