From time to time I come across a solution to a small problem that I encounter every day in the course of my work. I thought I would start sharing some of these tips and tricks.
For example, yesterday I stumbled across a setting in Komodo IDE pertaining to indenting. I'm accustomed to setting the soft tab width in the preferences but the file I was editing was not adhering to my settings and, even though my tab width was 4, the document continued to use 8 spaces. After some poking around I discovered that each individual file opened in the IDE has its own indent preferences, which take precedence
over the global preferences. Right-clicking on the file tab that you are currently editing and selecting 'properties and settings' will allow you to change the file specific settings.


