Brandon Konkle
Brandon Konkle

Principal Engineer, type system nerd, Rust enthusiast, supporter of social justice, loving husband & father, avid comic & manga reader, 日本語を勉強してる。

I’m a Software Architect with more than 15 years of experience creating high performance server and front-end applications targeting web and mobile platforms, & today I lead a team at Formidable Labs.

Share


Tags


Django Colors for Eclipse

For a long time now, I've been using Gedit + plugins as an integrated development environment. I recently began using SVN to manage version control, however, and I wasn't able to find a good SVN client plugin for Gedit. I decided to see what else was out there, and after much tweaking I decided on Eclipse with Aptana, PyDev, and Subclipse.

One of the things I instantly missed, however, was the Django Gedit color scheme by Bernd Essl, which can be found here.

I did some searching around Google, and wasn't able to find anything similar for Eclipse, so I decided to dive into the django.xml file to get the color codes and then make my own Eclipse scheme. In order to save others from this tedious task, I want to share the fruits of my labor here. I've stripped the file of any configuration items unrelated to colors, but it's still a good idea to back up your settings first before applying these files.

For this to work, you need to have Eclipse, Aptana, and PyDev installed already. Then, select File --> Import --> General Preferences, and apply the .epf settings file. Then, go into Window --> Preferences --> Aptana --> Editors --> (language) --> Colors --> Import and select the Aptana .col file for that language. Repeat for the other languages, and you've got Django-colored goodness!

Here's the link to the files.

I’m a Software Architect with more than 15 years of experience creating high performance server and front-end applications targeting web and mobile platforms, & today I lead a team at Formidable Labs.

View Comments