Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Komodo Edit 8.5 tab settings

I use Komodo Edit 8.5 and I have problems with tabs. When I press tab key it jumps 8 characters instead of 4 which I use in preferences (Edit – Preferences - Indentation).

The "number of spaces per indent" is 4 and "Width of each tab character" is 4 too, so I don't understand where is the problem.

Everything appear fine (one tab is equal to 4 characters), but when I hit the tab key it jumps 8 characters. It seems it completely ignores my settings.

Do you have any solution?

like image 330
igoemon Avatar asked Mar 01 '14 08:03

igoemon


People also ask

Is Komodo Edit still available?

Komodo IDE is no longer supported and maintained by developers for python.

Why would you download Komodo Edit over Komodo IDE?

Komodo Edit vs Komodo IDE Komodo Edit is a great editor if you're looking for something powerful, yet simple. Komodo IDE provides more robust functionality such as debugging, unit testing, code refactoring and code profiling. Download Komodo IDE – now available for free as part of the ActiveState Platform.

Is Komodo IDE free?

Komodo IDE is now free as part of the ActiveState Platform. Professional integrated development environment for multiple languages, including Python, PHP, Ruby, Perl, HTML/CSS/Javascript and more.


1 Answers

You might also need to apply your changes in Code > Current File Settings > Indentation.

like image 137
mph Avatar answered Sep 28 '22 05:09

mph