crittermike / zen-coding-gedit

Integration of Zen Coding (a set of plugins for high-speed HTML and CSS coding) into a Gedit plugin
Other
97 stars 22 forks source link

Cursor position #7

Closed dburles closed 14 years ago

dburles commented 14 years ago

When expanding CSS the cursor is positioned outside of the semi-colon rather than just before it

for example you type:

fl(ctrl+e)

it then generates: (the pipe representing the cursor)

float:;|

rather than

float:|;

dburles commented 14 years ago

I'm using gedit on windows, another issue is when expanding it's adding multiple newlines and not retaining indentation, example: div*5 div

div

div

div

div

crittermike commented 14 years ago

Just commited a fix for the first problem. As for problem #2, can you open a new issue with some more details?

dburles commented 14 years ago

thanks for the fix, works great! just going to create a new issue for problem #2..