SathyaSrini / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Spaces instead of tabs indentation in Geany #351

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set Geany to use spaces instead of tabs from Preferences->Editor->Indentation
2. Write div#test>li*5 and expand abbreviation.

What is the expected output? What do you see instead?
<li> is indented using tabs instead of spaces.

What version of the product are you using? On what operating system?
geany 0.21 (built on Mar 19 2012 with GTK 2.24.10, GLib 2.31.20)
Linux 3.2.0-29-generic #46-Ubuntu SMP 

Please provide any additional information below.
Same as issue #245 with Notepad++

Original issue reported on code.google.com by franc...@permisecole.com on 22 Aug 2012 at 12:04

GoogleCodeExporter commented 8 years ago
Solved. I've changed the 'indetation' variable in 
/usr/lib/geany/zencoding/zen_settings.py.

Original comment by franc...@permisecole.com on 4 Sep 2012 at 12:15