Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor position #7

Closed
dburles opened this issue Jul 1, 2010 · 3 comments
Closed

Cursor position #7

dburles opened this issue Jul 1, 2010 · 3 comments

Comments

@dburles
Copy link

dburles commented Jul 1, 2010

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
Copy link
Author

dburles commented Jul 1, 2010

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
Copy link
Owner

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

@dburles
Copy link
Author

dburles commented Jul 1, 2010

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants